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

HTML 5 Tag:-

8. Object Tag:-

<object> tag एक embedded object को define करता है। इस element का use document में विभिन्न प्रकार की वस्तुओ को embed करने के लिए किया जाता है।

9. Picture Tag:-

      इस टैग के माध्यम से अलग-अलग स्क्रीन के हिसाब पिक्चर सेट कर सकते हैं।

10. SVG Tag:-

 किसी web page में graphics define करने के लिए HTML5 Canvas के अलावा SVG technology भी provide करती है। SVG का पूरा नाम scalable vector graphics है। यह एक XML based image format होता है। SVG को web pages में two dimensional vector based graphics draw करने के लिए use किया जाता है।

            किसी webpage में graphics draw करने के लिए World Wide Web Consortium (W3C) SVG technology को ही recommend करता है। SVG आपको paths, boxes, circles, text और graphics images draw करने के लिए कई methods provide करती है।

Syntax: <svg width=”” height=””><graphics tag and its attributes></svg>

<svg> container में graphics create करने के लिए अलग अलग graphic tags available है।

  • <line> – Line draw करने के लिए।
  • <circle> – Circle draw करने के लिए।
  • <rect> – Rectangle draw करने के लिए।
  • <polygon> – Polygon draw करने के लिए।
  • <text> – Text draw करने के लिए।

 

HTML 5 Tag:

8. Object Tag:-

The <object> tag defines an embedded object. This element is used to embed various types of objects in the document.

9. Picture Tag:-

Through this tag, pictures can be set according to different screens.

10. SVG Tag:-

Apart from HTML5 Canvas, it also provides SVG technology to define graphics in a web page. The full name of SVG is scalable vector graphics. This is an XML based image format. SVG is used to draw two dimensional vector based graphics in web pages.

            The World Wide Web Consortium (W3C) recommends SVG technology to draw graphics on a webpage. SVG provides you with many methods to draw paths, boxes, circles, text and graphics images.

Syntax: <svg width=”” height=””><graphics tag and its attributes></svg>

Different graphic tags are available to create graphics in <svg> container.

  • <line> – To draw a line.
  • <circle> – To draw circles.
  • <rect> – To draw a rectangle.
  • <polygon> – To draw polygons.
  • <text> – To draw text
error: Content is protected !!