HTML tags and element
HTML tags and element
*Basic Structure*
- `<title>`: Sets the title of the page, displayed in the browser's title bar
*Headings*
*Text Elements*
*Links*
- `<a>`: Anchor element, creates a hyperlink
*Images*
*Lists*
*Tables*
*Forms*
- `<form>`: Defines a form
*Semantic Elements*
*Other Elements*