Software Archive
Read-only legacy content
17061 Discussions

Pra que serve a Tag Title?

Dani_Carla
Beginner
552 Views

Pra que serve?

Pelo que estou vendo não serve pra nada... não aparece pro usuário né?

<title>Essa tag serve pra alguma coisa ?</title>

 

0 Kudos
3 Replies
Anusha_M_Intel1
Employee
552 Views

You mean what good does a <title> tag serve?

The <title> element:

  • defines a title in the browser toolbar
  • provides a title for the page when it is added to favorites
  • displays a title for the page in search-engine results

So generally, they are very important for webpages. 

For a mobile webapp, your browser will be using the contents of the <title> tag to set the initial title of the launcher icon. 

0 Kudos
Dani_Carla
Beginner
552 Views

Anusha Muthiah (Intel) wrote:

For a mobile webapp, your browser will be using the contents of the <title> tag to set the initial title of the launcher icon. 


Estou desenvolvendo aplicativos para Android. No meu caso essa o TITLE não serve pra nada

0 Kudos
Anusha_M_Intel1
Employee
552 Views

Yes I do not see the point of it an a cross platform app. In Intel XDK, the app name is taken from the project build settings.

0 Kudos
Reply