6b. HTML Formatting
Text formatting
- What does this example demonstrate? This text shows how to make different styles of text
- How can you format text in an HTML document? HTML uses tags like <b> and <i> for formatting output
Preformatted text
- What does this example demonstrate? It is and example of both spaces and linebreaks
- Why would you use preformatted text? Its good for displaying computer code
"Computer output" tags
- What does this example demonstrate? Computer code, keyboard input, teletype text, sample text,(computer variable).
- What are "computer output" tags used to display? its used to display computer/programming code.
Address
- What does this example demonstrate? home addresses, web addresses, and email addresses.
- Type your address in an HTML document. web address
Abbreviations and acronyms
- What does this example demonstrate? it shows acronyms and abbreviations of words.
- What is an acronym? is a word formed from the initials of words in a phrase
- What attribute is used for Abbreviations and acronyms? to shorten terms
- Write an example of an acronym. ASAP : As Soon As Possible
Text direction
- What does this example demonstrate? Its demonstrates something written backwards.
- Why would you ever want to change text direction? Hebrew and Chinese is written backwards.
Quotations
- What does this example demonstrate? it demonstrates somebody talking
- 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
- What does this example demonstrate? this example demonstrates being able to underline and cross out words.
- What happens to deleted text in most browsers? it deletes or cross out
- What happens to inserted text in most browsers? it inserts a word
- 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