Thursday, December 1, 2011

6b. HTML Formatting

Text formatting

  1. What does this example demonstrate? This text shows how to make different styles of text
  2. How can you format text in an HTML document? HTML uses tags like <b> and <i> for formatting output
Preformatted text

  1. What does this example demonstrate? It is and example of both spaces and linebreaks 
  2. Why would you use preformatted text? Its good for displaying computer code 
"Computer output" tags

  1. What does this example demonstrate? Computer code, keyboard input, teletype text, sample text,(computer variable).
  2. What are "computer output" tags used to display? its used to display computer/programming code.
Address

  1. What does this example demonstrate? home addresses, web addresses, and email addresses. 
  2. Type your address in an HTML document. web address
Abbreviations and acronyms

  1. What does this example demonstrate? it shows acronyms and abbreviations of words.
  2. What is an acronym? is a word formed from the initials of words in a phrase
  3. What attribute is used for Abbreviations and acronyms? to shorten terms
  4. Write an example of an acronym. ASAP : As Soon As Possible
Text direction

  1. What does this example demonstrate? Its demonstrates something written backwards.
  2. Why would you ever want to change text direction? Hebrew and Chinese is written backwards.
Quotations

  1. What does this example demonstrate? it demonstrates somebody talking
  2. How would you handle a long quotation in HTML? A short quotation in HTML? a long quotation is like for paragraphs and a short one is a sentence or a few
Deleted and inserted text

  1. What does this example demonstrate? this example demonstrates being able to underline and cross out words. 
  2. What happens to deleted text in most browsers? it deletes or cross out 
  3. What happens to inserted text in most browsers? it inserts a word 
  4. Describe how you would view HTML source code in a web browser? you go to view then view source code

No comments:

Post a Comment