what is html tag? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

what is html tag?

information

16th Jul 2016, 11:58 AM
Jãmíúĺ Ãĺam Rejon
Jãmíúĺ Ãĺam Rejon - avatar
5 Answers
+ 4
there are two types of HTML tags. They are the opening tag and closing tag. The opening tag is like this. <html> while the closing tag is like this. </HTML>. the HTML tag consists of all the tags that makes up the HTML file. In HTML 5, the HTML tag is used to specify that the file is an HTML file. I hope my answer was helpful.
16th Jul 2016, 1:34 PM
Sunmola Ifeoluwapo
Sunmola Ifeoluwapo - avatar
0
could you be more specific with your question?, because otherwise the answer, it is <HTML>
16th Jul 2016, 12:32 PM
Carlos Castillo
Carlos Castillo - avatar
0
this "<" and ">" we are calling it tags and any thing we writing it between a tags calling it an element
16th Jul 2016, 7:58 PM
ghida
0
HTML means Hypertext Markup Language (i think i remember correctly) It starts up your web page you want to create, for example there is a drama, the curtains do the talking, if they are open, that means it began and it is being played at that moment, when the curtains close, that means its over and the drama is over. Now implement that to what our main topic is now, what is html tag, the <html> says that it opened up and it is being played now, when the </html> tag displays, it will most chances be the last line of text in there, therefore it closes off and its over. That last line of code is what makes it conclude, if you don't add the ending tag, then your page might not work, it's the same with the drama, when the drama is over the curtains have to close, because you can't end a drama without closing the curtains. Anyways hope you enjoyed my personal answer! :^D
23rd Sep 2016, 7:23 PM
David Partridge
David Partridge - avatar
0
html tags are two types...one is container tag which have both start and end tag...and the other is empty tag which have only opening tag but no closing tag....
9th Nov 2016, 3:12 PM
jehadur rahman
jehadur rahman - avatar