HTML-CSS-Overview-Exercise-and-Homework
HTML-CSS-Overview-Exercise-and-Homework
HTML-CSS-Overview-Exercise-and-Homework
Problems for exercises and homework for the “HTML and CSS” course @ SoftUni. Submit your solutions in the
SoftUni judge system at https://judge.softuni.bg/Contests/394/HTML-and-CSS-Overview .
1. My First Page
Create a Web Page like the following.
Create “my-first-page.html”
Constraints
<h1> tag for heading
<p> tag for paragraph
2. Definition Lists
Create a Web Page like the following.
© Software University Foundation (softuni.org). This work is licensed under the CC-BY-NC-SA license.
Constraints
<h2> tag for heading
<dl> tag for definition list
3. Reversed List
Create a Web Page like the following.
© Software University Foundation (softuni.org). This work is licensed under the CC-BY-NC-SA license.
Hints
Use:
<ol> with reversed attribute
o <ol reversed="reversed">
Submit only reversed-list.html + reversed-list.css in ZIP file
Constraints
<div> with id=wrapper as a container
o Background color: #5bc0de
Hints
Use:
<h1> and <h2> tags for headings
<sup> tag for superscript text
<p> tag for paragraphs and <span> for Hello, Stranger!
<ul> tag for list items
© Software University Foundation (softuni.org). This work is licensed under the CC-BY-NC-SA license.
5. Book Story
Create a Web Page like the following using Book-Story.txt.
Constraints
<div> with id=wrapper as a container
o Width container: 400px
o Background color: #dddddd
o Border: 1px solid #000000
o Margin Left: 20px
o Padding: 10px
<p> tag for paragraph + font-size: 18px
<em> tag for italic text
Hints
Use:
© Software University Foundation (softuni.org). This work is licensed under the CC-BY-NC-SA license.
© Software University Foundation (softuni.org). This work is licensed under the CC-BY-NC-SA license.
© Software University Foundation (softuni.org). This work is licensed under the CC-BY-NC-SA license.