Tag: HTML5

Learn Canvas API in 20 Minutes

Canvas is a html5 API which deals with drawing graphics with javascript. We can use this API to draw graphs, photo editing and animation. So in this tutorial, we will cover how to deal with 2D graphics.

Read More »

Learn html and css in 20 minutes

Hypertext Markup Language (HTML) is a markup language for document design that render in a web browser. That can use with CSS and JavaScript. HTML file have .html or .htm extension. HTML Element It’s an individual component of an HTML document….

Read More »