Free ISP UK Internet Access Service 0845 Dial-up
Of course, this is just a simple example. HTML can do far, far more than this. A complete tutorial can be found at Dave's HTML Guide.
<title>Title of My Page Goes Here</title>
<h1>Heading Of My Page Goes Here</h1>
<a href="http://news.google.com/">Follow this link to Google News</a>
<p>
Here is a picture of my cat:
<p>
<img src="cat.jpg">
Notice that the HTML tags are simple enough to recognize and nearly self-explanatory. The text between the opening and closing <title> and </title> tags becomes the title of the web page. The text between the <h1> and </h1> tags is displayed as a "level one heading," which is typically a very large, bold font. The text between the opening and closing <a> and </a> tags becomes a link to another web page; the URL of the web page to be linked to is found in the HREF attribute of the <a> tag, as shown in the example above. The <p> tag is a paragraph break.
The <img> tag includes an image in your page; the image is displayed at that point in the page, as long as the image file specified by the URL in the SRC attribute actualy exists. Since the SRC attribute I used here contains a simple filename, the cat picture will be shown as long as the file cat.jpg is in the same directory as the page. The same trick can be used in HREF attributes in <a> tags, to conveniently link to pages in the same directory. For more information about images and how to create them in formats appropriate for the web, see the image file formats entry.
Of course, a web page sitting in a file on your own computer is not yet visible to anyone in the outside world. See the setting up web sites entry to learn more about how to create web sites that others can see.
Return to What is HTML?
at http://www.free-isp-uk.co.uk/index.php/165.
Start using our free anonymous UK ISP service
now, no sign-up needed!
Dialup Number: 0845 123 2020
Username: free
Password: isp
Mailserver: mail.free-isp-uk.co.uk
If you need instructions on how to setup your computer to use Free UK ISP see our internet dial-up set-up instructions service.