HTML - Building a Webpage
HTML is used to structure a webpage. Here are the main elements used in this website:
- Title:
- Defines a heading (h1, h2).
- Paragraph:
- Used for text content (p).
- Links:
- Allows navigation between pages (a).
- Images:
- Displays pictures (img).
- Tables:
- Organizes data in rows and columns (table, tr, td, th).
- Forms:
- Allows user input (form, input, textarea, label, button).