How to make the heading, of the code, cursive | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6

How to make the heading, of the code, cursive

Cursive

5th Jun 2020, 2:48 PM
LordOfThunder [Inactive]
LordOfThunder [Inactive] - avatar
16 Answers
6th Jun 2020, 4:03 PM
Anami🎭
Anami🎭 - avatar
+ 7
<h1 style="font-family:cursive">Hello</h1>
5th Jun 2020, 2:50 PM
Abhay
Abhay - avatar
+ 6
Use in css target the html element than give it property font-family: cursive; You can use inline CSS also(see Abhay answer for inline CSS)
6th Jun 2020, 2:23 AM
Coder
Coder - avatar
+ 5
You can try this one.. <h1 style=“font-family:cursive”>your heading goes here..</h1> I hope it was helpful..
7th Jun 2020, 8:35 AM
vxco
vxco - avatar
+ 4
Sahil Contractor Is this the code in question? https://code.sololearn.com/W7mGZhP0d5GN/?ref=app Because it seems you've figured it out. Your heading is in cursive font
5th Jun 2020, 4:35 PM
Ore
Ore - avatar
+ 3
Share the code
5th Jun 2020, 2:51 PM
Ore
Ore - avatar
+ 2
I know how to make paragraph cursive but I can't do heading?
5th Jun 2020, 2:48 PM
LordOfThunder [Inactive]
LordOfThunder [Inactive] - avatar
+ 2
Ok
5th Jun 2020, 2:51 PM
LordOfThunder [Inactive]
LordOfThunder [Inactive] - avatar
+ 2
Thnx
5th Jun 2020, 2:51 PM
LordOfThunder [Inactive]
LordOfThunder [Inactive] - avatar
+ 2
How to share the code here??
5th Jun 2020, 2:54 PM
LordOfThunder [Inactive]
LordOfThunder [Inactive] - avatar
+ 2
Which code
5th Jun 2020, 4:35 PM
LordOfThunder [Inactive]
LordOfThunder [Inactive] - avatar
+ 2
No this not the code
5th Jun 2020, 4:38 PM
LordOfThunder [Inactive]
LordOfThunder [Inactive] - avatar
+ 2
It's another code
5th Jun 2020, 4:38 PM
LordOfThunder [Inactive]
LordOfThunder [Inactive] - avatar
+ 2
Found the answer
5th Jun 2020, 4:45 PM
LordOfThunder [Inactive]
LordOfThunder [Inactive] - avatar
+ 2
I was just doing it wrong
5th Jun 2020, 4:45 PM
LordOfThunder [Inactive]
LordOfThunder [Inactive] - avatar
0
how does this work
7th Jun 2020, 2:10 PM
Hon Peace