What does it mean by tag? Is the <> or /? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

What does it mean by tag? Is the <> or /?

Tag?

17th Mar 2020, 2:37 AM
sarah
sarah - avatar
9 Answers
+ 5
I'm still not getting what the question means by "little tag" and where it sits...
17th Mar 2020, 2:54 AM
sarah
sarah - avatar
+ 5
sarah Simple way of understanding tags is if you write one simple story or article you need title you want to make a paragraph in html to apply these things to make your story in proper format tags are used. Check this code hope it will help you https://code.sololearn.com/WCCad0fx11lH/?ref=app
17th Mar 2020, 4:08 AM
R💠🇮🇳
R💠🇮🇳 - avatar
+ 5
<> tag starts the header/body/div </>tag ends this
18th Mar 2020, 9:25 AM
Addaganti Naga Sai Rajeev
Addaganti Naga Sai Rajeev - avatar
+ 4
You take it as a rule for the programming. <P> </P> <> in this tag, a particular type of attribute is inputted, it can be of any type like paragraph, article, headers, body. / this tag is generally used to close the line. Now question arises that why you should use it? So if you won't than all the elements will be behave in one directional way for example. <p>Hola Buenos días</p> <p>Hola Buenos días // in this example as you can see there is no closing tag so every element you insert into it will prefer as "paragraph".
17th Mar 2020, 3:05 AM
🦋FEATHER🦋
🦋FEATHER🦋 - avatar
+ 3
<tag> </end tag>
17th Mar 2020, 2:53 AM
rootbear
rootbear - avatar
+ 2
Ah guys, I have to confess that I read the question with a typo in my head and confused myself, I feel bit clumsy now! The questions reads " title tag" and I read " little tag" and then running around screaming what is a "little" tag! Sorry guys for confusing you, this is so funny! And youre all so sweet for answering my funny question :)) Thanks everyone :P
17th Mar 2020, 3:13 AM
sarah
sarah - avatar
+ 2
Title tag is a important tage and it is placed between "head" tag It is all about naming your website like Amazon.in or tweeter.com or Facebook.com Here is a documentation https://www.w3schools.com/tags/tag_title.asp
17th Mar 2020, 3:16 AM
🦋FEATHER🦋
🦋FEATHER🦋 - avatar
+ 2
<tag> = opening tag </tag> = closing tag
18th Mar 2020, 8:17 PM
Sonic
Sonic - avatar
0
<markdown languages have tags>
17th Mar 2020, 4:16 AM
Carl Wheezer
Carl Wheezer - avatar