Differences

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

Link to this comparison view

Both sides previous revision Previous revision
tevt14_svar [2012-08-27 13:44]
Joakim Forsgren
tevt14_svar [2022-07-18 13:20] (current)
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>Mallsida</title>   <title>Mallsida</title>
 </head> </head>
Line 30: Line 30:
 <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>Mallsida</title>   <title>Mallsida</title>
 </head> </head>
Line 48: Line 48:
 <form action="" method="post"> <form action="" method="post">
  Ange tal 1  Ange tal 1
- <input type="text" name="tal1"><br />+ <input type="text" name="tal1"><br>
  Ange tal 2  Ange tal 2
- <input type="text" name="tal2"><br />+ <input type="text" name="tal2"><br>
  <input type="submit" name="submit" value="Skicka">  <input type="submit" name="submit" value="Skicka">
 </form> </form>