HTML BASICS
Before proceeding to the next chapter open the index.html that you have created.
Delete whatever is in between the body tags as shown below:
<!DOCTYPE html>
<html>
<body>
<h1>My First Heading</h1>
<p>My first paragraph.</p>
</body>
</html>
<html>
<body>
<h1>My First Heading</h1>
<p>My first paragraph.</p>
</body>
</html>
0 comments: