First commit
This commit is contained in:
commit
def8450c64
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.DS_Store
|
3
css/style.css
Normal file
3
css/style.css
Normal file
@ -0,0 +1,3 @@
|
||||
h1{
|
||||
color: green;
|
||||
}
|
BIN
images/henrik.png
Normal file
BIN
images/henrik.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 354 KiB |
19
index.html
Normal file
19
index.html
Normal 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;' -->
|
Loading…
Reference in New Issue
Block a user