0
Why every html tag is written in <____> </___> ?
6 Réponses
+ 5
html is a mark-up language and those are the markings, describing every bit of content
+ 2
Because there must be a tag to indicate the start and a tag to indicate the end. If there wasn't any end tags, the browser wouldn't know when to stop running the code.
example: If you want to make a text like this: HELLO world!, you must use the <big> hello</big> tags.
If you use only the start tag <big> this is how the sentence will be: HELLO WORLD! It means the browser won't have a limit to execute the tag.
+ 1
It shows the start and stop of a tag code.
+ 1
computer needs to understand our language and for CPU to understand easily we use opening and closing tags
+ 1
because its computers language.computer understand us when we use it.
0
for opening and closing tags