answersLogoWhite

0

I gave quite a few interviews throughout my career and this is a very very common question that almost every interviewer asked.

They are listed

  1. audio tag and video tag

  2. Vector Graphics:

  3. Semantic header and Footer

  4. Figure and figcaption:

  5. Nav tag

  6. Progress tag

  7. quite a few new form elements

  8. Local Storage

There are many others as well, but I have listed few which are used on a regular basis.

Still curious? Ask our experts.

Chat with our AI personalities

LaoLao
The path is yours to walk; I am only here to hold up a mirror.
Chat with Lao
SteveSteve
Knowledge is a journey, you know? We'll get there.
Chat with Steve
ReneRene
Change my mind. I dare you.
Chat with Rene
More answers

There are various new elements in HTML5. Canvas, video, audio are some of the elements.

User Avatar

Wiki User

9y ago
User Avatar

Html5 has introduced a number of new elements. The canvas tag is one of them.

User Avatar

Wiki User

9y ago
User Avatar

Add your answer:

Earn +20 pts
Q: What elements are new in HTML5?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

How is HTML5 downloaded?

HTML5 isn't something you download. HTML is the language for creating Web pages and HTML5 is the latest version that is being devised by Web standards organizations. To use HTML5, you can write HTML5 instructions (known as tags) in a text editor, save the text file, and then open the file in a Web browser that supports HTML5. As of January 2011, the major Web browsers such as Internet Explorer, Firefox, Safari, and Chrome are beginning to support HTML5 features. For more information about HTML5, see the Related Link.


How do you know if a program supports HTML5?

You can find out if your browser supports html5 by going to html5test.com


How will HTML 5 provide enhanced support for multimedia?

HTML5 has provided enhanced support for multimedia by making it possible to add audio and video files to your HTML web page without needing browser plugins or external programs. Prior to HTML5, if you wanted an audio or video file on your web page, for it to play, the end user would have to install the related plugin or program to allow the file to play. With HTML5, you use the new HTML elements <audio> and <video> and the browser will play the audio or video without the need for a plugin or external program. HTML5 also added the <canvas> element (which allows for dynamic, scriptable rendering of 2D shapes and bitmap images) and the integration of scalable vector graphics.


How do you upgrade HTML5 browser?

You can download Google Chrome from their web site. It is the most popular of the few browsers supporting HTML5.


What are the five steps involved in migrating from HTML to HTML5?

There is not much in migrating from HTML to HTML5. You have to include the DOCTYPE in the html tag.