Is there any HTML code that would display an ellipse or a rounded rectangle?
问题 I am not sure if it's possible at all in HTML, but I would still ask it here: Is there any HTML code that would stand for an ellipse or a rounded rectangle? 回答1: On another thought, it's quite possible! There you go: http://virkkunen.net/b/oh-dear.html Pure HTML! It doesn't even use any new-fangled CSS or JavaScript or whateverscript. 回答2: Yes, Canvas. But it's really the Canvas HTML tag, coupled with Javascript. Read more about CANVAS here http://en.wikipedia.org/wiki/Canvas_element 回答3: If