write. any. four. features. of. html5
Answers
Answered by
1
Answer:
- video. The video element allows you to easily stream video from a website.
- figure. Figure elements can be used to display visual content, such as photos, illustrations, diagrams or code snippets.
- section.
- nav.
- header.
- footer.
Explanation:
Answered by
0
Answer:
Explanation:
The four features of HTML5 are-
1.Audio and video elements-HTML5 allows you to embed audio and video files directly into a web page instead of using a plugin.
2.Canvas element-This element allows you to generate graphics programmatically in the browser,i.e. you can now draw lines,curves,shapes,text,images, and so on using the canvas.
3.New input types-HTML5 provides many new input types,such as date,color,email,month,number, and so on to simplify the designer's tasks.
4.Nav-The nav element is used for the part of a internet site that links to different pages at the website.
Similar questions