HTML Tags Assignment
HTML Tags Assignment
Structural Tags:
- <!DOCTYPE html> - Declares the document type.
- <html> - Root element.
- <head> - Contains metadata.
- <body> - Contains the main content.
Metadata Tags:
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title> - Sets the page title.
- <style> - Contains internal CSS styles.
Table Tags:
- <table> - Defines a table.
- <tr> - Table row.
- <th> - Table header cell.
- <td> - Table data cell.
Image Tag:
- <img> - Embeds an image.
Layout Styling:
- class="layout-table" - Used for a structured layout with sections like:
- .header
- .sidebar
- .content
- .footer
JavaScript:
- <script> - Used to dynamically generate bricks for the brick wall layout.