HTML Stuffs
HTML Stuffs
Tutorial 1
(You don’t need to install any extension for HTML and CSS coding)
https://www.apachefriends.org/download.html
Install only the Apache web server, MySQL and phpMyAdmin, please uncheck all
other options as they’re not necessary and will take up your computer’s space. In this
tutorial, you’ll only use Apache, but later on you will need MySQL and phpMyAdmin.
After installing XAMPP, please use XAMPP’s control panel to Start and Stop the
Apache server. Test your web server by opening https://localhost or http://localhost on
your browser. You can find the local website’s document root at C:\xampp\htdocs by
default.
Activity 3 – HTML Quiz
Try the following test to check how good you are with HTML:
http://www.w3schools.com/html/html_quiz.asp
You can create a single page or multiple pages. Here are some suggestions:
➔ The page should have a header (possibly with a navigation bar for user to
navigate to different pages of your website), the main section and a footer
section at the bottom.
➔ Your personal info (name, birthday, hometown, etc.), a picture of yourself (if any),
a short description of yourself in 5 sentences (emphasize important words in bold
or italic texts).
➔ A list of courses you are taking this semester at FIT. Use proper lists (unordered
<ul> or ordered <ol>) where suitable.
➔ Something about one of your neighbors (people sitting next to you) or your TA if
you are sitting alone.
➔ Embed your HTML test score from previous exercise to your page..