Computer Science, asked by bhaveshbhardwaj10026, 5 months ago

What are rules of HTML document

Answers

Answered by Anonymous
1

Answer:

There are five 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.

Answered by areejhunzla14
1

There are five 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.
Similar questions