html - Can we set style to title tag in header -



html - Can we set style to title tag in header -

can set style title tag in header in html head following. tried did not work..

<title style="font-style:italic;"> title</title>

you can apply css <title> element, not though style attribute (since "all elements base, basefont, head, html, meta, param, script, style, title").

i'm not aware of browser apply css rendering of title in browser tabs or title bars though.

you can, however, like:

head { display: block; } title { display: block; font-size: 200%; font-weight: bold; }

html css title

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

c# - Can ProtoBuf-Net deserialize to a flat class? -

javascript - Change element in each JQuery tab to dynamically generated colors -