Here's a new slant on text, if I may be so bold. You can italicize text and make text bold very easily using the <em> (emphasize) and <strong> tags respectively.
Here are examples:
This text is italicized.
This text is bold
Your assignment below asks you to apply multiple tags to some of the text above. When multiple tags are applied you should properly "nest" the tags. This means that each pair of opening and closing tags should be inside of (nested within) the other pair(s). The rule is this: the last opening tag must be closed before any others are closed.
In our exercise you will be applying both the bold and italics tags to text. It makes no difference if the italics tags nest the bold tags or vice versa, but it does matter that one PAIR is within the other pair.
Note that the <i> tag will also italicize and the <b> tag will make text bold. However, these tags have fallen out of favor because they only specify formatting. The <em> and <strong> tags indicate a kind of information that can be delivered aurally (using sound) by readers for the visually impaired that would not otherwise know how to pronounce something that is formatted as bold or italics.
© 2007 Dan Vaughan and its licensors. All rights reserved.