You are on page 1of 3

CONTENT

S.NO PROGRAM PAGE.NO REMARKS

Write a program in html to show the use of <br>tag and <pre>tag .


1

Write a program in html to show the use of any 10 formatting tags .


2

Write a program in html to show the use of paragraph tag and its attributes.
3

Write a program in html to show the use of hyper link tag.


4

Write a program in html to show the use of image tag with its attributes.
5

Write a program in html to make an ordered and unordered list.


6

Write a program in html to show the use of rowspan and colspan in table with
7
atleast 3 rown and 3 columns.

Write a program in html to make a form having text box, radio button , check
8
box, buttons , password box .

Write a program in css to make an internal style sheet.


9

Write a program in css to make an external style sheet


10

Practical 1:
Page 2
Write a program in html to show the use of <br>tag and <pre>tag

Code:
<html>
<head>
<title>
xyz
</title>
</head>
<body>
Ram<Br>
Sita<Br>
<pre>
This
is
html
program...............
</body>
</html>

Output:

Page 2
Page 2

You might also like