(3x1=3
Write a HTML program to get following output in web browser :
Frame1
Frame2
Frame3
***********
Answers
Answered by
1
Answer:
The following is the syntax for the question:
Explanation:
<html>
<head>
<title> </title>
</head>
<body>
<p> Frame1 </p> <br>
<p> Frame2 </p> <br>
<p> Frame3 </p> <br>
<p> *********** </p> <br>
</body>
</html>
Similar questions