- What does this example demonstate? This text is boldThis text is strongThis text is bigThis text is emphasizedThis text is italicThis text is smallThis is subscript and superscript
- How can you format text in an HTML document? HTML uses tags like <b> and <i> for formatting output, like bold or italic text.
- What does this example demonstate?
It preserves both spaces and line breaks.
- Why would you use preformatted text? The pre tag is good for displaying computer code:
- What does this example demonstate?
Computer code
Keyboard input
Teletype text
Sample text
Computer variable - What are "computer output" tags used to display? These tags are often used to display computer/programming code.
- What does this example demonstate? Written by W3Schools.com
Email us
Address: Box 564, Disneyland
Phone: +12 34 56 78 - Type your address in an HTML document. Written by Djzai09@gmail.com
Email Me
Address: Box 564, Disneyland
Phone: +12 34 56 78
- What does this example demonstate? <p>The <abbr title=" "
</abbr> - What is an acronym? <acronym title=" " </acronym>
- What attribute is used for Abbreviations and acronyms? The title attribute is used to show the spelled-out version when holding the mouse pointer over the acronym or abbreviation.
- Write an example of an acronym. ? <p>isaiah is the greatest</p>
- What does this example demonstate? (bdo)
- Why would you ever want to change text direction? If your browser supports bi-directional override (bdo), the next line will be written from the right to the left (rtl):
- What does this example demonstate? <blockquote>
- How would you handle a long quotation in HTML? A short quotation in HTML? <blockquote> This is a long quotation. </blockquote>
- <q>"This is a short quotation"</q>
- What does this example demonstate? <del>blue</del> <ins>red</ins>
- What happens to deleted text in most browsers? strikethrough deleted text
- What happens to inserted text in most browsers? underline inserted text
- Describe how you would view HTML source code in a web browser? It would be underlined or strikedthrough