Showing posts with label week 7. Show all posts
Showing posts with label week 7. Show all posts

Friday, 5 September 2014

Simple menu

To create a navigation bar you need an unordered list, each list item with a link to the page and a title, like this
<ul>
<li> <a href="about.html"> About </a> </li>
<li> <a href="linkhere"> Products </a> </li>
<li> <a href="linkhere"> Buy</a> </li>
<li> <a href="linkhere"> Competitions</a> </li>
</ul>
My menu bar
navber css and html

Thursday, 4 September 2014

My Evoke Website


My Evoke Website with the mark up structure
My evoke website div mapping

My HTML code for home pagehtml with color coded
My CSS code
CSS color coded
My about page HTML
about page html
My website running Home page website running home page
About page running
evoke about page running