+ 6
How to make the heading, of the code, cursive
Cursive
16 Respostas
+ 7
<h1 style="font-family:cursive">Hello</h1>
+ 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)
+ 5
You can try this one..
<h1 style=âfont-family:cursiveâ>your heading goes here..</h1>
I hope it was helpful..
+ 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
+ 3
Share the code
+ 2
I know how to make paragraph cursive but I can't do heading?
+ 2
Ok
+ 2
Thnx
+ 2
How to share the code here??
+ 2
Which code
+ 2
No this not the code
+ 2
It's another code
+ 2
Found the answer
+ 2
I was just doing it wrong
0
how does this work