Uploaded by brytemensproject

SECOND HTML QUESTIONS

advertisement
There are ___ levels of heading in HTML
A. Three
B. Four
C. Five
D. Six
ANSWER: D
The purpose of markup is to
A. add hypertext capabilities
B. enhance the document
C. both A & B
D. d) none of the above
ANSWER: C
Which of the following tags do not require a
terminator?
A. <u>
B. <br>
C. <b>
D. d) none of the above
ANSWER: B
The Major components of the Web browser
are ___
A. Menu Bar.
B. Toolbar.
C. Location
D. All Of the Above.
ANSWER: D
Which one of the following tags is used to insert graphics in the webpage
A. <image>
B. <images>
C. <img>
D. <graphics>
ANSWER: C
html comment should be enclosed between
A. <!-- and -- >
B. <! And !>
C. <!--- and –“”
D. none of the above
ANSWER: A
_____ tag is used before beginning of the paragraph text
A. <textarea>
B. <sup>
C. <p>
D. <h1>
ANSWER: C
html document has an extension ______
A. . htx or. htxl
B. .htm or .html
C. . hmt or hmtl
D. none of the above
ANSWER: B
The _____ element can be used to identify your html file to the outside world
A. title
B. body
C. head
D. none of the above
ANSWER: D
Which of the following is true?
A) BR tag is used to have a blank line
B) In tables, the header cell is centered by default and the data cells are right-aligned
C) The <TR> is used to create a data cell
D) INPUT tag must have at least 4 attributes
ANSWER: A
HTML is the method where ordinary text can be converted into
A) ASCII Text
B) EBCDIC Text
C) Hypertext
D) None of the above
ANSWER: C
The tag to give visual division between sections of the page and which causes the browser to draw an
embossed line is
A) <HL>
B) <HR>
C) <UR>
D) None of the above
ANSWER: B
In HTML ______ tag contains the information about the current document such as title etc. A)
Body
B) TD
C) HEAD
D) None of the above
ANSWER: C
JPEG stands for
A) Joint photographic embedded group
B) Joint photographic extended group
C) Joint photographic experts’ group
D) None of the above
ANSWER: C
For abbreviation we can use
A. <abbr> </abbr> tags
B. <acronym> </acronym>
C. Both of the Above.
D. None of the Above.
ANSWER: C
____is widely known as the father of the world wide web
A) Tom Berners-lee
B) Tom bruce-lee
C) Tim bruce-lee
D) Tim Berners-Lee
ANSWER: D
URL is an acronym for
A. Universal research locator
B. Universal resource locator
C. Uniform research locator
D. Uniform resource locator
ANSWER: D
HTML is acronym for
A) Hypertext marking language
B) Hypertext making language
C) Hypertext markup language
D) Hyper transport markup language
ANSWER: C
HTTP stands for
A) Hyper Text Transfer Protocol
B) Hyper Text Transfer Process
C) Higher Text Transfer Process
D) None of the above
ANSWER: A
WWW stands for
A. wide world web
B. web world wide
C. world wide web
D. world web wide
ANSWER: C
HTML is what type of language?
A. Scripting Language
B. Markup Language
C. Programming Language
D. d. Network Protocol
ANSWER: B
The year in which HTML was first
proposed ______
A.
B.
C.
D.
1990
1980
2000
1995
ANSWER: A
Apart from <b> tag, what other tag
makes text bold?
A. <fat>
B. <strong>
C. <black>
D. <emp>
ANSWER: B
What should be the first tag in any
HTML document?
A. <head>
B. <title>
C. <html>
D. <document>
ANSWER: C
What tag is used to display a picture in a
HTML page?
A.
B.
C.
D.
Picture
Image
img
src
ANSWER: C
HTML web pages can be read and
rendered by _________.
A. Compiler
B. Server
C. Web Browser
D. Interpreter
ANSWER: C
Which of the following is not a browser?
A. Microsofts Bing
B. Netscape Navigator
C. Mozilla Firefox
D. Opera
ANSWER: A
Which HTML tag produces the biggest
heading?
A. <h7>
B. <h9>
C. <h4>
D. <h1>
ANSWER: D
HTML tags are surrounded by which
type of brackets.
A. Curly
B. Round
C. Squart
D. Angle
ANSWER: D
Tags and texts that are not directly
displayed on the page are written in
_____ section.
A. <head>
B. <title>
C. <body>
D. <html>
ANSWER: A
Which element is used for or styling HTML5
layout?
A.
B.
C.
D.
CSS
jQuery
JavaScript
PHP
ANSWER: A
HTML describes the webpage’s structure by
using
A.
B.
C.
D.
Constructs
Domains
Markup
Tools
ANSWER: C
The terminology that is not displayed by a
browser is called
A.
B.
C.
D.
HTML tags
Layout
Page margins
Page Tables
ANSWER: A
What is an Anchor tag in HTML?
What are Attributes in HTML?
<p style=color:blue> </p> is a correct way of
styling an html element?
A. True
B. False
ANSWER: B
<Image></Image> can also be used to display
picture in an html document
A. False
B. True
ANSWER: A
Extended Css is also a type of css
A. False
B. True
ANSWER: A
<h1 class=’header’>Hello Welcome to
codewithmob.cf </h1>
<script>
.header{
Color:green
<./script>
What will be the color for the heading with
hello welcome to codewithmob.cf?
Download