Advertisements
Advertisements
Question
Give the heading My First Web Page as H1 tag, Face = Times New Roman, Color = Red, Align = Center.
Short Answer
Advertisements
Solution
<H1 align="center">
<FONT face="Times New Roman" color="red">
My First Web Page
</FONT>
</H1>
Explanation:
<H1> gives the largest heading, align="center" centers it, face="Times New Roman" sets the font, and color="red" makes the text red.
shaalaa.com
Is there an error in this question or solution?
