0
What does this mean </TITLE>
<title> change windows to default language </TITLE>
3 Réponses
+ 2
Title changes the Title/Name of the page, you will see on your tab, browser page.
+ 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> ;) )
+ 1
Thank you for your time, very much help me