Agenda main content
Agenda for Day 5 of CS 350
- Announcements
- University Announcements
- Other Announcements?
- Lab Assignments
- Lab 1 due at the start of class today
- Lab 2 begins after class today, due at the start of class on Monday
- Project 1 Milestones
- Memorandum 1 explaining group norms due at the start of class on Tuesday (one per team)
- Readings
- For today: XHTML: The Clean Code Solution
- For next class: Browse Jakob Nielsen's Website
- Today's topics and learning objectives
After today's class, you should be able to- Explain the basic differences between HTML and XHTML
- Explain the role of the document type definition (DTD)
- Use HTML-Kit to author XHTML Web pages
- Insert meta elements into an XHTML document
- Add HTML comments to an XHTML document
- Use blockquote and preformatted (pre) text elements in an XHTML document
- References
- W3C's XHTML 1.0 The Extensible HyperText Markup Language
- W3School's XHTML 1.0 Reference