In this lesson we’ll make a sentence bold, underlined and give it to italic form.
Just like the image
Now let’s go how we can do this.
First open a notepad. To open notepad go
Start>>All programs/programs>>Accessories>>Notepad
We have open a notepad. Then we apply the simple HTML code.
<html>
<body>
(BODY part)
</body>
</html>
At the body
part we’ll apply the basic codes for this work. We just apply the codes <b><u><i>(Desired
sentence or word)</b></u></i>
Please see
the image for clear concept.
Now save it as name.html.Please
be careful that .html format is very essential for saving option
0 comments:
Post a Comment