Intro to code

 

<!DOCTYPE html>
<html>
<body>

<h1>My First Heading</h1>

<p>My first paragraph.</p>

</body>
</html>


This is a very basic use of HTML code. 

This is just how you would have a website with only one heading and one paragraph, nothing more, it's very simple.  

Comments