Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

Computer HTML Questions, Exercises of Computer Applications

Computer HTML test Questions for exam preparation

Typology: Exercises

2017/2018

Uploaded on 04/13/2018

jayant-bothra
jayant-bothra 🇮🇳

4

(1)

2 documents

1 / 6

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
CPCT Objective Questions of HTML
1. HTML is what type of language ?
A. Scripting Language
B. Markup Language
C. Programming Language
D. Network Protocol
Correct Answer – B
2. The year in which HTML was first proposed _______.
A. 1990
B. 1980
C. 2000
D. 1995
Correct Answer – A
3. What is the full form of HTML?
A. HyperText Markup Language
B. Hyper Teach Markup Language
C. Hyper Tech Markup Language
D. None of these
Correct Answer – A
4. HTML web pages can be read and rendered by _________.
A. Compiler
B. Server
C. Web Browser
D. Interpreter
Correct Answer – C
5. What should be the first tag in any HTML document?
A. <head>
B. <title>
C. <html>
D. <document>
Correct Answer – C
6. HTML is used to
A. Solve equations
B. Translate one language into another
C. Plot complicated graphs
D. Author webpages
Correct Answer – D
7. The “http” you type at the beginning of any site’s address stands for
A. HTML Transfer Technology Process
B. Hyper Text Transfer Protocol
C. Hyperspace Terms and Technology Protocol
D. Hyperspace Techniques and Technology Progress
Correct Answer – B
8. A computer on the Internet that hosts data, that can be accessed by web browsers using
HTTP is known as:
A. Web Space
B. Web Server
C. Web Rack
D. Web Computer
Correct Answer – B
pf3
pf4
pf5

Partial preview of the text

Download Computer HTML Questions and more Exercises Computer Applications in PDF only on Docsity!

CPCT Objective Questions of HTML

  1. HTML is what type of language? A. Scripting Language B. Markup Language C. Programming Language D. Network Protocol Correct Answer – B
  2. The year in which HTML was first proposed _______. A. 1990 B. 1980 C. 2000 D. 1995 Correct Answer – A
  3. What is the full form of HTML? A. HyperText Markup Language B. Hyper Teach Markup Language C. Hyper Tech Markup Language D. None of these Correct Answer – A
  4. HTML web pages can be read and rendered by _________. A. Compiler B. Server C. Web Browser D. Interpreter Correct Answer – C
  5. What should be the first tag in any HTML document? A. B. C. <html> D. <document> Correct Answer – C</li> <li>HTML is used to A. Solve equations B. Translate one language into another C. Plot complicated graphs D. Author webpages Correct Answer – D</li> <li>The “http” you type at the beginning of any site’s address stands for A. HTML Transfer Technology Process B. Hyper Text Transfer Protocol C. Hyperspace Terms and Technology Protocol D. Hyperspace Techniques and Technology Progress Correct Answer – B</li> <li>A computer on the Internet that hosts data, that can be accessed by web browsers using HTTP is known as: A. Web Space B. Web Server C. Web Rack D. Web Computer Correct Answer – B</li> </ol> <ol start="9"> <li>The first page that you normally view at a Website is its: A. Home page B. Master page C. First page D. None of the above Correct Answer – A</li> <li>A web page displays a picture. <strong>What tag was used</strong> to display that picture A. picture B. image C. img D. src Correct Answer – C</li> <li><b> tag makes the enclosed text bold. What is other tag to make text bold? A. <strong> B. <dar> C. <black> D. <emp> Correct Answer – A <strong>12. Tags</strong> and text that are not directly displayed on the page are written in _____ section. A. <html> B. <head> C.<title> D. <body> Correct Answer – B</li> <li>How can you make a bulleted list? A. <list> b. <nl> C. <ul> D. <ol> Correct Answer – C</li> <li>How can you make a numbered list? A. <dl> B. <ol> C. <list> D. <ul> Correct Answer – B</li> <li>Which tag allows you to add a row in a table? A. <td> and </td> B. <cr> and </cr> C. <th> and </th> D. <tr> and </tr> Correct Answer – D</li> <li>How can you make an e-mail link? A. <a href=”xxx@yyy”> B. <mail href=”xxx@yyy”> C. <mail>xxx@yyy</mail> D. <a href=”mailto:xxx@yyy”> Correct Answer – D</li> <li>HTML tags are surrounded by which type of brackets. A. Curly</li> </ol> <p>Correct Answer – B</p> <ol start="25"> <li>To create a combo box (drop down box) which tag will you use? A. <select> B. <list> C. <input type=”dropdown”> D. all of above Correct Answer – A</li> <li>What is the correct HTML tag for inserting a line break? A. <br> B. <lb> C. <break> D. <newline> Correct Answer – A</li> <li>Choose the correct HTML tag for the smallest size heading? A. <heading> B. <h6> C. <h1> D. <head> Correct Answer – B</li> <li>What is the correct HTML for adding a background color? A. <body color=”yellow”> B. <body bgcolor=”yellow”> C. <background>yellow</background> D. <body background=”yellow”> Correct Answer – B</li> <li>There are ____ different of heading tags in HTML A. 4 B. 5 C. 6 D. 7 Correct Answer – C</li> <li>In HTML document the tags A. Should be written in upper case B. should be written in lower case C. should be written in proper case D. can be written in both uppercase or lowercase Correct Answer – D</li> <li>Marquee is a tag in HTML to A. mark the list of items to maintain in queue B. Mark the text so that it is hidden in browser C. Display text with scrolling effect D. None of above Correct Answer – C</li> </ol> <ol start="32"> <li>Which of the following is an attribute related to font tag? A. size B. face C. color D. All of above are style tags Correct Answer – D</li> <li>Which tag is used to create body text in HTML? A. <HEAD> B. <TEXT> C. <TITLE> D. <BODY> Correct Answer – D</li> <li><TD> … </TD> tag is used for ________ A. Table heading B. Table Records C. Table row D. none of the above Correct Answer – B</li> <li>using <P> tag will A. start a new paragraph B. break the line C. end the current paragraph D. none of the above Correct Answer – A</li> <li>Which tag is used to display the large font size? A. <LARGE></LARGE> B. <BIG></BIG> C. < SIZE ></SIZE> D. <FONT></FONT> Correct Answer – B</li> <li><UL> … </UL> tag is used to ________ A. display the numbered list B. underline the text C. display the bulleted list D. bold the text Correct Answer – C</li> <li><TITLE> … tag must be within ________ A. Title B. Form C. Header D. Body Correct Answer – C
  6. A homepage is __________ A. an index of encyclopedia articles B. where all Internet data is stored C. required for access to the Internet D. the first page of a website Correct Answer – D