1/19
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
|---|
No study sessions yet.
<b> </b>
used to bold text
- used to define a long quotation in HTML4 but in HTML5.
- Specifies a section that is quoted from another source
<br>
it is used to insert a SINGLE LINE break
<center> </center>
used to align all text in the center. Not supported in HTML5, use CSS instead
<em> </em>
Used to RENDER EMPHASIZED text
<font color=” “> </font>
Used to change the color of a few words or a section of text.
<font face=” “> </font>
is used to show text in a particular font
<font size=” “> </font>
Used to change text size. 1 is smallest and 7 is the largest
<i> </i>
used to italic text
<mark> </mark>
used to mark or to highlight some text
<p> </p>
used to define a PARAGRAPH
<pre> </pre>
Used to define PRE-FORMATTED text
<small> </small>
used to render text slightly smaller than the text around it.
<strike> </strike>
used to put a LINE RIGHT THROUGH THE CENTER of the text. Not supported in HTML5
<strong> </strong>
used to give STRONG EMPHASIS to a text and is a phrase tag.
<sub> </sub>
used to set the text as SUBCRIPTS.
<sup> </sup>
used to set the text as SUPERSCRIPTS.
<tt> </tt>
used to make text appear to have been typed by a TYPEWRITER. not supported n HTML5
<u> </u>
used to UNDERLINE text
<br/>
used to start a NEW LINE