Saturday, 8 November 2014

HTML Text Formating

Here are some HTML Tags:
 Tags:
<big> Defines big text
<em> Defines emphasized text
<small> Defines small text
<strong> Defines strong text
<sub> Defines subscripted text
<sup> Defines superscripted text
<ins> Defines inserted text
<del> Defines deleted text

HTML Fonts and Colors
<font> 
  • specifies the font face, font size, and font color of text
  • not supported in HTML 5. Use CSS instead.

<font> 
  • element is deprecated in HTML 4.01

<div> 
  • defines a division or a section in an HTML document
  • used to group block-elements to format them with CSS

<span> 
  • used to group inline-elements in a document

HTML Color
  • Color Name
  • Hexadecimal Value

(c) Sir Tom's Presentation

No comments:

Post a Comment