Github and Website Workshop/HTML CSS review: Difference between revisions

imported>Auria
No edit summary
imported>Auria
Line 19:
 
<code>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title> </title>
<title>Welcome to my website!</title>
</head>
<link rel="stylesheet" type="text/css" href="template.css">
<body>
</head>
<header></header>
<body>
<main></main>
Hello world!
<footer></footer>
</body>
</html>
</code>
 
Anonymous user