1. Write the different attributes used in <HR> tag with their function
Answers
Answered by
0
Answer:
<html>
<head>
<title>HTML hr Tag</title>
</head>
<body>
<p>This text will be followed by a horizontal line <hr /></p>
</body>
</html>
Answered by
0
Different attributes of <hr> tag:
Align: It is used for the alignment of text in the HTML. It can be of three types: left, right and center. No shade: It is used for making any element to display in one solid color i.e. without any shaded colors. Size: It is used to make the size of any element in the HTML
Similar questions