
HTML, which stands for Hyper Text Markup Language, is a widely used language on the web for developing web pages and web applications. It’s a WWW experience.
HTML describes the structure of the web page and the appearance of the document.
HTML elements are the building blocks of HTML pages
Any document or web page you need to create, the structure should first refer to the back of the head, such as headings, paragraphs, links, quotes, where these structures need to be placed, while one skeleton structure can build it in HTML
To implement structural writing codes in HTML headers, HTML elements are described with tags, which are written with angle brackets. The beginning and the end are described as follows < >, >.Tags like img used to insert an image used to write a paragraph. There are many other tags that can help with structure development
Update is what makes the world go round and HTML couldn’t get away from it, the latest updated version of HTML is
HTML5 is still primarily a markup language, where new features are added to the original HTML and some of the strictness is removed from XHTML.
There was a need to improve the WWW experience, and that’s why there was a tear in HTML5.
Main advantages of HTML5
1. Responsive
This task can be quite difficult for developers because the website has to fit all kinds of mobile sizes, HTML5 gives developers the ability to manage their website the way they need.
2. Canvas element
This element is one of the most discussed features of HTML5. Using this canvas element, a developer can draw graphics with different colors and shapes using scripts such as JavaScript
3. web application performance
Websites used to be less unique, but the complexity is changing over time as HTML5 helps developers manage their website’s performance.
4. customizable data attribute
The primary goal of this attribute was to improve storage, this attribute makes it possible to store additional data
The main difference between HTML and HTML5
1. HTML5 supports improved audio and video quality
2.canva and other virtual graphics are supported by HTML5 where HTML depended on technologies like flash, sliver-light etc.
3.HTML5 uses WEB SQL databases, application cache for temporary storage, where browser cache could be utilized in HTML.
4. HTML5 EX supports new form managers. Email, URL, dates and times, search, etc.
5. new elements have been introduced. some important ones are:
footer,audio,navigator,output,canvas,video,section,article,progress,source,ruby,character,meter,image.
