Web Development 1..

New Journey...

Web Development 1..

Hello This is "Arpan" and today I have started my web development journey with "Anurag sir" from "PHYSICS WALLAH" and this is another concept in web dev.. This is the second program in HTML in which we study about Tags, Attributes , Elements , comments etc.

This program has shown that how to write all the things which we want to include in the code.. First thing is tag (it can be opening or closing one) the very next thing is COMMENTS -> This property is helpful in understanding the code to person who is not written the code but any time they need to know about it..

Another thing is ATTRIBUTES->In general way we can say that attribute is basically the additional power of tags.. This makes the tags more useful..

The next thing which is also very important i.e. ELEMENTS->The whole thing including tags and content inside the tag is basically called elements.. Now the other thing which I study is "How to insert image source in the code" ?

Write (img) and click the tab you get option to insert the source and alternate for image.. When you have file saved with image you can give the source but at the time when you know source that have no image or there is no source then you can give any alternate source..

<img src="arpan.jpg" alt="">

On the output webpage you can see it.. Thank you