Zend Anwar

Full stack web developer

Category: HTML5

What is actually Canvas tag in HTML5?

<canvas> tag was added in HTML5 as an element that allows the browser / client to draw shapes and images without any plugin. The canvas tag is used to draw graphics on a rectangular area inside a web page by using JavaScript. The canvas tag can be used to draw graphs, generate photo compositions and […]

Read More

New Features of HTML5

New Features: HTML5 introduces a number of new elements and attributes that helps in building a modern websites. Following are great features introduced in HTML5. New Semantic Elements: These are like <header>, <footer>, and <section>. Forms 2.0: Improvements to HTML web forms where new attributes have been introduced for <input> tag. Persistent Local Storage: To […]

Read More

What is !DOCTYPE in HTML5?

The HTML <!DOCTYPE> tag is used for specifying which language and version the document is using. This is referred to as the document type declaration (DTD). This is compliant to trigger standards mode in all modern browsers and will work in any browser. With the introduction of HTML5, the <!DOCTYPE> tag is mostly useless, as […]

Read More

What is HTML5?

HTML5 will be the new standard for HTML. HTML5 is the latest and most enhanced version of HTML. The previous version of HTML, HTML 4.01, came in 1999. The web has changed a lot since then.HTML or Hyper Text Markup Language is the main foundation of a web page. Without HTML no website can be […]

Read More