Homework: HTML5 Overview
This document defines homework assignments from the “Web Fundamentals (HTML & CSS)“ Course @ SoftUni.
Please submit as homework a single zip / 7z archive holding the source code of all below described problems.
Problem 1. Hello HTML
Create a HTML document holding the text "Hello HTML". Ensure you have <doctype>, <html>, <head>, <title> and
<body>. Play with the other tags.
Problem 2. Paragraphs and Images of Text
Create an HTML page holding a few headings, each with a few paragraphs of text. Insert a few images. Play with the
old formatting tags <b>, <i>, <u>, <strong>, <em>, <sup>, <sub>, <pre>, <br /> etc. Ensure you have <doctype>,
<html>, <head>, <title> and <body>.
Problem 3. Runners Home
Write an HTML page like the image below (use headings, <div>, paragraphs and <ul>):
Problem 4. HTML Lists
Create a HTML page that holds nested lists like the example on the below (without the border and the rounded
corners). Use <ol>, <ul> and <li>.
© Software University Foundation (softuni.org). This work is licensed under the CC-BY-NC-SA license.
Follow us: Page 1 of 4
Problem 5. PowerPoint Slide
Create a Web page that looks like this PowerPoint slide (100% accuracy is not required):
Problem 6. User Profile Pages
Create user profile Web pages named profile.html, friends page named friends.html and info page named
home.html. Link them to one another using <a href="…"> tag. The pages should look like the following:
© Software University Foundation (softuni.org). This work is licensed under the CC-BY-NC-SA license.
Follow us: Page 2 of 4
© Software University Foundation (softuni.org). This work is licensed under the CC-BY-NC-SA license.
Follow us: Page 3 of 4
© Software University Foundation (softuni.org). This work is licensed under the CC-BY-NC-SA license.
Follow us: Page 4 of 4