Upgrade & Secure Your Future with DevOps, SRE, DevSecOps, MLOps!

We spend hours scrolling social media and waste money on things we forget, but won’t spend 30 minutes a day earning certifications that can change our lives.
Master in DevOps, SRE, DevSecOps & MLOps by DevOpsSchool!

Learn from Guru Rajesh Kumar and double your salary in just one year.


Get Started Now!

HTML Latest Version

HTML

HTML 5 enables to create more interactive websites by embedding audio, video and graphics on the web page.

The purpose of HTML5 is primarily to make it easier for web developers.

New features:

  • Browser
  • Geolocation
  • Offline Application Cache
  • Web Storage
  • Error Handling
  • New Application Programming Interface (API)
  • New Structure

Application Programming Interface

  • 2D drawing on a web page
  • Drag and Drop
  • Timed Medial Playback
  • Browser History Management

New Structure

  • <article>
  • <aside>
  • <header>
  • <details>
  • <dialog>

and more………….

&lt;!DOCTYPE html>
&lt;html>
	&lt;head>
		&lt;title> Hello &lt;/title>
	&lt;/head>
	&lt;body>
		&lt;h1> Body of Page &lt;/h1>
	&lt;/body>
&lt;/html>


DOCTYPE declaration

<!DOCTYPE html>

It is an instruction to the web browser about what version of HTML the page is written in.

The <!DOCTYPE> declaration is not case sensitive.

vikashdev k
Latest posts by vikashdev k (see all)
0 0 votes
Article Rating
Subscribe
Notify of
guest

0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x