Answer:
The correct answer is A.
Explanation:
I put D from the answer above and got it wrong and it said A was the correct answer. haha :)
Answer:
four heads are better than one
Explanation:
Answer:
No but my baby brother can play with u
Answer:
Tags can be identified as they are written as <tagname> Something </tagname>
<tagname> this tag is called start tag.
</tagname> this tag is called as end tag.
for ex:<p> This is a paragraph </p>
There are some elements with no end tag.for ex:- <br> tag.
Attributes are used to provide additional information to an HTML element.
Every element can have attributes.
for Ex:- <h1 style="background-color:red";>MY WEBSITE </h1>
So the background of h1 will become red.