When making a web page, many times you wish you highlight certain part of your text for the reader. This is usually done either by using bold or italics.
Under XHTML standard, the best way to emphasize text is by using the emphasis <em></em> or strong emphasis <strong></strong> tags. Just include them at the beginning and end of the clause you want to highlight.
Example:
<p>I <em>do</em> speak English!</p>
<p>I <strong>do</strong> speak English!</p>
Here, we have highlighted a word, but you can also emphasize a phrase, a paragraph or any other group of words.
Heptagrama, the web summed up.
Some rights reserved.
Discover and learn + Computers and the Internet