Can you add the <title> property to a page using a Cascading Style Sheet? Thanks!?

Public Comments

  1. No, you can't. CSS should only be used for styling anyway, not for content.
  2. Yes you can. Most basic pages start off as: <html> <head> <title> </title> </head> <body> </body> </html> The style sheet can either be attached or "linked to the page and this will be located in the head section or the it can be inline etc.
Powered by Yahoo! Answers