I am having a slight problem and want to know if anyone can help me. I have an assignment that requires me to hard code a basic Web page describing my profession, hobbies, or interest. This page will be the homepage of the website.
My hobby - writing
My profession - office support/ entry level IT
My interest - computers
Now this is what I came up with but not sure if I am missing information or if this is wrong...PLEASE HELP ME SOMEONE????
Since it is basic:
1) Open Notepad
2) Type in:
<html>
<head>
</head>
<body>
PUT YOUR TEXT HERE
</body>
</html>
3) Save the file as "index.html" (Remember to change the file type in notepad save dialog)