CISP110 About me Links Gear Home

Chapter 1

Session 1.1       Session 1.2      Session 1.3

Session 1.1

  1. What is a hypertext document?
  2. What is a Web server? A Web browser? Describe how they work together.
  3. What is HTML?
  4. How do HTML documents differ from documents created with a word processor such as Word or WordPerfect?
  5. What is a deprecated feature?
  6. What are HTML extensions? What are some advantages and disadvantages of using extensions?
  7. What software program do you need to create an HTML document?

Session 1.2

  1. What are the two main sections of an HTML file?
  2. What are empty elements?
  3. What is the syntax for creating a centered heading 1 of the text “Chemistry Classes”?
  4. What is the difference between a block-level element and an inline element?
  5. If you want to create an extra blank line between paragraphs, why can’t you simple add a blank line in the HTML file?
  6. What are presentational attributes? When should you use them?
  7. What attribute would you add to the "ordered list" tag to display uppercase Roman numerals?
  8. What attribute would you add to the "unordered list" tag to display the ball.gif image mark on the inside of the item block?
  9. What is the difference between a logical element and a physical element? Which would probably be more appropriate for a non-visual browser, such as a Braille browser?

Session 1.3

  1. What is an inline image?
  2. Why is it important to always include the alt attribute when inserting an inline image?
  3. What code would you enter to display the inline image, logo.jpg, into your web page? Assume that the alternate text for this image is "Chemistry Web Page".
  4. What code would you enter to insert a blue horizontal line that is 200 pixels wide?
  5. How does a text-based browser display a horizontal line?
  6. How do you insert a line break into a web page?
  7. What tag would you add to your document to insert the meta information that the page author's name is "Diane Chou"?
  8. What code would you use to insert the copyright symbol © into your page?
Applied HTML knowledge: Anchors, Nested Lists