HTML 5 supports graphics by Canvas and SVG.
Canvas
Canvas is a rectangular area specified by height and width where you can make drying using line,circle and many more . Following example create a hut using HTML canvas and line.Hut Using HTML
<html>
<head>
<title>Graphics HTML : Girfa </title>
</head>