NOTE..... HAD TO LEAVE OUT ALL THE END TAGS IN THE FOLLOWING ANSWERS AS 'BLOG' WOULD NOT ACCEPT THEM :-(
1. What are HTML tags?
A. HTML tags are special codes marked by a
/tag_name
contains the "/" slash character. This "/" slash tells a web browser to stop tagging the text.
2. Where is the text of the title tag displayed?
A. In the title bar of the web browser window.
3. What steps are involved in creating a simple HTML document?
A.
1. launch the text editor program.
2. Go to the text editor window.
3. Enter the following text
!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"
html
Head
Title>Jac's Net 11 page/title
/head
!-- written for the Writing HTML Tutorial
by Jacqui Pemberton, December 23rd, 2006 --
body
In this lesson I have learnt the basic steps to create a simple HTML document.
/body
/html
4. How do you create a comment tag?
A.
5. How can you display your HTML document in a web browser?
A. Save the file as "jac.html" - Open browser and select 'Open file' from File menu (must be online)
Independent Practice
Think of a topic for your own web page. Now create your own HTML text file that includes a title tag and a few introductory sentences. Save the HTML file and reload it in your web browser. You might want to create a different folder/directory for this file so you do not get it mixed up with all of the volcano pages you will create for this tutorial.
Keep this file handy as you will add to it in later lessons.
I have created a file called "resource.html" which I will work with to record the information required for 'Assignment 1' in Module 3 - Resource Project.
NOTES........I am really enjoying this so far!
No comments:
Post a Comment