0% found this document useful (0 votes)
34 views

HTML Aserfwersignment 1

The document provides instructions for an assignment to create an HTML file with basic HTML tags such as <HTML>, <HEAD>, <TITLE>, <BODY>, <H1>, <H2>, and <P>. Students are asked to create a folder called Lastname_Firstname_HTML, save an HTML file called HTML1_Lastname_Firstname.htm in the folder, and add their name and a short paragraph about themselves to the file. They then open the HTML file in a web browser to view their first web page.

Uploaded by

sangeet711
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
34 views

HTML Aserfwersignment 1

The document provides instructions for an assignment to create an HTML file with basic HTML tags such as <HTML>, <HEAD>, <TITLE>, <BODY>, <H1>, <H2>, and <P>. Students are asked to create a folder called Lastname_Firstname_HTML, save an HTML file called HTML1_Lastname_Firstname.htm in the folder, and add their name and a short paragraph about themselves to the file. They then open the HTML file in a web browser to view their first web page.

Uploaded by

sangeet711
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 2

Assignment 1 This is to be done AFTER you have read through the chapters and played around with some

of those concepts! You will be creating a folder called Lastname_Firstname_HTML. In that folder you will be creating a file named: HTML1_Lastname_Firstname.htm 1. Create a folder called: Lastname_Firstname_HTML 2. Open Notepad (click on Start/All Programs/Accessories/Notepad). 3. Enter the following text in your Notepad window. Punctuation (syntax) is KEY. Make sure you use all the correction punctuation. Note: make sure and tell me a little about yourself in the paragraph where it says Tell me a little about yourself here.
<HTML> <HEAD> <TITLE>My First Web Page</TITLE> </HEAD> <BODY> <H1>My First Web Page</H1> <H2>My Name is (enter your first and last name)</H2> <P>Hello. Tell me a little about yourself here.</P> </BODY> </HTML>

4. Save this document in the HTML folder you created above, with the filename of: HTML1_Lastname_Firstname.htm 5. Find this file on your computer, and double click the file to open it in your explorer window. As soon as you double click on the file name, the PC will know its a web page due to the .htm extension at the end of the name. The PC will bring this file up in a browser window. 6. Your web page should look identical to the figure below, except for the paragraph about yourself, and your name. Notice the name in the blue Title bar below.

7. Your instructor will inform you on how he/she would like you to turn in the assignment.

You might also like