How do you do a pentagram in HTML?

1 answer

Answer

1163752

2026-04-15 15:56

+ Follow

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.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.