Learn
Okay, let’s practice using HTML elements by writing a few different tags.
Here are a few common tags that you can start getting familiar with:
<h1>This is a heading, it emphasizes text.</h1> <p>This is a paragraph, it is the most common tag for larger chunks of text.</p> <a>This is an anchor tag, used to specify the text that is the "anchor" for a link.</a> <button>This is a button.</button>
Instructions
1.
Let’s make the heading stand out! Put an opening and closing h1
tag around the text that says Jetsetter Travel Agency
.
2.
Put an opening and closing p
tag around the long paragraph that starts with With over 25 years...
.
3.
Put an opening and closing button
tag around the text that says Click here!
.
Take this course for free
By signing up for Codecademy, you agree to Codecademy's Terms of Service & Privacy Policy.