Coursera html/css course

From MyWiki
Revision as of 17:15, 17 November 2015 by George2 (Talk | contribs)

Jump to: navigation, search

Example of a very simple nav bar

<a href "index.html" >
Home
</a>
&nbsp;
<a href "contact.html" >
Contact
</a>
<hr></hr>
 
<img src="my.png" width="50%" />

Adding a stylesheet in a separate file