Simple HTML Pages - Javatpoint
https://www.javatpoint.com › simple-...Simple HTML Pages with html tutorial, tags, anchor, img, div, entity, textarea, marquee, p tag, heading tag, h1, h2, table, formatting, attribute, elements, ...
HTML Basic - W3Schools
www.w3schools.com › html › html_basicHTML headings are defined with the <h1> to <h6> tags. <h1> defines the most important heading. <h6> defines the least important heading: Example. <h1> This is heading 1 </h1>. <h2> This is heading 2 </h2>. <h3> This is heading 3 </h3>. Try it Yourself ».
HTML Examples - W3Schools
www.w3schools.com › html › html_examplesHTML Canvas Graphics Draw on the canvas with JavaScript Draw a line with lineTo () Draw a circle with arc () Draw a text with fillText () Draw a text with strokeText () Draw a linear gradient Draw a circular gradient Draw an image with drawImage () Examples explained HTML SVG Graphics SVG Circle SVG Rectangle SVG Rounded Rectangle SVG Star SVG Logo