Skip to content

Commit e01fe1e

Browse files
Improve: last DocToc run
1 parent 94cfb76 commit e01fe1e

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Awesome HTML Book: HyperText Markup Language (HTML)
22

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
64

75
- [Introduction to HTML](#introduction-to-html)
86
- [What is HTML?](#what-is-html)
@@ -39,6 +37,8 @@
3937
- [Example: Lists in HTML](#example-lists-in-html)
4038
- [Hyperlinks (`<a>`)](#hyperlinks-a)
4139
- [Example: Creating a Hyperlink](#example-creating-a-hyperlink)
40+
- [Displaying Images (`<img>`)](#displaying-images-img)
41+
- [Example: Embedding an Image](#example-embedding-an-image)
4242
- [Creating Tables (`<table>`, `<tr>`, `<td>`, `<th>`)](#creating-tables-table-tr-td-th)
4343
- [Example: A Simple Table](#example-a-simple-table)
4444
- [Line Breaks (`<br>`) and Horizontal Rules (`<hr>`)](#line-breaks-br-and-horizontal-rules-hr)
@@ -266,8 +266,6 @@
266266
- [Code Example: Mobile Optimization](#code-example-mobile-optimization)
267267
- [Accessibility Features](#accessibility-features)
268268
- [Code Example: Accessibility Features](#code-example-accessibility-features)
269-
- [Performance Optimization](#performance-optimization)
270-
- [Code Example: Performance Optimization](#code-example-performance-optimization)
271269
- [Code Organization and Commenting](#code-organization-and-commenting)
272270
- [HTML Performance Optimization Techniques](#html-performance-optimization-techniques)
273271
- [Code Example: HTML Minification and Compression](#code-example-html-minification-and-compression)
@@ -314,8 +312,6 @@
314312
- [Developer Tools and Extensions](#developer-tools-and-extensions)
315313
- [Online Courses and Learning Platforms](#online-courses-and-learning-platforms)
316314

317-
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
318-
319315
## Introduction to HTML
320316

321317
### What is HTML?

0 commit comments

Comments
 (0)