Difference between revisions of "Coursera html/css course"
From MyWiki
Line 2: | Line 2: | ||
<source lang="text"> | <source lang="text"> | ||
− | <a href "index.html" | + | <a href "index.html" > |
Home | Home | ||
</a> | </a> | ||
| | ||
+ | <a href "contact.html" > | ||
+ | Contact | ||
+ | </a> | ||
</source> | </source> |
Revision as of 14:20, 17 November 2015
Example of a very simple nav bar
<a href "index.html" > Home </a> <a href "contact.html" > Contact </a>