1. What is the correct HTML for adding a
background color?
a. <bgcolor="yellow">
Incorrect
b. <body bgcolor="yellow">
c.
<background>yellow</background>
2. What is the correct HTML for making a
checkbox?
a. <checkbox>
b. <input type="checkbox">
Correct
c. <check>
d. <input type="check">
3.High-level language needs compiler to
translate to machine languages
a. True
b. False
4.Choose the correct HTML element for the
largest heading:
a. <h6>
b. <heading>
c. <h1>
5. What is the correct HTML for inserting a
background image?
a. <background
img="background.gif">
b. <body
background="background.gif">
c. <body
bg="background.gif">
6. Choose the correct HTML element to define
emphasized text
a. <strong>
b. <italic>
c. <em>
a. <title>
b. <body>
c. <html>
d. <head>
8.HTML comments start with <!-- and end
with -->
a. True
b. False
9.Example of High Level Language
a. COBOL
b. C++
c. FORTRAN
d. BASIC
10.What is an HTML element?
b. Everything inside the head tag
c. Start tag and an end tag, with content
in between
d. Content inside body tag
11. How can you open a link in a new
tab/browser window?
a. <a href="url"
target="new">
b. <a href="url" new>
c. <a href="url"
target="_blank">
No comments:
Post a Comment