Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
daniel_01 [2017-08-18 06:53]
Joakim Forsgren
daniel_01 [2019-08-27 10:58]
Mattias Hamberg
Line 1: Line 1:
-====== Genomgång - Introduktion HTML5 ======+====== Genomgång - Introduktion HTML5 ======
  
 <code html> <code html>
Line 5: Line 5:
 <html lang="sv"> <html lang="sv">
 <head> <head>
-  <meta charset="utf-8" /+  <meta charset="utf-8"> 
-  <link rel="stylesheet" href="style.css" />+  <link rel="stylesheet" href="style.css">
   <title>Exempel 1</title>   <title>Exempel 1</title>
 </head> </head>