State the rules for coding in HTML
Answers
Answered by
0
Answer:
There are four 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
0
Answer:
#include(iostream.h)
#include(conio.h)
void main ()
Similar questions