Difference between revisions of "Coursera html/css course"

From MyWiki
Jump to: navigation, search
Line 10: Line 10:
 
</a>
 
</a>
 
<hr></hr>
 
<hr></hr>
 +
 +
<img src="my.png" />
  
 
</source>
 
</source>

Revision as of 14:26, 17 November 2015

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" />