Predict the output.
<HTML>
<HEAD> <TITLE> Using Text headings </TITLE> </HEAD>
<BODY BGCOLOR = "Yellow" TEXT = "RED">
<H1 ALIGN = "Left"> Top Level heading </H1>
<H2 ALIGN = "CENTER"> Second Level heading </H2>
<H3 ALIGN = "RIGHT"> Third Level heading </H3>
<H4> Fourth level heading </H4>
<H5 ALIGN = "CENTER"> Fifth level heading </H5>
<H6 ALIGN = "RIGHT"> Last Level heading </H6>
</BODY>
</HTML>
GIVE RIGHT ANSWER
don't give irrelevant answer
Answers
Answered by
3
Answer:
you cannot style elements using the syntax use just used ...
Explanation:
for inline styling elements you need to use syntax something like this <h1 style="your css style"> ... </h1>
Similar questions