.

Phrase Tags in HTMLL Assignment Help

It is similar to the tags like < b> , < i> , < pre>, < tt>. The phrase tags are explored here

Text Emphasizing

The content inside the tag < em> ... < /em> is viewed as emphasized text

Text Marking

The content inside the tag < mark> ... < /mark> is viewed as yellow coloured marked text

Strong Text

The content inside the tag < strong> ... < /strong> is viewed as important text

Abbreviated Text

The content inside the tag < abbr> ... < /abbr> is viewed as abbreviated text. Its title attribute should have full expansion

Acronym Element

The content inside the tag < acronym> ... < /acronym> is viewed as acronym. Nowadays it is not shown in all browsers

Direction of the Text

The tag < bdo> ... < /bdo> is employed to override the present text direction. It is Bi directional Override.

Special Terms

The tag < dfn> ... < /dfn> is employed to specify a special term. It is HTML definition element. Its like italic tag

Text Quoting

The content inside the tag < blockquote> ... < /blockquote> is employed to quote a text from another source. It is indented from left to right and sometimes with italic font

Short Quotations

The content inside the tag < q> ... < /q> adds a double quotation to the text

Text Citations

The content inside the tag < cite> ... < /cite> is offered in italicized text as default one

Computer Source Code

The content inside the tag < code> ... < /code> is offered in Monospaced font. It is used to place a programs on a web page

Keyboard Text

The content inside the tag < kbd> ... < /kbd> is viewed as keyboard text

Variables in a Program

< pre> and < code> elements are employed to show the content of the element is a variable

Output of a Program

The content inside the tag < samp> ... < /samp> is viewed as sample output of a program

Address Text

The content inside the tag < address> ... < /address> is employed to hold an address

Example

phrase tags in html img1

Output

phrase tags in html img2
.