+ 2
What <title> does? If the text mentioned in it doesn't get executed in the output, what purpose it serves?
4 Antworten
+ 3
hi EFRANA MOHAMMAD
the <title> tag is used to name the tab in a web browser instead of the file location
+ 2
<title> should contain the window/tab title holding the page...
however, in sololearn playground, it is never shown (in app' there's no window/tab, in web the page is displayed to an iframe -- so window/tab display parent page title -- sololearn web site)...
+ 1
Name the tab?
0
Thank you I got it