Web Development 2..

New Journey...

Web Development 2..

Hey This is "Arpan" and today I have started my web development journey with "Anurag sir" from "PHYSICS WALLAH" and this is my first ever program in web dev.. This is the first program in HTML to print HELLO WORLD ..

Basically this snippet has such things which you can't understand as a beginner..

First of all this snippet has<> as a opening tag and </> as a closing tag and we have to write all the things inside the opening tag <html> and closing tag </html>..Another thing if we want to give the title to our web page then write the name of title inside <title> </title> and these tags are also inside the <head> </head>..

Also the other very important thing is ..if we want to add something in our html code then write all these things line by line inside <h1> </h1>,<h2> </h2>,.. and so on.. These are used to give heading ,sub heading and so on.. Now these things should written inside the <body> </body> tags ..

So this is all about the program and I have very good experience during studying this one ...Thank you..