An Example of Styling Text with a Tag

<html>
<head>
</head>
<body>
<p>I see <em>Jane</em>.</p>
</body>
</html>

View the Page


Definitions:

  • Assistive Technology: A type of web browser that delivers content in a manner accessible to those with viusal or other disabilities.
  • Semantic Element/Tag: An element or tag which describes the meaning of the content to which it is attached.
  • Deprecated: A tag no longer recommended by the W3C consortium because it does not meet certain good coding practices.

Return to Top