Skip to main content

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

Comments

Popular posts from this blog

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...