You are on page 1of 6

Assessment CS202 Questions

Front-end development is well known as

Which of the following is TRUE about front-end development?

HTTP stands for

Searching relevant information can be made efficient with


techniques.

The term Web Address is a synonym for

WWW stands for

URL stands for

is the process of taking plain text and scrambling it into an unreadable


format.

URI stands for

. The is a vast network that connects computers all over the world.

. HTTPS stands for.

is a secure version of HTTP.

are the Software applications that are used by users to communicate to a


Web server to retrieve resources or receive data.

is a software framework that provides both facilities to create web


applications and a server environment to run them.

is a program that uses HTTP to serve the files that form Web pages to users,
in response to their requests, by HTTP clients.

is a piece of computer hardware or software that provides functionality for


her programs or devices, called "clients”.

is a unique address that identifies a device on the internet or a local

describes the structure of a Web page.


. HTML is the standard markup language for creating

. The purpose of a is to read HTML documents and display them correctly.

. HTML is widely used __ on the web.

. DNS stands for

.A is a document which is commonly written in HTML and translated by


a web browser.

. The HTML element contains Meta data.

. In context of HTML, are like keywords which defines that how web
browser will format and display the content.

. HTML is a language which is used for creating attractive web pages.

. Defines the least important heading.

he very first line in every web document should contain a declaration.


4

element is the document root.


SoO

element defines the document's body.


a
oO

is an empty element.
is a component that doesn't have any embedded elements or

are written with a start tag, and ends with an end tag, with the
content in between.

. HTML elements with no content are called

. The element defines the whole document.

are written with a start tag, and ends with an end tag, with the
content in between.

The HTML document itself begins with <html> and ends with </html> . The visible
part of the HTML document is between <body> and </body>
. The attribute specifies an alternative text to be used, when an HTML element
cannot be displayed.
. The document language can be declared in the __

. The language is declared in the attribute.

in HTML represents some kind of structure or semantics and generally


consists of a start tag, content, and an end tag.

. Attributes are always specified in the ?

. The <html> element is the element and it defines the whole HTML document.

. The attribute specifies the URL of the page the link goes to.

property defines the font to be used for an HTML element.


SoO

The HTML <font> tag defines the font size, color and face of text in the HTML
document.
44. defines a property for an element.

45. property defines the text color to be used for an HTML element.

46. property defines the text size to be used for an HTML element.
property sets or returns the font size of the text.
47. defines a property for an element.

48. The property defines the font to be used for an HTML element.
he property specifies the font for an element.
49. The property defines the text color to be used for an HTML element.

Example:-

50. The HTML element defines italic text.

51. The HTML element defines a short quotation.

52. The HTML element defines small text.

element defines marked or highlighted text.

54. The HTML element defines contact information (author/owner) of a


document or article.

element defines marked or highlighted text.


. The HTML element defines keyboard input.
wa
ON

he HTML element defines programming code.


tn
~I
4

he HTML element defines a mathematical variable.


ta
oo
4

. In HTML, the tag creates a holding space for the referenced image.
wa
\o
—_

is a text or an image you can click on, and jump to another document.
oO
nN

. In HTML, links are defined with the tag.


aN
=

. In context of HTML images, attribute specifies the path to the image.


ON
N
_

are software programs that can read what is displayed on a screen.


oS)
nN

is an arrangement of data in rows and columns.


-
>
a

. You can use the attribute to specify the width and height of an image.
ON
an

he <img> tag is empty, it contains attributes only, and


om
a

ow can be divided into table headings with the tag.


7
Z

n HTML table, a border can be added using the attribute.


_

hich of the following tags is used to define HTML tables?


z

ables are divided into table rows with the ___ tag.
4

o make a cell span more than one row, use the attribute.
4

o make a cell span more than one column, use the attribute
4
Bi
gf

=
<
c
oO

wm

Bs
oO
gQ

74. <ul> element is used for in HTML.

75. <ol> element is used for in HTML.

76. Each list item starts with the tag.

77. hich of the following tag defines a description list in HTML?


=

78. element(s) is/are a block-level element(s).


hich of the following is NOT an example of HTML block element?

element is an inline element that can be used as a container for text.

. Nowadays tags are the ones used to build layout.

. The HTML attribute is used to specify a unique id for an HTML element.

. In HTML, links are defined with the tag.


a>
. In context of HTML images, attribute specifies an alternate text for the image.

. By default, an iframe has a black border around it. To remove the border, add the style
attribute and use the CSS property.

tag is used to specify an inline frame.


>

5
<
mo
®

. An iframe can be used as the target frame for a link. The target attribute of the link
must refer to the attribute of the iframe.

. <ul> element is used for in HTML.

. Which of the following tag defines a description list in HTML?

. In HTML form, ____ defines a button for submitting a form to a form-handler.


_

is not a valid HTML input type.

element is used to define HTML forms.

he element groups related data in an HTML form.


4

. In HTML, which of the following is an example hexadecimal color?


_

hat is the last tag in a well-behaved html file?


z

he element defines the title of the document.


4

. HTML tags are enclosed in .

. In HTML page, to add spaces to your text, you can use the
character entity.

99. he character set used in the web page is specified in the

100. URI stands for


101.URL stands for

102. is the process of taking plain text and scrambling it into an unreadable
format.

103. The first part of the URL is called

104. In a URL defines the name of a document or resource.

defines the type of Internet service (most common is http).

106. converts characters into a format that can be transmitted over the Internet.

107. Front-end development is well known as

108.HTTP stands for

109. is a field concerned with the effectiveness and user-friendliness of a web


design.

110.HTTP is a

111.XHTML stands for

112.An XHTML document must have an XHTML declaration.

113. The property defines the text color to be used for an HTML element.

114.The HTML element defines bold text.

115. The property defines the text size to be used for an HTML element.

You might also like