1 | <!DOCTYPE html>
 2 | <html lang="en-US">
 3 | <head>
 4 |    <meta charset="utf-8"⁄>
 5 |    <link rel="stylesheet" type="text⁄css" href="style.css"⁄>
 6 |    <title>Welcome!<⁄title>
 7 | <⁄head>
 8 | <body>
 9 |    <p>Welcome to my <em>(ugly)<⁄em> website!<⁄p>
10 |    <p>Sorry, there is nothing more to see here.<⁄p>
11 | <⁄body>
12 | <⁄html>