First commit

This commit is contained in:
Henrik Bygren 2021-03-16 13:42:38 +01:00
commit def8450c64
4 changed files with 23 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.DS_Store

3
css/style.css Normal file
View File

@ -0,0 +1,3 @@
h1{
color: green;
}

BIN
images/henrik.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 354 KiB

19
index.html Normal file
View File

@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="sv">
<head>
<meta charset="utf-8">
<title>HTML 5</title>
<style type="text/css" link="css/style.css">
</head>
<body style='border: 1px solid black;'>
<h1 style='border: 1px solid black;''>HTML 5</h1>
<h2>3:e Lektionen</h2>
<p>Nu lär vi oss semantisk html.</p>
<img src="images/henrik.png"style='border: 1px solid black;>
<a href="https://dn.se">DN</a>
</body>
</html>
<!-- style='border: 1px solid black;' -->