read03
*summerizing about Process & Design
How to attract your audience ? First of all you should ask yourself many questions such as : -who is your customer ? -what is thier gender ? -their geographical location ? -their age ?
and many many questions , so you can specify your audience to become your customers. you should put yourself in thier shoes to know ; what they need , and why would they choose your site there is a million of sites ! you should be diffrent and creatve to atrract them .
you must started your project by creating a wireframe to bloom your mind and design it before doing any thing so you can take advice from any nother programmer or someone who you want him to be your customer.
make your web design depending on your project plus to the audience and creativity.
#summerizing HTML5 Layout
this chapter is talking about html layout and the elements , HTML5 introduces new set of elements thats allow you to divide up the parts of a page.
first it conten a <header> : its really importent in html language its appears at the top and we wrote in it the things that we want to show it . and we wrote the Navigation insid the header , The <nav> element is used blocks on the site such as the primary site navigation.
and there is a <article> element : its acts as a container for any section of a page , we can wrote in it a paragraph or put a img . and its become insid a <main> part .
The <section> element groups related content together, and typically each section would have its own heading. and its contain the a tag its means links and looks like that .
and finally its end with the footer you can wrote a paragraph in it .
Extra Markup
in this part we talk about modeling and how to make your web page attractive , its by adding a images and for sure you can add a images in html . but first of all you should pick afittings image to your project , and show an image at the right size.
so lets see how we can do it ?
<img src=”images.jpg” alt=”about the image”
elements mean add image to this page.