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
Next revision Both sides next revision
dvprog_05 [2017-09-08 14:19]
Daniel Viström
dvprog_05 [2017-09-08 14:35]
Daniel Viström
Line 36: Line 36:
   <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</title>
 </head> </head>
 <body> <body>
Line 49: Line 49:
  
 ==== Exempel 2 ==== ==== Exempel 2 ====
-Summera alla positiva tal som är delbara med 3 och mindre än 100.+Summera alla positiva tal som är delbara med 3 och mindre än 100, d.v.s 3 + 6 + 9 + 12 + ... + 99.
  
 <code php> <code php>