Web Design |
Multimedia |
|---|
There are multiple ways in which text can be formated and styled in html.
formatting is used to make text have
special emphasis
<b> - Bold text<strong> - Important text<i> - Italic text<em> - Emphasized text<mark> - Marked text<small> - Smaller text<del> - Deleted text<ins>- Inserted text<sub> - Subscript text<sup> - Superscript textthe <style> attribute is used to add styles to an element, such as color, font, size, and more. for a complete list of styles visit www.w3schools.com/html/html_styles.asp
<tagname style="property:value">