Tuesday, December 13, 2011

HTML 6B

What does this example demonstrate?
It shows how to change the font and text Style
How can you format text in an HTML document?
By adding the correct tags before and after your content.
What does this example demonstrate?
So your content is exactly the same way you typed it
Why would you use preformatted text?
So my content is exactly the same way I typed it.  
What does this example demonstrate?
Defines computer code text
Defines keyboard text
What are "computer output" tags used to display?
These tags are often used to display computer/programming code.
 Address
What does this example demonstrate?
How to type your webpage as a link

Type your address in an HTML document.

<address>
http://viereckquestion.blogspot.com/<br />

Abbreviations and acronyms

What does this example demonstrate?
Acronyms

What is an acronym?

word formed from the initial letters or groups of letters ofwords in a set phrase or series of words

What attribute is used for Abbreviations and acronyms?
<abbr>
<acronym>
Write an example of an acronym.
ASAP

Text direction

What does this example demonstrate?
Directions of Text

Why would you ever want to change text direction?

As a style

Quotations

What does this example demonstrate?
It demonstrate how to correctly display long and short quotes.



How would you handle a long quotation in HTML? A short quotation in HTML?

<blockquote>
<q>
Deleted and inserted text
What does this example demonstrate?
How to cross out text using html

What happens to deleted text in most browsers?

They are crossed out

What happens to inserted text in most browsers?
The text are underlined

Describe how you would view HTML source code in a web browser?  Blue, red

No comments:

Post a Comment