HTML Course Hindi - Beginner to Pro ( 2023 ) | Chapter 7
Semantic Tags
Semantic Tags helps both developer and browser to differentiate various section in website. in order mange or read website easily
Block & Inline Tags
Block tags take full space in page
Inline elements only takes its required space
Canvas & SVG tags
Canvas and SVG both are used to draw shaped on HTML Page
SVG
SVG → Scalable Vector Graphics
<svg>
is a container for SVG graphics.<svg width="100" height="100">
<circle cx="50" cy="50" r="40" stroke="green" stroke-width="4" fill="yellow" />
</svg>
Canvas
<canvas>
tag is used to draw graphics, on the fly, via JavaScript.<canvas>
tags is only a container for graphics. You must use JavaScript to actually draw the graphics.<canvas id="myCanvas" width="200" height="100"></canvas>
HTML Course Hindi - Beginner to Pro ( 2023 ) | HTML COURSE FOR BEGINNERS | BASIC HTML COURSE WITH NOTES. NOTION NOTES - https://alkaline-olivine-4e5.notion.site/HTML-Course-Hindi-Beginner-to-Pro-2023-3b65cab8001e41d6a3af8ee2a7955b44 SOURCE CODE - https://github.com/anshuopinion/HTML-COURSE-2023 Linkedin - https://linkedin.com/in/anshuopinion Twiiter -https://twiiter.com/dosomecoding Telegram Channel - https://telegram.me/dosomecoding Github - https://github.com/anshuopinion