jeudi 9 mai 2013

HTML 5 files structures






<header> Will encompass all that is in the header of the page, ie the banner, any menu bar (speedbar), a logo, a socket ... .

<aside> will encompass the right sidebar. This element is used to contain elements servants to navigation on the site.

<div> will match the body of the page, that is to say, where to find the content of the page.

mercredi 8 mai 2013

Web Development lesson5

 


Add an image to your page


<img src="url of the image" alt="my image" width="x" height="y">



src : is the source of the image exemple("..\style\images\image.png")

alt : is for the alternate texte(the text that appears when the image cannot be displayed)

width : is the width of the image where "x" is the numeric that defines this parameter

height : is the same thing like the width