


Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
Create the Web Pages use of HTML From University of Nottingham.
Typology: Exercises
1 / 4
This page cannot be seen from the preview
Don't miss anything!
Create a web page that looks as shown in figures 1, 2 and 3. Use HTML mark up.
Note: you can use any editor you like to create your webpage. Just make sure that you save your file as plain text and that you give it a .html extension.
The HTML document must begin with a level 1 heading (Interesting facts about animals), followed by a level 2 heading (Updated Weekly!) and a paragraph (This week we have:). Then there is an unordered list (with circle bullets) of two hyperlinks.
Figure 1: View of web page when first opened
When the “Camelids” hyperlink is followed the browser displays the “Camelids” section of the document (as show in figure 2). This section contains a level 1 heading (Camelids), a paragraph and a table (as show in figure 2).
Figure 2: Camelids section
When the “Lions” hyperlink is followed the browser displays the “Lions” section of the document (as show in figure 3). This section contains a level 1 heading (Lions), a paragraph and an image (as show in figure 3).
chmod 711 ~/public_html
If you have changed the permission on your home directory, you may need to reset it to include global execution permission, eg:
chmod 711 ~/.
You can then place HTML or other types of file within your public_html subdirectory. The files you create should be globally readable in order for the web server to access them, for example you can use:
chmod 644 [FILENAME]
eg:
chmod 644 index.html
Your web page can be accessed using the URL:
http://HOSTNAME.cs.nott.ac.uk/~[username]/filename
eg:
http://avon.cs.nott.ac.uk/~abc12d/animals.html
Note: Your web pages will not be accessible outside the university.