0
How to draw curve with HTML?
I'm making a smiling face using HTML but don't know how to make it's smileš. Please help me.š
7 Answers
+ 4
<div id="mouth">
#mouth{
width: 100px;
height : 100px;
border-radius : 50%;
border-bottom : 1px solid red;
}
+ 1
Use svg tag.
+ 1
You can also use canvas for this.
+ 1
Gordon thank you sir.
+ 1
ŠŠ³. ŠŠ½Š°Šæš Thanksš
+ 1
<img src="smile.png">