0
Unfortunately, the title is shown in the browser title bar and NOT in the page on which the styles are applied. Therefore, if you set the style in the title tag, it will have no effect at all.
0
1
Unfortunately, the title is shown in the browser title bar and NOT in the page on which the styles are applied. Therefore, if you set the style in the title tag, it will have no effect at all.
1
This is not possible. The tag <title>
is an element of metadata document, therefore it is not subject to visual styling, such as changing color, font size etc., nor even accepting tags, which makes it impossible to bold letters, that is, any tag within the tag <title></title>
is not rendered and displayed as plain text.
OK thanks, as I put the title to move I thought I could change the color.
Browser other questions tagged javascript html
You are not signed in. Login or sign up in order to post.
OK thanks, as I put the title to move I thought I could change the color.
– user110243