Monday 21 March 2016

Task 7

Task 7:

Using w3schools.

What does this do?: <p> Hello world! </p> 

In HTML we need to use a start tag and an end tag. The <p> and </p> before Hello world! are a start tag and an end tag and p is the tag name for paragraph. They do not show up and only show the content in between.


No comments:

Post a Comment