How to make <title> bold??? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 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>🙏

7th Nov 2017, 12:30 PM
Art456
Art456 - avatar
13 Réponses
+ 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
7th Nov 2017, 1:32 PM
Lord Krishna
Lord Krishna - avatar
+ 9
If you mean the "text on the browser tab" by title, you can't style it.
7th Nov 2017, 1:23 PM
Krishna Teja Yeluripati
Krishna Teja Yeluripati - avatar
+ 7
so @Lord Krishna we can't make it bold or something ..?😌
7th Nov 2017, 1:38 PM
Art456
Art456 - avatar
+ 7
OK @Lord Krishna thnx for your answer 🙏🙏
7th Nov 2017, 1:43 PM
Art456
Art456 - avatar
+ 6
@Aiketerini Tolia how do you know that was right ?!!!?!! I MAKE IT THOUSANDS TIME BUT NOT WORKS OKAY ...🙅
7th Nov 2017, 12:47 PM
Art456
Art456 - avatar
+ 6
@Aiketerini its very different from what I ask ... in the link that you give that was about <a> tag and title attribute .🙍
7th Nov 2017, 1:25 PM
Art456
Art456 - avatar
+ 6
@Pardeep Grow up bro.. Programing is also a fun itself.. Enjoy Programming.. why so serious??
8th Nov 2017, 1:06 PM
Kunal Sharma
Kunal Sharma - avatar
+ 5
<b>title</b>
10th Dec 2017, 10:24 AM
Vyshnav Vishnu
Vyshnav Vishnu - avatar
+ 4
Lol... type that code in MS Word... select that <title> tag and press Ctrl+B.. ;-)
7th Nov 2017, 6:29 PM
Kunal Sharma
Kunal Sharma - avatar
+ 2
I think thats why we are using favicons
7th Nov 2017, 2:16 PM
~Sudo Bash
~Sudo Bash - avatar
+ 2
You can make bold all the titles except the one on the top of tab by using <b>any_title</b>
7th Nov 2017, 3:47 PM
#RahulVerma
#RahulVerma - avatar
+ 1
<b>bold text </b>
7th Nov 2017, 12:41 PM
Aikaterini Tolia
Aikaterini Tolia - avatar