Answers for "page example html"

0

basic html page

<!DOCTYPE html>
<html>
<title>HTML Tutorial</title>
<body>
<h1>This is a heading</h1>
<p>This is a paragraph.</p>
</body>
</html>
Posted by: Guest on October-17-2021

Browse Popular Code Answers by Language