Tags used in HTML 5
Today we are going to learn about the tags used in HTML 5. But before we need to kbnow What are Tag? So tag is a element inserted into a document to change the look and feel of content and to performs an action. There are two types of tags used in HTML one is open tag (start tag) and another is close tag(end tag). The different between these two tags are “/” slash.
Important Announcement – EasyShiksha has now started Online Internship Program “Ab India Sikhega Ghar Se”

Top Courses in Virtual Reality
More Courses With Certification
List of tags use in HTML
Close tags
- <HTML> </HTML>
- <HEAD> </HEAD>
- <TITLE> </TITLE>
- <BODY> </BODY>
- <P> </P>
- <div> </div>
Open tags
- <BR>
- <HR>
- <img>
Above I have talk abou the basic tags used in HTML but now we are going to talk about tags used in HTML 5.
- <!DOCTYPE html> It is best practice for a coder to use doctype tag before writing a web page. It is not a tag but a instruction to your browser that which version of html you are working on.
- No Type In HTML5 you don’t need to define MIME type value for your script. You can type the code like this.
<link ref=”HawksCode” href=”hawkscode.css”>
<script src=”script.js”></script>
- Semantics In HTML5 we have semantic structure like <header>, <footer> and <nav> to write a clean code.
<header>… </header>
- Sematic Structure there are two tags one is article and the other is section. <section> is use to define html tags like header and footer <article> tag is used to define special independent content.
- Canvas
This is the important feature introduced in HTML5 which allows you draw 2D shapes
Top Courses in Software Engineering
More Courses With Certification
On web pages with the help of javascript.
<canvas id=”First” width=”500″ height=”500″></canvas>
<script>
var a=document.getElementById(“myFirstCanvas”);
var b=a.getContext(“2d”);
b.fillStyle=”#0000FF”;
b.fillRect(0,0,150,150);
</script>
- Audio and Video These tags are used in HTML to add audio and videos on a webpage to install a plugins through like <object> and <embed>. HTML5 have new tags like <audio> and <video>
<audio controls=”controls”> <source src=”audio.mp3″ type=”audio/mp3″ />
<source src=”audio.ogg” type=”audio/ogg” />
Your browser does not support the <audio> tag.
</audio>
<video controls=”controls” width=”600″ height=”500″>
<source src=”movie.mp4″ type=”audio/mp4″ />
<source src=”media.ogg” type=”audio/ogg” />
Your browser does not support the <video> tag.
</video>
For beginners lean HTML through this link HTML for beginners
To know more about technologies HawksCode and my new blog on HTML vs HTML5
Top Courses in Networking
Empower your team. Lead the industry
Get a subscription to a library of online courses and digital learning tools for your organization with EasyShiksha
Request NowQ. Are EasyShiksha's internships truly free?
Yes, all internships offered by EasyShiksha are completely free of charge.
Q. How can I apply for an internship with EasyShiksha?
You can apply by visiting our website, browsing available internships, and following the application instructions provided.
Q. What types of internships are available through EasyShiksha?
EasyShiksha offers a wide range of internships across technology, business, marketing, healthcare, and more. Opportunities are continuously updated.
Q. Will I receive a certificate upon completing an internship?
Yes, upon successful completion, you will receive a certificate recognizing your participation and achievements.
Q. Are EasyShiksha's internship certificates recognized by universities and employers?
Yes, the certificates are recognized by universities, colleges, and employers worldwide.
Q. Is the download of certificates free or paid?
Access to internships and courses is free, but there is a small fee to download certificates, covering administrative costs.
Q. When can I start the course?
You can choose any course and start immediately without delay.
Q. What are the course and session timings?
These are fully online courses. You can learn at any time and pace. We recommend following a routine, but it depends on your schedule.
Q. What will happen when my course is over?
After completion, you will have lifetime access to the course for future reference.
Q. Can I download the notes and study material?
Yes, you can access and download course materials and have lifetime access for future reference.
Q. What software/tools would be needed for the course?
All necessary software/tools will be shared during the training as needed.
Q. I’m unable to make a payment. What should I do?
Try using a different card or account. If the problem persists, email us at info@easyshiksha.com.
Q. Do I get the certificate in hard copy?
No, only a soft copy is provided, which can be downloaded and printed if required.
Q. The payment got deducted but shows “failed”. What to do?
Technical errors may cause this. The deducted amount will be returned to your account in 7-10 working days.
Q. Payment was successful but dashboard shows ‘Buy Now’?
Sometimes payment reflection is delayed. If it takes longer than 30 minutes, email info@easyshiksha.com with the payment screenshot.
Q. What is the refund policy?
If you face technical issues, you can request a refund. No refunds are issued once the certificate has been generated.
Q. Can I enroll in a single course?
Yes, select the course of interest, fill in the details, make payment, and start learning. You will also earn a certificate.
Q. My questions are not listed above. I need further help.
Contact us at info@easyshiksha.com for further assistance.
Get Course: Introduction-Geography-Lession