Friday, September 5, 2014
Meet 4 : HTML5 New Element
September, 4, 2014Today we learn about HTML5 New Element, HTML5 brings a bunch of new element and attributs that make developer and designer full control of their website the. New element and attribute also impact to the documents more easily understood by other system for example search engine here are some of new element we will discover today that will make it easer for us to write our website
1. <canvas>
The HTML5 <canvas> element is used to draw graphics, on the fly, via scripting (usually JavaScript). The <canvas> element is only a container for graphics. You must use a script to actually draw the graphics. Canvas has several methods for drawing paths, boxes, circles, text, and adding images.Example:
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment