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

Popular posts from this blog

Special Independence Day Edition Wth HTML CSS

Special From Technical School     Namashkar Dosto, Mera naam hai Sameer Mansoori Aur apka 1 bar fir se swagat hai hamare is channel Technical School ( Unlimited Ultimate ) per. Friends aj hm kuj alag yha sikhne wale hai are nahi nahi aap esa mt sochiye ke hum technical se alag htkr kuj krne wale hai. Actually Tuesday ko 15 August 2017 / yani independence mtlb apna azadi ka din hai to usi k usi k hisab se aj hum yha kuj krne wale hai isme alag bat y k aj tk apne jyadater videos ya images hi dekhe honge ya fir khud s click kiye hone Aj hum kuj technical style m apna swatntrata divas mnaenge aur esa hi kuj bnane wale hai to chaliye start krte hai..... Friends yha per mene video link bhi diya hua hai youtube ka to aap wha jakr bhi dekh sakte hai aur main yha aapko source code bhi provide kra dunga to aap us ke through try kar skte hai. Basically friends maine jo apna channel start kiya aur ye blog jo abhi tk mene complete nhi kiya actually thora time ka probl...

HTML Tutorial Day 2| HTML 5 Tags |

Namaskar Dosto, Mera nam h Sameer Mansoori or aap dekh rahe h, Technical School ( Unlimited Ultimate ). Aj m apko btaunga kuj apne HTML Syllabus k bare m jo hm sikhnge or sth hi hum kuj tags strt v krnge to chaliye krte h. Strt krne s phle m apse rqst krta hu k mera video pura dekhe qki isme bich m kafi kuj smjaunga isi k sth hm dekhe h.. Find Video on Youtube = "TS00002" "#TS00002" "TS0000" "Technical School" "#Technical School" Follow on Instagram Follow on Facebook = Join Whatsapp Group = Add Us Snapchat = Email :- helptechnicalschool@gmail. com

Display LayOut Part 1 | set Layout using CSS

Display LayOut Part 1 | set Layout using CSS  Hello Guys, Kaise hai aap, Source of Display Lay out is here :- In HTML <DOCTYPE html> <html> <head> <title> Display Layout </title> <link rel="stylesheet" href="Display.css"> </head> <body> <div class="p">  <p>This Paragraph under Inline Block</p> </div> <br/> <br/> <br/> <div class="p1" > <p> This is Paragraph</p> </div> <br/> <div class="p2"> <p> This is Paragraph</p> </div> <br/> <br/> <div class="p3"> <p> This is Paragraph</p> </div> <div class="grid" > <div class="box a">A</div> <div class="box b">B</div> <div class="box c">C</div> <div class="box d">D</div> <div cl...