Write a program in html to display 2d and 3d horizontal rules
Answers
Answered by
2
Answer:
You can display horizontal rule by using the <HR> tag.
You can display horizontal rule by using the <HR> tag.3D horizontal rule can be displayed by changing the size of the horizontal line in the Web page. For example, to set the size of a horizontal line to 40 in the Web page, we type: < BODY> this is an example of aligning the horizontal line to the center<HR SIZE=”40” >✌#⃣❤✌#⃣❤✌#⃣✌
Answered by
8
Explanation:
<html>
<head>
<title>my first webpage </title>
</head>
<body>
<p> it is a program to display 2D and 3D horizontal rules
<HR size = 48> <br>
<HR size = 48 noshade>
</body>
</html>
hope this helps you
Similar questions