write HTML code to give heading that reads "happy Mothers Day"
Answers
Answered by
5
Answer:
<h1> happy Mothers Day </h1>
Explanation:
following are the heading tags used in HTML.
<h1></h1>
<h2></h2>
.
.
.
<h6></h6>
Similar questions