Thursday, June 1, 2017

Show the structure of HTML documwnt.

<!DOCTYPE html>
<htmll>
<body>

<h1>My First Heading</h1>
<p>My first paragraph</p>

</body>
</htm>