Questions tagged [html-title]

The "title" element defines the title of HTML documents (

)

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
<title>Document title</title>

You can NOT have more than one title element in an HTML document.

If you omit the title element, the document will not validate as HTML.

33 questions
-1
votes
1 answer

Which is correct on echo variable

I'm Appserve with PHP 5.2 and this code was working fine <?=$title?> But after I've start using Vertrigo Serv with PHP 5.3, the above…
Reham Fahmy
  • 1,058
  • 1
  • 7
  • 10
-1
votes
2 answers

Can I make the browser tab of the website I'm programing have no text

I want my website to not have text in the browser tab when you open it. So I want to do something like this: http://oi60.tinypic.com/n1ozrn.jpg
-6
votes
2 answers

Make if logic work to display php variable in custom HTML title

I am trying to incorporate logic into my website so that the $customTitle is working with the $nav1 variable. Below is how the page in question is structured.
1 2
3