Important Notice:

Course Content
Heading Tag / Paragraph Tag
0/2
Horizontal Rules (HR element)
0/1
Font Element
0/1
Image Element
0/1
HTML Basic (Chapter 3) M2-R5.1
About Lesson

Features of HTML 5:-

  • HTML 5 में नए मल्टीमीडिया फीचर्स पेश किए गए हैं जो ऑडियो और वीडियों कण्ट्रोल को सपोर्ट करते हैं इसके लिए <audio> और <video> टैग का उपयोग किया जाता है।
  • इसमें वेक्टर ग्राफिक्स और टैग सहित नए ग्राफिक्स Element को जोड़ा गया है।
  • <header>, <footer>, <article>, <section> और <figure> आदि को शामिल किया गया है।
  • यह circle, rectangle, triangle आदि विभिन्न चित्र को बनाने की अनुमति प्रदार करता है।
  • इसको declare करने के लिए <!doctype html> का प्रयोग करना पड़ता है।
  • इसमें encoding character के लिए <meta charset=”UTF 8”> का उपयोग किया जा सकता है।

 

Features:

  • It has introduced new multimedia features which supports audio and video controls by using <audio> and <video> tags.
  • There are new graphics elements including vector graphics and tags.
  • Enrich semantic content by including <header> <footer>, <article>, <section> and <figure> are added.
  • Allows to draw various shapes like triangle, rectangle, circle, etc.
  • Capable of handling incorrect syntax.
  • Easy DOCTYPE declaration i.e. <!doctype html>
  • Easy character encoding i.e. <meta charset=”UTF-8″>
error: Content is protected !!