|
1 | 1 | # Awesome HTML Book: HyperText Markup Language (HTML) |
2 | 2 |
|
3 | | -<!-- START doctoc generated TOC please keep comment here to allow auto update --> |
4 | | -<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> |
5 | | -**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)* |
| 3 | +## Table of Contents |
6 | 4 |
|
7 | 5 | - [Introduction to HTML](#introduction-to-html) |
8 | 6 | - [What is HTML?](#what-is-html) |
|
39 | 37 | - [Example: Lists in HTML](#example-lists-in-html) |
40 | 38 | - [Hyperlinks (`<a>`)](#hyperlinks-a) |
41 | 39 | - [Example: Creating a Hyperlink](#example-creating-a-hyperlink) |
| 40 | + - [Displaying Images (`<img>`)](#displaying-images-img) |
| 41 | + - [Example: Embedding an Image](#example-embedding-an-image) |
42 | 42 | - [Creating Tables (`<table>`, `<tr>`, `<td>`, `<th>`)](#creating-tables-table-tr-td-th) |
43 | 43 | - [Example: A Simple Table](#example-a-simple-table) |
44 | 44 | - [Line Breaks (`<br>`) and Horizontal Rules (`<hr>`)](#line-breaks-br-and-horizontal-rules-hr) |
|
266 | 266 | - [Code Example: Mobile Optimization](#code-example-mobile-optimization) |
267 | 267 | - [Accessibility Features](#accessibility-features) |
268 | 268 | - [Code Example: Accessibility Features](#code-example-accessibility-features) |
269 | | - - [Performance Optimization](#performance-optimization) |
270 | | - - [Code Example: Performance Optimization](#code-example-performance-optimization) |
271 | 269 | - [Code Organization and Commenting](#code-organization-and-commenting) |
272 | 270 | - [HTML Performance Optimization Techniques](#html-performance-optimization-techniques) |
273 | 271 | - [Code Example: HTML Minification and Compression](#code-example-html-minification-and-compression) |
|
314 | 312 | - [Developer Tools and Extensions](#developer-tools-and-extensions) |
315 | 313 | - [Online Courses and Learning Platforms](#online-courses-and-learning-platforms) |
316 | 314 |
|
317 | | -<!-- END doctoc generated TOC please keep comment here to allow auto update --> |
318 | | - |
319 | 315 | ## Introduction to HTML |
320 | 316 |
|
321 | 317 | ### What is HTML? |
|
0 commit comments