1. Write a HTML program illustrating text formatting.?

hi friends .



1. Write a HTML program illustrating text formatting.?

<!doctype html>
<html>
<head>
   <title>text formatings in html</title>
</head>
<body>
<b>this tag will be displayed in bold</b><br>
<i>this text will be displayed in italic</i><br>
<u>this text will be underlined</u><br>
<strike>this text will be striked</strike><br>
cl<sup>-</sup><br>
h<sub>2</sub>o<br>
<large>this displays big </large><br>
<small>this text displays small</small><br>
<p>shanmugam wats to drink<del>cola</del><ins>wine</ins></p>
<strong>this text  like bold</strong>
</body>
</html>


output:-
this tag will be displayed in bold
this text will be displayed in italic
this text will be underlined
this text will be striked
cl-
h2o
this displays big
this text displays small
shanmugam wats to drinkcolawine
this text like bold

Comments

  1. i want lab programs of web technologies lab for br ambedkar university srikakulam
    Prepare a sample code to illustrate links between different sections of the page.

    ReplyDelete

Post a Comment

Popular posts from this blog

6.Create a help file as follows using frameset concept

2. Illustrate font variations in your HTML code.

jquery lab programs 1&2