Monday, November 28, 2011

6B HTML Formatting

Text formatting

  1. What does this example demonstate? How to format text in an HTML document.
  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 demonstate? How to control the line breaks and spaces with the pre tag.
  2. Why would you use preformatted text? To display computer computer codes.
"Computer output" tags

  1. What does this example demonstate? How different "computer output" tags will be displayed. 
  2. What are "computer output" tags used to display? These tags are often used to display computer/programming code.
Address

  1. What does this example demonstate? How to define contact information for the author/owner of an HTML document.
  2. Type your address in an HTML document.
Abbreviations and acronyms

  1. What does this example demonstate? How to handle abbreviations and acronyms.
  2. What is an acronym? Abbreviations formed from the initial components in a phrase or name.
  3. What attribute is used for Abbreviations and acronyms? <abbr title=" and <acronym title="
  4. Write an example of an acronym. ASAP
Text direction

  1. What does this example demonstate? How to change the text direction.
  2. Why would you ever want to change text direction? 
Quotations

  1. What does this example demonstate? How to handle long and short quotations.
  2. How would you handle a long quotation in HTML? A short quotation in HTML? The browser inserts white space before and after a blockquote element. It also inserts margins. The browser inserts quotation marks around the short quotation.
Deleted and inserted text

  1. What does this example demonstate? How to mark deleted and inserted text.
  2. What happens to deleted text in most browsers? Browsers will strikethrough deleted text.
  3. What happens to inserted text in most browsers? Browsers will underline inserted text.
  4. Describe how you would view HTML source code in a web browser? 

No comments:

Post a Comment