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.