James Sherry PRO
Web Development Tutor and Co-Founder of { The Jump } Digital School
Session 1
In coding:
<!DOCTYPE html>
<html>
<head>
<title>Homepage</title>
</head>
<body>
<!-- Text -->
<h1>Hello World!!</h1>
<p>This is mah new page!!</p>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>Homepage</title>
</head>
<body>
<!-- Text -->
<h1>Hello World!!</h1>
<p class="strapline">
This is mah new page!!</p>
</body>
</html>
By James Sherry
Intro to HTML