About Lesson
Chapter 03: Advanced HTML Elements
3.1 Forms
- Basic Form Structure
- <form>, action, method
- Input Elements
- <input type=”text”>, <input type=”password”>, <input type=”submit”>
- Other Form Controls
- <textarea>
- <select> and <option>
- <button>
- <label>
- Form Attributes
- name, value, placeholder
3.2 Multimedia
- Audio
- <audio src=”URL” controls>
- Video
- <video src=”URL” controls>
- Embedding External Content
- <iframe src=”URL”>
3.3 Semantic HTML5 Elements
- Sectioning Elements
- <section>, <article>, <nav>, <aside>
- Grouping Content
- <header>, <footer>, <main>