Answers for "simple website using html"

0

basic html webpage

<!DOCTYPE html>
<html>
<title>HTML Tutorial</title>
<body>
<h1>Heading</h1>
<p>Paragraph</p>
</body>
</html>
Posted by: Guest on December-08-2021

Code answers related to "simple website using html"

Browse Popular Code Answers by Language