0% found this document useful (0 votes)
247 views1 page

Basic Page Text

The document provides instructions for students to create an original basic web page about their essay by copying text into Notepad and filling in personalized details. Students are told to include their name as the author and page description, save the file in their own folder with a .html extension, and replace the example paragraph with their report text. Plagiarism is prohibited and could result in lost points.

Uploaded by

kmardock064
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 DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
247 views1 page

Basic Page Text

The document provides instructions for students to create an original basic web page about their essay by copying text into Notepad and filling in personalized details. Students are told to include their name as the author and page description, save the file in their own folder with a .html extension, and replace the example paragraph with their report text. Plagiarism is prohibited and could result in lost points.

Uploaded by

kmardock064
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 DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

1. Open Notepad (in the Accessories Folder) on your computer and copy the text below exactly as it is written.

Where there are Bold Italicized phrases, enter the appropriate information that is specific to you and your essay. You do not need to include these directions. 2. This will be your original work. Do not Copy or Save a version of your partners file with your name. That would be Academic Dishonesty and will result in the forfeit of points. 3. Save this document in your folder. If you do not have a folder for yourself, you must create one now. 4. You MUST end the filename with .html (i.e. Mr._Mardocks_Basic_Web_Page.html)

<html> <head> <!--The head of the page is where background information goes. --> <meta name=author content=your name here /> <meta name=description content=explain the topic of your webpage here in a brief statement /> <!--This page was created by Your name here on computer station ??. It is called Your_Names_Basic_Page.html. I saved the file in my folder, on Computer Station ?? . --> <title>Basic Web Page by Your Name Here</title> <!-- The title is the name that appears in the colored bar at the very top of the browser window. It does not appear as part of the text of the page. --> </head> <body> <!-- This where the text of the web page goes. Anything that appears in the browser window should be in the body. --> <p> This is my web page. I will replace this text with the text from my report</p> </body> </html>

You might also like