Difference between revisions of "Coursera html/css course"
From MyWiki
Line 11: | Line 11: | ||
<hr></hr> | <hr></hr> | ||
− | <img src="my.png" /> | + | <img src="my.png" width="50%" /> |
</source> | </source> |
Revision as of 14:42, 17 November 2015
Example of a very simple nav bar
<a href "index.html" > Home </a> <a href "contact.html" > Contact </a> <hr></hr> <img src="my.png" width="50%" />