Testing HTML
I’m starting off with a small index file below.
<!DOCTYPE html>
<html>
<head>
<title> Test </title>
</head>
<body>
<h1> This is a Test </body>
<p> This is my paragraph </p>
</body>
</html>
This can be found at this test page. Please check for my progress and testing. This is where I’m going to do most of my testing for development and implementations.