Exercise 6: Link to other pages
In order to navigate, it is a good idea to put hyperlinks in to the next exercise or other example pages. As with opening a Geneious document you use the <href> tag. Here we will add a link back to the index page.
<html>
<head>
<title>Tutorial document</title>
</head>
<body style="padding: 5px;">
<img src="logo_small.png">
<h2 class="orange">Tutorial document</h2>
This is where you can write some text.<br>
<a href="Q03307.geneious">Open Q03307 document</a><br>
Here is some <b>bold</b> text and some <i>italic</i> text.<br>
<br>
<p>This is a paragraph.</p>
<p>This is another paragraph.</p>
<p>Question: How many transmembrane regions are there in Q03307?</p>
<p><b>Answer:</b><br></p>
<br>
<a href="index.html">Go to index page.</a><br>
</body>
</html>
To see how this HTML looks click here.
Exercise 7: Create the tutorial zip file