(7) How to add Bold, Italic & Under Line in a font by html code.
How to add Bold, Italic & Under Line in a font by html code:
To write html I am using here Notepad. To open Notepad click to start icon of computer. In search bar write notepad. Now click to notepad.
(i) Write your text between
<strong> </strong> for bold,
<em> </em> for Italic,
<u> </u> for underline.
See following example:
Code:
Output:
Video:
How to add Bold, Italic & Under Line in a font by html code:
|