Website Moodle Site designed built and hosted by Enterprise Solutions

HTML and CSS playground

This is a basic layout of a website.
Type it into it into the HTML editor to see what its like
Do not copy and paste as it will not work:

<!DOCTYPE html>
<html>
<head>
<title>Page Title<title>
</head>
<body>
<h1>My First Heading</h1>
<p>My first paragraph.</p>
</body>
</html>

HTML editor

preview