Glossary

HTML:   Hyper Text Markup Language is used to create web applications 

HTML APIs:   Hyper Text Markup Language Application Programming Interface used for an existing HTML web application having default attributes and styles on it.

HTML5:   HTML5 is a Hyper Text Markup Language used to create websites and web page applications .HTML5 is the current and fifth version of HTML .The difference between and the upgrade mode is only tags and attributes.

Semantic Tags : An element that  describes the  meaning to the browser and pages. These tags are the language of HTML from which we create web pages .or we called a head of HTML startup.

HTML5 Migration:  A tab which is describes you how to change your version from HTML4 to HTML 5 ,or HTML2.0 to HTML5 .It is used to convert your browser pages into its substitute versions.

HTML Canvas: HTML Canvas is used to create graphical shapes, illustration ,images in HTML page .Its denoted by <canvas> tag.

HTML SVG:  (Scale Vector Graphics) which is used to create 3D Graphics and vector graphics in HTML5.

HTML WEB STORAGE: A Web Storage in which data can be stored by user locally and save its data for unlimited time.

HTML Web Workers: A JavaScript runs on the back of the browser with allowing the unresponsive scripting pages.

HTML SSE: Server Sent Events allows web pages to get updates from the server.

Comments