HTML Formatting were basically design to display the spacial type of text like BOLD Text , ITALIC Text ,MARKED Text etc.
we use the element like <b>, <i> to find the output like BOLD,Italic.
There are some formatting elements are designed as following :-
we use the element like <b>, <i> to find the output like BOLD,Italic.
There are some formatting elements are designed as following :-
- Bold text
- Important text
- Italic text
- Emphasized text
- Marked text
- Small text
- Deleted text
- Inserted text
- Subscripts
- Superscripts
HTML BOLD FORMATTING
In HTML Formatting , we use Bold Element as per shown below code. we use <b> in code to bold the text.
Code
<p>This text is normal.</p>
<p><b>This text is bold</b>.</p>
<p><b>This text is bold</b>.</p>
0 comments:
Post a Comment