More Tags: Lists
Ordered Lists (Numbered)
- Environment <ol>, </ol>
- Each item preceded by <li>
Unordered Lists (Bulleted)
- Environment <ul>, </ul>
- Each item preceded by <li>
Definition Lists
- Environment <dl>, </dl>
- Each item preceded by <dt>
- Each item’s definition preceded by <dd>
Lists can be nested within each other
ELC103 Review
- Internet and the Web
- TCP/IP & URL
- Browsers & Servers
- HyperMedia
Web Site Structure
- InterNet Or IntraNet ?
- Desired Function vs. Mode of Operation
- Documents, Links, Applets
Web Page Layout
- Head
- Body
- Displayed Entities
- Links and Resources
- Special Effects
- Applets
HyperText Markup Language
- What is HTML?
- Standards
- Tags
- Writing a HTML document
Creating Your First WebPage
- Design
- Browsing
- Installation