Skip to content

Commit

Permalink
Add initial example HTML
Browse files Browse the repository at this point in the history
  • Loading branch information
richardolsson committed Sep 30, 2024
1 parent 358d116 commit d47a01e
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions classes/a2/a201/examples/html-and-css.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<html>
<head>
<meta charset="UTF-8">
<style>
</style>
</head>
<body>
<h1>Rubrik A</h1>
<h2>Rubrik B</h2>
<p>
En brödtext med <a href="https://google.se">
en länk till svenska Google</a>
och lite mer text.
</p>
<p>En brödtext</p>
<a href="https://google.com">
Klicka här för amerikanska Google
</a>
</body>
</html>

0 comments on commit d47a01e

Please sign in to comment.