Computer Science, asked by ajayraina126, 5 months ago

write any three rules to write a code in HTML​

Answers

Answered by Anonymous
22

Answer:

There are few important rules for coding with HTML tags.

Tags are always surrounded by angle brackets (less-than/greater-than characters), as in <HEAD> .

Most tags come in pairs and surround the material they affect. ...

The second tag--the "off switch"--always starts with a forward slash. ...

First tag on, last tag off.

Explanation:

#HopeItHelps

Answered by s2999
5

Answer:

1. Tags &amp; attribute names are not case sensitive.

2. Always close the container tag.

3. Enclose the attribute value in quotes.

4. Attribute value can be case sensitive.

Similar questions