Difference between revisions of "Coursera html/css course"

From MyWiki
Jump to: navigation, search
Line 2: Line 2:
 
<source lang="text">
 
<source lang="text">
  
<a href "index.html"
+
<a href "index.html" >
 
Home
 
Home
 
</a>
 
</a>
 
&nbsp;
 
&nbsp;
 +
<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>
&nbsp;
<a href "contact.html" >
Contact
</a>