Continue

 6. HTML-PHRASE TAGS

The phrase tags have been desicolgned for specific purposes, though they 42/428 in a similar way as other basic tags like <b>, <i>, <pre>, and <tt>, you in previous chapter. This chapter will take you through all the important phrase tags, so let's start seeing them one by one.

Emphasized Text

Anything that appears within <em>...</em> element is displayed as emphasized text.

Example

<!DOCTYPE html>

<html>

<head>

<title>Emphasized Text Example</title>

</head>

<body>

<p>The following word uses a <em>emphasized</em> typeface.</p>

</body> </html>

This will produce the following result:

The following word uses an emphasized typeface.

Comments

Popular Posts