Geography, asked by moinkhan777, 1 year ago

write the HTML code to display Aravali Public School in boldface with the red background output screen

Answers

Answered by Anonymous
2
<HTML>
<HEAD>
<TITLE>HTML Code for background color </TITLE>
</HEAD>
<BODY BGCOLOR = "RED" >
<FONT FACE =" BOLD">Aravali Public School </FONT>

</BODY>
</HTML>
Similar questions