Skip to content

Instantly share code, notes, and snippets.

@pelagisk
Created July 13, 2012 01:09
Show Gist options
  • Select an option

  • Save pelagisk/3102122 to your computer and use it in GitHub Desktop.

Select an option

Save pelagisk/3102122 to your computer and use it in GitHub Desktop.
Exempel HTML
<html>
<head>
<title>Skriv en titel här</title>
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body>
<section id="ett-textblock">
<h1>En rubrik</h1>
<p>Brödtext hamnar här</p>
<a href="http://motkraft.net">Länk till motkraft.net</a>
<img src="" alt="om inte bilden visas..." />
</section>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment