- STRUCTURE
Each web page contain three main parts : Header, Body and Footer . and each of them has several parts to manage and control the page. as we see in the image below .
- **Process & Design **
To start to create any web page you should at the beginning make a simple draw to this page and explain all features ; Tittle , Menu , Paragraphs , Images and so on .
You will start writing code with any Language you want , but in this article we are going to talk about HTML & CSS and show some example about codes with these languages .
You can design any page with the standard language "HTML" to design the page and use "CSS" to make the style of the page .
- HTML
By using this language we can make the design of the page and add the all what we need Tittle, Paragraphs, Images ... .
- CSS