HTML Phrase Tags
The phrase tags have been designed for specific purposes, though they are displayed in a similar way as other basic tags like <b>, <i>, <pre>, and <tt>, you have seen 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. Marked Text Anything that appears with-in <mark>...</mark> element, is displayed as marked with yellow ink. Strong Text Anything that appears within <strong>...</strong> element is displayed as important text. Text Abbreviation You can abbreviate a text by putting it inside opening <abbr> and closing </abbr> tags. If present, the title attribute must contain this full description and nothing else. Acronym Element The <acronym> element allows you to indicate that the text between <acronym>