diff --git a/html.md b/html.md index edb5b17..aee9205 100644 --- a/html.md +++ b/html.md @@ -1,72 +1,81 @@ -[book]: https://web.dev/learn/html -[book_hello_world]: https://web.dev/learn/html/document-structure -[ref]: https://developer.mozilla.org/en-US/docs/Web/HTML/Reference -[repo]: https://github.com/whatwg/html -[spec]: https://html.spec.whatwg.org/ +# HTML: Hypertext Markup Language -[language]: https://en.wikipedia.org/wiki/Writing_system -[lang]: https://en.wikipedia.org/wiki/IETF_language_tag -[zuerich_german]: https://en.wikipedia.org/wiki/Z%C3%BCrich_German -[enchanting_table]: https://minecraft.wiki/w/Enchanting_Table#Standard_Galactic_Alphabet +## Table of Contents +1. [Introduction](#introduction) +2. [What is Markup?](#what-is-markup) +3. [Hello World Example](#hello-world-example) +4. [HTML Syntax](#html-syntax) +5. [Key Attributes](#key-attributes) +6. [Important Notes for Professionals](#important-notes-for-professionals) +7. [Additional Resources](#additional-resources) -[title]: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/title -[h1]: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Heading_Elements -[p]: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/p -[a]: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a -[input]: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input -[img]: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img -[audio]: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/audio -[video]: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/video -[canvas]: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/canvas +## Introduction -# [/whatwg/html][repo] - [MDN][ref] +HTML (Hypertext Markup Language) is the backbone of the web. It extends any document, in any language, with structured, multimedia, and interactive markup, transforming it into a dynamic digital document, webpage, website, or app. -HTML - _Hypertext Markup Language_, extends any document, in any language, with structured ([`