answersLogoWhite

0

HTML(earlier versions) itself does not provide any means to display anything other than text and color. This means if you want a HTML document to display a pentagram, you will have to make a pentagram image file first, and include that into your HTML document using the <img> tag.

However if your browser supports HTML5 and you know how to use canvas in HTML5, then you can create one yourself.

User Avatar

Wiki User

13y ago

What else can I help you with?