HTML Formatting

HTML Formatting:
The forgotten formatting elements of HTML | by Shah Quadri | Medium
• If you use a word processor , you must be familiar with the ability to make the text
  bold, italicized, or underlined .
• These are just three of the ten options available to indicate how text can appear
   in HTML & XHTML..

Bold Text:
HTML Bold Tag Usage and Examples – POFTUT
Anything that appear within <b>…….</b>element, is displayed in bold.
Example:

<!DOCTYPE html>
<html>
<head>
<title Formatting Example</title>
</head>
<body>
<p>The following word uses a <b>bold</b>typeface.</p>
 </body>
</html>

OUTPUT:
The following word uses a bold typeface.

Comments

Popular posts from this blog

Set Font Colour

HTML FONTS

HTML Table Heading