HTML/CSS Web Development

  1. HTML Fundamentals
    1. Introduction to HTML
      1. Purpose and History
        1. Origins of HTML
          1. Evolution to HTML5
            1. W3C Standards
            2. Basic Document Structure
              1. DOCTYPE Declaration
                1. HTML Element
                  1. Language Attribute
                  2. Head Element
                    1. Metadata Inclusion
                    2. Body Element
                      1. Content Placement
                  3. Core HTML Elements
                    1. Headings
                      1. H1 Element
                        1. H2 Element
                          1. H3 Element
                            1. H4 Element
                              1. H5 Element
                                1. H6 Element
                                  1. Heading Hierarchy
                                  2. Paragraphs
                                    1. P Element
                                      1. Text Content Structure
                                      2. Images
                                        1. IMG Element
                                          1. Embedding Images
                                            1. Image Formats
                                              1. JPEG
                                                1. PNG
                                                  1. SVG
                                                    1. WebP
                                                  2. Lists
                                                    1. Unordered Lists
                                                      1. UL Element
                                                        1. LI Element
                                                        2. Ordered Lists
                                                          1. OL Element
                                                            1. LI Element
                                                            2. Description Lists
                                                              1. DL Element
                                                                1. DT Element
                                                                  1. DD Element
                                                                  2. Nested Lists
                                                                2. Text Formatting and Semantics
                                                                  1. Emphasis and Importance
                                                                    1. EM Element
                                                                      1. I Element
                                                                        1. STRONG Element
                                                                          1. B Element
                                                                          2. Other Text-Level Semantics
                                                                            1. SPAN Element
                                                                              1. Line Breaks
                                                                                1. BR Element
                                                                                2. Horizontal Rules
                                                                                  1. HR Element
                                                                                  2. Quotations
                                                                                    1. BLOCKQUOTE Element
                                                                                      1. Q Element
                                                                                        1. CITE Element
                                                                                        2. Code and Preformatted Text
                                                                                          1. CODE Element
                                                                                            1. PRE Element
                                                                                              1. SAMP Element
                                                                                                1. KBD Element
                                                                                                  1. VAR Element
                                                                                                  2. Subscript and Superscript
                                                                                                    1. SUB Element
                                                                                                      1. SUP Element
                                                                                                      2. Abbreviations and Acronyms
                                                                                                        1. ABBR Element
                                                                                                    2. Attributes
                                                                                                      1. Common Attributes
                                                                                                        1. ID Attribute
                                                                                                          1. CLASS Attribute
                                                                                                            1. STYLE Attribute
                                                                                                              1. TITLE Attribute
                                                                                                                1. DATA Attributes
                                                                                                                2. Image Attributes
                                                                                                                  1. SRC Attribute
                                                                                                                    1. ALT Attribute
                                                                                                                      1. WIDTH Attribute
                                                                                                                        1. HEIGHT Attribute
                                                                                                                          1. LOADING Attribute
                                                                                                                        2. Document and Metadata
                                                                                                                          1. The HEAD Section
                                                                                                                            1. TITLE Element
                                                                                                                              1. META Element
                                                                                                                                1. Character Set
                                                                                                                                  1. Viewport Settings
                                                                                                                                    1. Description
                                                                                                                                      1. Keywords
                                                                                                                                        1. Author
                                                                                                                                          1. Robots
                                                                                                                                          2. SCRIPT Element for Scripts
                                                                                                                                            1. BASE Element
                                                                                                                                              1. STYLE Element