About Lesson
Chapter 02: Structuring Content
2.1 Lists
- Ordered Lists
- <ol> and <li>
- Unordered Lists
- <ul> and <li>
- Description Lists
- <dl>, <dt>, and <dd>
2.2 Links and Navigation
- Creating Links
- <a href=”URL”>
- Anchor Attributes
- target, title, rel
- Email Links
- mailto:
2.3 Images
- Embedding Images
- <img src=”URL” alt=”description”>
- Image Attributes
- width, height
2.4 Tables
- Basic Table Structure
- <table>, <tr>, <td>, <th>
- Table Headers
- <thead>
- Table Body
- <tbody>
- Table Footer
- <tfoot>
- Table Attributes
- colspan, rowspan