Inline HTML elements include markup for explicit semantic purposes: : CSS Basics « Style Basics « HTML / CSS






Inline HTML elements include markup for explicit semantic purposes:

  

<em></em>               Emphasis; the content has some importance. 
<strong></strong>       Strong emphasis; the content is very important. 
<abbr></abbr>           Abbreviation of a term in the content. 
<cite></cite>           Citationthe title of another work. 
<code></code>           The content is an example of computer code. 
<var></var>             The content is a computer variable. 
<q>...</q>              Inline quotation. 
<sup>...</sup>          Superscript; reduce the size and raise the content. 
<sub>...</sub>          Subscript; reduce the size and lower the content. 
<b></b>                 Bold text; increase the font weight. 
<i></i>                 Italics; change the font style to italic. 
<u></u>                 Underline the content. 
<big></big>             Increases the font size somewhat. 
<small></small>         Decreases the font size somewhat. 

   
    
  








Related examples in the same category

1.Using Whitespace in CSS
2.Cascaded
3.css box model
4.HTML and CSS coding for inline-block elements
5.CSS Text Properties Example
6.Zero page gutter
7.CSS can be used to control the presentation of an XHTML document
8.Box Model Demonstration
9.Width and height
10.Default Styles
11.horizontally stretching content
12.stretching content
13.Box model properties are always specified in order clockwise.
14.vertically stretching content
15.Update text color when mouse hover
16.Whitespace and Chunking
17.Multiple Columns