Source Code for a basic website


Here’s some code for a basic website. You can add your own things later. Just copy and paste the code in visual studio code or any code editor of your choice.


 <!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>Title</title>
</head>
<body>
  <p>Hello, World!</p>
<p>Loren ipsum Dolores sit a met </p>
</body>
</html>

Comments