Basic Page Text
Basic Page Text
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>