This is the basic HTML you need to show on a web browser.
<!DOCTYPE html>
<html>
<head>
<title>HTML Fundamentals</title>
</head>
<body>
<h1>HTML Fundamentals</h1>
</body>
</html>
This is the basic HTML you need to show on a web browser.
<!DOCTYPE html>
<html>
<head>
<title>HTML Fundamentals</title>
</head>
<body>
<h1>HTML Fundamentals</h1>
</body>
</html>