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