Thursday, 17 March 2016

WEEK4_QUIZ WWW

Today our class held quiz for slide 1-4, there  are 30 question in quiz.

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> 


7.Which tag contains ALL of the website's visible content?
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?
 a. Everything which is visible when viewing the site

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