Basic Web Design Tutorial Part 4
Linking pages to each other
The web is called the web because pages link to each other. Make links clear and obvious in your page. Here’s how to make a link:
The web is called the web because pages link to each other. Make links clear and obvious in your page. Here’s how to make a link:
The clever ones among you might be asking “So if < and > mark tags then how do you put those symbols in a page?”. The answer is that certain symbols are encoded. Here are some common ones:
< gives < (“lt” stands for less than)
> gives > (“gt” stands for greater than)
© will give a copyright mark (©)
I’ll drop you straight into the web design with an example. Create a text file and copy the code below. Save it as “index.html” on your computer somewhere. Now double click it to open it in your default web browser.