Skip to main content

HTML Tag Vs. HTML Element Day 5





Video Tutorial in Hindi Must Watch on Youtube:-HTML Tag Vs. HTML Element Day 5 Video Tutorial 




Nmaskar Dosto,
Mmera naam hai Sameer Mansoori aur apka 1 bar fir se swagat hai hmare is channel Technical School (Unlimited Ultimate) per,
friends aaj ke is topic main hum discuse karenge HTML Elements K bare me aur sath hi sath hum janege Tag Vs Elements.
To Start krte hai.
To Friends agar main bat karu HTML Elements ki to HTML Element ko starting tag  represent krte hai but usme agar koi contain hota hai to usko hum End tag s closed krte hai jisko forwarding slash (“/”) se represent krte hai.
Jaise ke apne dekha hoga  <p>….</p> to yha (“<p>….</p>”)  paragraph tag 1 element hai or jese dusre ki bat krte hai to <h1>….</h1> bhi 1 element hai. But kuj element ese bhi hote hai jinko close krne ki jrurt hi nhi hoti hai. Jese ke <img…/> , <hr/> and <br/>
Ab agar hum bat kre HTML Element ki Vs. HTML Tag ki to to jese ke paragraph ki hi bat kre to <p>This is paragraph </p> to isme jo (“<p>”) jo hai wo 1 tag hai aur (“</p>”) bhi 1 tag hi hai but (“<p> This is the Element </p>”) y pura 1 element hai.
Aur agar hum bat krte nested element ki to y wo element hote jisme hum 1 element k andar dusra element use kr skte hai
Emaple:
<!DOCTYPE html>
<html>
<head>
<title>Nested Elements Example</title>
</head>
<body>
<h1>This is <i>italic</i> heading</h1>
<p>This is <u>underlined</u> paragraph</p>
</body>
</html>

Bese aur bhi elements hai jinki list k liye  mene description m link diya hua hai hmare blog ka to aap wha se download kr skte hai aur self try kr skte hai agar apko koi bhi help ki jrurt pdti hai to aap le skte hai.

To friends agar video apko pasand aaya ho to like kijiye comments kijiye aur share bhi kijiye thik hai Namaskar
Download :- HTML Tags List

Subscribe:-
Instagram
Facebook
Whatsapp Group
Snapchat





Comments