0

Questions on HTML

Description: Get complete study material for Data Types, HTML Application, WYSIWYG Editors, HTTP, HTML Elements, Attributes, Data types, Naming conventions, Web Designing, Flash, Photoshop, JAVA
Number of Questions: 30
Created by:
Tags: Data Types HTML Application WYSIWYG Editors HTTP HTML Elements Attributes Data types Naming conventions Web Designing Flash Photoshop JAVA Programming Data Communication & Networks Computer Basics
Attempted 0/30 Correct 0 Score 0

HTML stands for

  1. Hypertext markup language

  2. Hypotext mark language

  3. High text markup languages

  4. Hypertext meta language


Correct Option: A

HTTP stands for

  1. Hyper Text Transmission Protocol

  2. Hyper Text Transfer Protocol

  3. High Text Transport Protocol

  4. Hyper Text Transport Protocol


Correct Option: B

HTML tags are enclosed by

  1. { }

  2. ( )

  3. < >

  4. [ ]


Correct Option: C

HTML documents can be created using

  1. Notepad

  2. Wordpad

  3. MS-word

  4. All of the above


Correct Option: D

URL stands for

  1. Universal resource locators

  2. Universal research locator

  3. Uniform resource locator

  4. Both (1) and (2)


Correct Option: D

An element in the HTML tag is

  1. the primary command to the user

  2. the primary command to the browser

  3. the command used in HTML

  4. both (1) and (2)


Correct Option: B

Attributes are present

  1. only in the starting tag

  2. only in the ending tag

  3. both in starting and ending tag

  4. none of the above


Correct Option: A

Paired tags

  1. are those which have a starting and an ending tag

  2. only the starting tags

  3. only the ending tags

  4. none of the above


Correct Option: A

Unpaired tags

  1. have both starting and ending tags

  2. have only starting tag

  3. have only ending tag

  4. have a paired tag


Correct Option: C

HTML tags are

  1. a set of logical codes

  2. a set of tags

  3. a set of instructions

  4. a set of commands


Correct Option: A

Title tag is added within

  1. the head region

  2. the head tags

  3. both (1) and (2)

  4. none of the above


Correct Option: B

The colours and images which appear same on all displays and browsers, are

  1. web safe colours

  2. web colours

  3. true colours

  4. high colours


Correct Option: A

The bgcolour is an attribute of

  1. Body

  2. Table

  3. Hr

  4. All of the above


Correct Option: D

Align is an attribute of

  1. p

  2. hr

  3. table

  4. all of the above


Correct Option: D

The <ol type= ā€œIā€> and </ol> with <li> tag for every item, display the numbering as

  1. I, II, III

  2. i, ii, iii

  3. 1, 11, 111

  4. none of these


Correct Option: A

The three types of lists used in HTML are

  1. li, dd, dt

  2. ol, ul, dl

  3. ol, dt, dd

  4. ul, li, dt


Correct Option: B

Internet is a/an

  1. international network of computers

  2. local network of computers

  3. wide area network of computers

  4. intranet


Correct Option: A

HTML is a computer language

  1. used to type the text

  2. used to design the text file

  3. used to build web pages

  4. used to put the text file in the notepad file


Correct Option: C

FTP is used to transfer

  1. programs

  2. files

  3. images

  4. all of the above


Correct Option: B

Definition lists are used for defining terms with the _________ tags.

  1. <dl> and </dl>

  2. <dl> and </dl> and <dt> and </dt>

  3. <dl> and <dt>

  4. <dl>,<dt>, <dd> and </dl>


Correct Option: D

E-mails are sent from one user to another via

  1. HTTP

  2. WWW

  3. SMTP

  4. None of the above


Correct Option: C

Protocols are the

  1. agreements to establish how two companies interact with each other

  2. agreements between two computers

  3. agreements between many computers

  4. agreements to establish how computers should exchange information


Correct Option: D

A ___________ is simply a special type of file written in HTML.

  1. web site

  2. text file

  3. web page

  4. word file


Correct Option: C

A/An _______ is a unit of markup language, which has special meaning or instruction for web page.

  1. tag

  2. element

  3. attribute

  4. command


Correct Option: A

< > symbol is known as

  1. angle bracket

  2. simple bracket

  3. curved bracket

  4. curly bracket


Correct Option: A

A/An __________ is a keyword separated by a space within the angle brackets in the starting tag.

  1. tag

  2. attribute

  3. element

  4. value


Correct Option: B

_________ is a simple text editor.

  1. Wordpad

  2. MS-Word

  3. Notepad

  4. None of these


Correct Option: C

__________ are ignored by browsers.

  1. Tags

  2. Elements

  3. Text

  4. Comments


Correct Option: D

___________ tags display the text as bold, italics & underline.

  1. <b> <i> <u>------</b> </i> </u>

  2. <b> <i> <u>------<b> <i> </u>

  3. <b> <i> <u>

  4. </b> </i> </u>


Correct Option: A

Each computer on internet is represented by a series of four numbers separated by a period. These numbers are called the __________.

  1. Computer number

  2. Internet number

  3. IP address

  4. Computer address


Correct Option: C
- Hide questions