write the output of hr size =36 width 60% align right
Answers
Answered by
1
Answer:
<html>
<head>
<title>output</title>
</head>
<body>
<h4>hello</h4>
<hr width = "36px" align = "right" />
</body>
</html>
Explanation:
this is html coding
Similar questions