Text formatting
- What does this example demonstate? How to format text in an HTML document.
- How can you format text in an HTML document? HTML uses tags like <b> and <i> for formatting output.
- What does this example demonstate? How to control the line breaks and spaces with the pre tag.
- Why would you use preformatted text? To display computer computer codes.
- What does this example demonstate? How different "computer output" tags will be displayed.
- What are "computer output" tags used to display? These tags are often used to display computer/programming code.
- What does this example demonstate? How to define contact information for the author/owner of an HTML document.
- Type your address in an HTML document.
- What does this example demonstate? How to handle abbreviations and acronyms.
- What is an acronym? Abbreviations formed from the initial components in a phrase or name.
- What attribute is used for Abbreviations and acronyms? <abbr title=" and <acronym title="
- Write an example of an acronym. ASAP
- What does this example demonstate? How to change the text direction.
- Why would you ever want to change text direction?
- What does this example demonstate? How to handle long and short quotations.
- 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.
- What does this example demonstate? How to mark deleted and inserted text.
- What happens to deleted text in most browsers? Browsers will strikethrough deleted text.
- What happens to inserted text in most browsers? Browsers will underline inserted text.
- Describe how you would view HTML source code in a web browser?
No comments:
Post a Comment