What does this mean </TITLE> | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What does this mean </TITLE>

<title> change windows to default language </TITLE>

30th Dec 2016, 12:36 AM
Victor Manuel Franco Mendez
Victor Manuel Franco Mendez - avatar
3 Answers
+ 2
Title changes the Title/Name of the page, you will see on your tab, browser page.
30th Dec 2016, 12:57 AM
Nahuel
Nahuel - avatar
+ 2
You may consider the paired tags : <title></title> "title" is the tag name, the one without the slash (/) is the open tag, and with the close tag. In between is the content for the tag, which for <title></title> is text content to display as window/tab title... while for others tags they can have children tags. Notice: <title> tag must be placed in ( be child of ) the <head> tag of a Html document ( as well as <head> must be child of <htm> ;) )
30th Dec 2016, 8:03 AM
visph
visph - avatar
+ 1
Thank you for your time, very much help me
30th Dec 2016, 1:03 AM
Victor Manuel Franco Mendez
Victor Manuel Franco Mendez - avatar