How to make them in HTML or CSS?
For example:
http://draw.to/D11KGJr
I’ve heard about the map tag, but it seems it only generates an invisible clickable area, on which you can’t apply CSS properties, like border or background.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Besides using CSS 3 techniques as the others proposed, you could also embed SVG in your HTML document.
jsFiddle