

CS Home
Assessments
Lesson 1
Lesson 2
Lesson 3
Lesson 4
Lesson 5
Lesson 6
Lesson 7
Lesson 8
|
Today we will begin studying the markup tags that are used in HTML documents. You need to understand and be able to use the following types of markup tags.
- HTML
- HEAD
- TITLE
- BODY
- Headings (H1, H2, H3, H3, H4, H5, H6)
- Paragraphs (P)
- Lists (OL, UL, DL...)
- Preformatted text
- Extended Quotations
- Forced line breaks/Postal Addresses
- Horizontal Rules/Lines
Assignment:
- In your default web page add a heading that displays the topic you chose in lesson 1 and add a short (1-2 sentence) paragraph briefly discussing your topic.
- Add a short list of sub topics that you want to expound on after your paragraph.
- At the bottom put a copyright notice in Preformatted text.
- Between the heading, paragraph, list and copyright notice place horizontal rules.
|