Worksheetshtml 1
Total questions: 16
Worksheet time: 24mins
____ ____ is an inline HTML element that defines a hyperlink.
<b> tag
<p> tag
<a> tag
<url> tag
p {color: red;}
Identify the CSS code use to create this border.
p {border: 5px solid pink;
border-radius:25px; }
p {border: 5px double pink;
border-radius:25px; }
p {border: 5px solid pink; }
p {border: 5px dotted pink;
border-radius:25px; }
What are the three types of style sheet
Internal, external, inline
Inline, internal, extreme
Insidious, internal, external
None of the above
Which of the following codes would create a horizontal line
<br>
<h1></h1>
<hr>
<p>
Which of the following element is responsible for making the text italic in HTML?
A. <i>
B. <italic>
C. <it>
D. <pre>
Which tag should be used to display text in the smallest heading level ?
<h1>
<h5>
<h6>
<h10>
A ___________ is an icon, graphic, or text that links to another file or object. These are what allow web pages to connect to other web pages
hyperlink
HTML Tags
browser
<br>
an _____ _____ stays in the same line as the code that surrounds the text.
block element
inline element
HTML tags
alt attribute
a _____ _____ is any element that starts a new line (e.g., paragraph) and uses the full width of the page or container.
inline element
img href
CSS ID
block element
Which is NOT a valid CSS property
font-size
color
text-size
text-align
By default, the linked page will be displayed in ______________ browser window.
In other words, where will the following link open:
<a href="https://www.w3schools.com/">Visit W3Schools!</a>
the current
a new
the target
a blank
What is missing from this image tag?
<img="cat.jpeg" alt="cat"/>
h1
h6
.jpeg
src=
