how to generate this output by using html + css attributes/styles or something?
Attachments:
Answers
Answered by
0
Answer:
<!DOCTYPE html>
<html>
<body>
<h1>Hello World</h1>
<h2>This is a paragraph </h2>
<h3>Hello world </h3>
<h4>Welcome </h4>
<h5>take care</h5>
<h6>bye</h6>
</body>
</html>
Similar questions