The HTML Tree π | |ββ Document Structure | βββ <!DOCTYPE html> | βββ <html> | | βββ <head> | | | βββ <title> | | | βββ <meta> | | βββ <body> | | βββ <header> | | βββ <nav> | | βββ <main> | | βββ <section> | | βββ <article> | | βββ <aside> | | βββ <footer> | | βββ <script> | |ββ Elements | βββ Headings (<h1> to <h6>) | βββ Paragraph (<p>) | βββ Links (<a>) | βββ Images (<img>) | βββ Lists | | βββ Ordered (<ol>) | | βββ Unordered (<ul>) | | βββ List item (<li>) | βββ Forms | | βββ Form (<form>) | | βββ Input (<input>) | | βββ Textarea (<textarea>) | | βββ Select (<select>) | | | βββ Option (<option>) | | βββ Button (<button>) | βββ Tables (<table>) | | βββ Table row (<tr>) | | | βββ Table heading (<th>) | | | βββ Table data (<td>) | | βββ Table header (<thead>) | βββ Semantic Elements | | βββ <header> | | βββ <nav> | | βββ <main> | | βββ <section> | | βββ <article> | | βββ <aside> | | βββ <footer> | βββ Comments <!-- --> | βββ Inline Elements | βββ <span> | βββ <strong> | βββ <em> | βββ <br> | βββ <hr> | βββ <a> (for inline links) | |ββ Attributes | βββ src (for <img>, <script>, etc.) | βββ href (for <a>, <link>, etc.) | βββ alt (for alternative text) | βββ width/height (for sizing) | βββ class (for styling) | βββ id (for unique identification) | βββ style (for inline CSS) | |ββ Forms and Input | βββ Text Input | βββ Radio Buttons | βββ Checkboxes | βββ Dropdowns | βββ Submit Button | |ββ Multimedia | βββ Images | βββ Video (<video>) | |ββ Links and Navigation | βββ Relative URLs | βββ Absolute URLs | βββ Navigation Links | |ββ Lists | βββ Ordered Lists | βββ Unordered Lists | |ββ Tables | βββ Table Structure | βββ Table Styling | |ββ Semantic HTML | βββ Using Semantic Elements | |ββ Document Metadata | βββ Character Encoding | βββ Viewport Meta Tag | |ββ HTML5 Features | βββ New Document Structure | βββ Semantic Elements | βββ Multimedia Elements | βββ Form Enhancements | |ββ HTML5 APIs | βββ Local Storage | βββ Session Storage | βββ Web Storage API | |ββ HTML Validation | |ββ Responsive Design | βββ Media Queries | | |____________ END __________________
Comments 0
Log in to leave a comment.