How to Italicize in XHTML

Web pages have come a long way from flashing text and frames. Today, web pages, while more complex, are also easier to read and comprehend. While many styles have fallen out of favor, you can still find italicized text. Extensible Hypertext Markup Language still allows italics text, but it is no longer the <i> tag. In XHTML, you italicize text with the <em> tag, which you add around the text you want to emphasize on your Web page.

Instructions

    • 1

      Open the Web page in a code editor or text editor, such as Notepad.

    • 2

      Position the cursor in front of the text you want to italicize.

    • 3

      Type "<em>" to start the italics.

    • 4

      Position the cursor at the end of the text you want to italicize.

    • 5

      Type "</em>" to stop italicizing text.

    • 6

      Save the Web page.

Related Searches:

References

Comments

You May Also Like

  • How to Italicize Text in HTML

    In HTML text is italicized by giving the CSS property font-style a value of italic , or, more traditionally, enclosing it in...

Related Ads

Featured