Module 01 • Web Fundamentals
<!DOCTYPE html>
<html>
<head>
<style>
body { font-family: sans-serif; text-align: center; padding: 50px; }
h1 { color: #e34f26; }
</style>
</head>
<body>
<h1>Hello, Web Scholar!</h1>
<p>Edit this code to see changes.</p>
</body>
</html>
Coming up next
Variables & Data Types