Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

6.

Print any paragraph with corresponding H1


level heading followed by horizontal line width
100%
o
<html>
<head><title>My page</title></head>
<body>
<H1>HTML</H1>
<HR Width=100%>
<P>Html stands for hyper text markup language for creating
webpage .\
</body>
</html>

You might also like