1/6
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
Which tag is meant to surround text or anything visible on the webpage?
<body>, </body>
Which tag is meant to be a paragraph?
<p>, </p>
Which tag is meant to bolden text?
<strong>, </strong>
How to you correctly apply text effects in a paragraph?
Place the HTML tags in the <p> and </p> tags.
What is the format for a comment in HTML?
<!— words —>
True or false: HTML comments are visible
False, they are normally comments left for when code is being reviewed.
Where does one place the comment in an HTML body of text?
Not within the <p> </p> tags, but within the <body> </body> tags.