This laboration is split in two parts, the first part about simple HTML programming and the last about SQL databases, with focus on MySQL databases

Read the HTML tutorial on http://www.w3schools.com adn the MySQL tutorial on http://www.mysql.com/doc/en/Tutorial.html. If you don’t have access to a MySQL database read the examples in the tutorial, these will be a great help when you start to solve the Tasks on the MySQL database. You should also be familiar with the Language Reference section.

Make a HTML with a header/title line follow by a introduction text describing this course and a new header line/smaller followed by a description of the lectures. See the above picture example for layout and text. The Swedish letters ä ö å must be written with the corresponding code!
Part 2: Table
Tables are a cornerstone in HTML and a widely used for layout.

Download pdf HTML/SQL Laboration 1