Order Details;
Reading: Read chapters 1 & 2 of “HTML & CSS: Design and Build Websites”. Web link:
http://www.w3schools.com/html/html_intro.asp
Create an HTML page that is a brief bio of your life. Include a list of things you hope to learn from this course.
Use the following tags: html, head, title, body, h1, h2, p. Make certain that you have properly closed all of your tags. Include at least 3 links to sites you find interesting and enjoy. For information on links, check out:
http://www.w3schools.com/html/html_links.asp
Name your page “mypage1.html” and upload it to your personal FIT site on your U drive. For more info, check out:
http://it.fit.edu/accounts/web/personal.php
Specifically:
- After you have gained access to your UDrive, you are ready to post pages.
- Simply save your html or php files in the “public_html” directory. The default page should be named index.html or index.php.
- To view the default page, simply type the URL http://my.fit.edu/~[Your TRACKS username], and the file index.html or index.php should appear in your browser.