Sharing of my labs carried out during the TDDE18 course at Linköping University
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

example.html 185B

12345678910
  1. <html>
  2. <head>
  3. <title> The page title! </title>
  4. </head>
  5. <body id="body">
  6. <h1>The Page: </h1>
  7. <p>This is the page body. (!?) </p>
  8. </body>
  9. </html>