write a code in html to write two paragraphs of two sentences each put the background color as yellow and also use the six heading styles in your code. Use alignment
Answers
Answered by
0
Answer:
Check explanation
Explanation:
<html>
<body bgcolour="yellow" align ="center">
<h1>This</h1>
<h2>IS</h2>
<h3>AN</h3>
<h4>Example</h4>
<h5>Of</h5>
<h6>Heading style</h6>
<p>This is an example</p>
<p></p>
</body>
<html>
Similar questions