HTML_Tags_Assignment
HTML_Tags_Assignment
<title> – Sets the title of the web page (shown in the browser tab).
<h1> to <h6> – Define headings, where <h1> is the largest and <h6> is the smallest.
3. Formatting Tags
<b>, <strong> – Make text bold.
5. List Tags
<ul> – Creates an unordered (bulleted) list.
7. Form Tags
<form> – Defines an HTML form.
8. Semantic Tags
<header>, <footer>, <article>, <section>, <nav> – Provide meaning to the structure of the
document.
9. Self-Closing Tags
Tags like <br>, <hr>, and <img> do not need a closing tag. They are self-contained.