+ 10
How to make <title> bold???
Well when I made a project then I had a problem how can I make the <title> bold or italic and how to add picture in <title>đ
13 Respostas
+ 19
# Edited #
actually all tags are meant to be styled that's why CSS is there.
the title element can't be styled because it is outside the document canvas.
the below was the one reasonable site on the topic. not many people are interested in this...
http://archivist.incutio.com/viewlist/css-discuss/103522
Original:
If you mean the title element or page title then you can try the whole power of web but it will not change.( thanks to the good people )
Title element is not meant for visual changes.
bottom line: let go already.
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/title
+ 9
If you mean the "text on the browser tab" by title, you can't style it.
+ 7
so @Lord Krishna we can't make it bold or something ..?đ
+ 7
OK @Lord Krishna thnx for your answer đđ
+ 6
@Aiketerini Tolia
how do you know that was right ?!!!?!!
I MAKE IT THOUSANDS TIME BUT NOT WORKS OKAY ...đ
+ 6
@Aiketerini
its very different from what I ask ...
in the link that you give that was about <a> tag and title attribute .đ
+ 6
@Pardeep Grow up bro.. Programing is also a fun itself.. Enjoy Programming.. why so serious??
+ 5
<b>title</b>
+ 4
Lol... type that code in MS Word... select that <title> tag and press Ctrl+B.. ;-)
+ 2
I think thats why we are using favicons
+ 2
You can make bold all the titles except the one on the top of tab
by using <b>any_title</b>
+ 1
<b>bold text </b>