NOKIA

pages of blog

Thursday 10 July 2014

HTML , how to set a background image or color to page

hello 

for set a background of image , you must give the source of image that you would like . 
exemple 

this image :





we give the source of this image , in net or in pc
the source is : https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEinN0R7drIHl1keR8it2BXk6vATZ4ZJjpcaabDSNpAaM7qsmLAzwXXMVRkPaZmGuunIujESL-uUbYPHty9tnEBDzc-7kn95rhJHodUquaTLapWC1gSmHA3Rq7n2qrmg-QaOrIO4G8QNosXA/s1600/nature.jpg

ok . 


write backgound='source of image '


<html>
<head>
<title>
</title>
</head>
<body background='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEinN0R7drIHl1keR8it2BXk6vATZ4ZJjpcaabDSNpAaM7qsmLAzwXXMVRkPaZmGuunIujESL-uUbYPHty9tnEBDzc-7kn95rhJHodUquaTLapWC1gSmHA3Rq7n2qrmg-QaOrIO4G8QNosXA/s1600/nature.jpg'>
</body>
</html>


and  if you would like to set a color then write bgcolor='the color or code color'


<html>
<head>
<title>
</title>
</head>
<body bgcolor='red'>
</body>
</html>

you can give the code of color html from this site : click here


we see you in the next cour : the Paragraph in HTML

No comments:

Post a Comment