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
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
cl-
h2o
this text displays small
shanmugam wats to drink
this text like bold
i want lab programs of web technologies lab for br ambedkar university srikakulam
ReplyDeletePrepare a sample code to illustrate links between different sections of the page.