HTML Basics
HTML Basics
3. HTML Forms:
- <form>: Defines the form.
- <input>: Specifies input fields.
- <label>: Defines a label for an input element.
- <button>: Defines a button.
4. HTML Semantics:
- <header>, <footer>: Define page header and footer.
- <article>, <section>: Define distinct content areas.
- <main>: Represents the main content of a document.