Monday, 1 February 2016

                                          HOW TO ADD IMAGE IN HTML 

IN html hyper text markup language to add image we use the following coding 



<img src="location of the image.Type of the image"/>


the tag of the image is self closed we dont need to close it like the others 


To add the image through CSS then we use the following Coding 



body{

background-color:url("location of the image.Image type");

}









Thank You :)





Tuesday, 26 January 2016

HTML

                                                             HTML


Here in this Blog First of All i will try  to Expalin you what is HTML?

HTML stands for the Hyper Text Markup Language.Its a language which is used for Developing the webpages the front-end of the websites Basically HTML is a Taging Language in this language we use Tags so the next that comes in mind is that How to create the tag and what Tag actually is


What is Tag?
Ans:Anything that is written between the Angle brackets which are also known as the signs if greater than and less than <,>

So the anything that we write between thses angle brackets that will be called Tag.

and HTML is a pure Tag based Language


The first tag that we write when we start our any work in  any langage is

<html>

and one thing that always remember is that whenever we open the tag then we have to close the tage as well for example

<html>


</html>




i open the tag with <html> and when i close the tag then i add / extra which shows that this is a closing tag

but there are some tags are which are self closed like <br> ,<link/> etc we dont need to close these tags



I HOPE IT WILL BE HELP FULL FOR YOU

THANK YOU

SULYMAN QURESHI