Computer Science, asked by Harleen08, 1 year ago

1) What are HTML tags used for?
2) State the rules for coding in HTML.
3) State the difference between container and empty tags

I want these urgent!!!!

Answers

Answered by mudit11
2
Hello there!
mudit11 here to help.
_________________________

1) Html tags are uses to encode information in a webpage.

Different tags perform different functions.

2) The tags should be written inside the < >

Example <body> is an important tag.

3) A container tag, like IMG don't need to end to provide an End tag. Whereas, a container tag like <a> should be closed at the end by </a>

_________________________

I hope this helps.


Similar questions