html> Task 04
Here is the html
<!DOCTYPE html>
<html>
<head>
<title>Task 04</title>
<link rel="stylesheet" type="text/css" href="task04.css">
</head>
<body>
<header>
<h1><img width="300px" height="100px" src="famnit.png"></h1>
<p>University Of Primorska</p>
<p>Faculty of Mathematics, Natural Sciences and Information Technologies</p>
<hr>
<h2>Study Programs</h2>
<hr>
</header>
<ul list-style-type: none; >
<li>UNDERGRADUATE
<br>
STUDIES
<br>
3 years, 180 ECTS
<br><br>
</li>
<li>
MASTER'S DEGREE
<br>
STUDIES
<br>
2 years, 120 ECTS
<br><br>
</li>
<li>
DOCTORAL
<br>
STUDIES
<br>
3 years, 180 ECTS
<br><br>
</li>
<li>
STUDENT
<br>
EXCHANGE
</li>
<footer>
<h3>Contact</h3>
<table>
<tr>
<td>University of Primorska</td>
<td>+386 (5) 611 75 70 (administration office)</td>
</tr>
<tr>
<td>Faculty of Mathematics</td>
<td>+386 (5) 611 75 75 (student services)</td>
</tr>
<tr>
<td>Natural Sciences and</td>
<td>+386 (5) 611 75 71</td>
</tr>
<tr>
<td>Information Technologies</td>
</tr>
</table>
</footer>
</body>
</html>
Do the css.
Do not use any "inline css"


Step by step
Solved in 4 steps with 1 images









