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 __________________

0 comments

Comments 0

No comments yet