Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeni-Ivanov authored Jul 19, 2018
1 parent 94f9c0f commit 57b8d05
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions 02 - HTML5 and CSS Basics/Exercises/02. Headings.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Headings</title>
</head>
<body>
<h1>Headings Exercise</h1>
<h2>First Heading (Bigger)</h2>
<h3>Second Heading (Smaller)</h3>
<h4>Third Heading (Even Smaller)</h4>
<h5>Fourth Heading (Smallest)</h5>
</body>
</html>

0 comments on commit 57b8d05

Please sign in to comment.