CSS runs title instead of HTML -


i've looked, has never been answered.

i have many html pages used template, template stuck , since i'm using html, css & javascript need solution changes people title.

i want css have title, have 1 css page , 15 / 20 html pages tag undefined. there way have css contain title?

thank if can,

css language used styling webpages. not used store data not able store title in css.

one bad approach write title on css file on first line use javascript , read file's first line , set title using javascript.

one approach set title using javascript. make simple javascript file , add document.title='your_title'; in , include in every html page. create title webpage ofcourse equal adding <title> tag on every html page, difference of not writing <title> writing script.

or 1 approach make c# or other language in @ best program insert title attribute in html file :p


Comments

Popular posts from this blog

How to mention the localhost in android -

php - Calling a template part from a post -

c# - String.format() DateTime With Arabic culture -