+ 2
What does it mean by tag? Is the <> or /?
Tag?
9 Réponses
+ 5
I'm still not getting what the question means by "little tag" and where it sits...
+ 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
+ 5
<> tag starts the header/body/div
</>tag ends this
+ 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".
+ 3
<tag>
</end tag>
+ 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
+ 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
+ 2
<tag> = opening tag
</tag> = closing tag
0
<markdown languages have tags>