0% found this document useful (0 votes)
239 views7 pages

Web Technologies Bits

The document contains 20 multiple choice questions testing knowledge of HTML tags, attributes, and concepts. It covers topics like common tags (<html>, <head>, <body>), attributes of form and text box tags, how to open links in new windows, create lists and headings, add colors and links, and more. The latest HTML standard is listed as HTML 5.0. It also includes 20 fill-in-the-blank questions about HTML fundamentals like common tags, the year it was proposed, its relationship to SGML, and more.

Uploaded by

Shashi Vardhan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
239 views7 pages

Web Technologies Bits

The document contains 20 multiple choice questions testing knowledge of HTML tags, attributes, and concepts. It covers topics like common tags (<html>, <head>, <body>), attributes of form and text box tags, how to open links in new windows, create lists and headings, add colors and links, and more. The latest HTML standard is listed as HTML 5.0. It also includes 20 fill-in-the-blank questions about HTML fundamentals like common tags, the year it was proposed, its relationship to SGML, and more.

Uploaded by

Shashi Vardhan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
You are on page 1/ 7

HTML Bits

Choose the correct answers :


1: HTML stands for?

A. Hyper Text Markup Language (Answer)

B. High Text Markup Language

C. Hyper Tabular Markup Language

D. None of these

2: The attribute of <form> tag

A.Method

B.Action

C.Both (a)&(b) (Answer)

D.None of these

3: Which of the following attributes of text box control allow to limit the maximum character?

A.size

B.len

C.maxlength (Answer)

D.all of these

4: Web pages starts with which ofthe following tag?

A.<Body>

B.<Title>

C.<HTML> (Answer)

D.<Form>
5: Which of the following is a container?

A.<SELECT>

B.<BODY>

C.<INPUT>

D.Both (a) and (b) (Answer)

6: The attribute, which define the relationship between current document and HREF'ed URL is

A.REL (Answer)

B.URL

C.REV

D.all of these

7: Correct HTML to left align the content inside a table cell is

A.<tdleft>

B.<td raligh = "left" >

C.<td align = "left"> (Answer)

D.<td leftalign>

8: How can you open a link in a new browser window?

A.< a href = "url" target = "new">

B.<a href = "url" target= "_blank"> (Answer)

C.<a href = "url".new>

D.<a href = "url" target ="open">


9: The tag used to create a new list item and also include a hyperlink is

A.<LI> (Answer)

B.<DL>

C.<DD>

D.<UL>

10: Which of the tag is used to creates a number list?

A.<LI>

B.<OL>

C.<LI> and <OL> (Answer)

D.None of these

11: <INPUT> is

A.format tag

B.empty tag (Answer)

C.both (a) and (b)

D.none of these

12: The latest HTML standard is

A.XML

B.SGML

C.HTML 4.0

D.HTML 5.0 (Answer)

13: The tag used to create a hypertext relationship between current document and another URL
is
A.<ISINDEX>

B.<A>

C.<LINK> (Answer)

D.none of these

14: The text inside the <TEXT AREA> tag works like

A.<P> formatted text

B.<T> formatted text

C.<PRE> formatted text (Answer)

D.none of these

15: What i s the correct HTML for adding a background color?

A.<background>yellow<Background>

B.<body color = "yellow">

C.<body bg color = "yellow"> (Answer)

D.<body bg ="yellow">

16: Main container for <TR>, <TD> and <TH> is

A.<TABLE> (Answer)

B.<GROUP>

C.<DATA>

D.All of these

17: The body tag usually used after

A.Title tag
B.HEAD tag (Answer)

C.EM tag

D.FORM tag

18: How can you make an e-mail link?

A.<mail href +"[email protected]">

B.<a href ="mail to: [email protected]"> (Answer)

C.<a href = "[email protected]">

D.Both (b) and (c)

19: Which tag creates a number/order list?

A.<UL>

B.<OL> (Answer)

C.<OT>

D.None of these

20: Symbol used at the beginning of the HREF text is

A.# (Answer)

B.$

C.&

D.^

Fill in the Blanks :


1. In HTML we have _____ heading tags for writing heading ?

2. In HTML we use _____ tag to get Bold Text ?


3. In HTML we use _____ tag to defines highlighted text ?

4. HTML is _____ type of language. (Markup Language)

5. HTML uses _____ tags defined by the language . (Fixed)

6. The year in which HTML was first proposed _______. (1990)

7. _____ is Known as the father of World Wide Web (WWW). (Tim Berners-Lee)

8. _____ should be the first tag in any HTML document? (<html>)

9. Using _____ tag you can make a bulleted list with numbers. (<ol>)

10. _____ tag is used to display a picture in a HTML page. (img)

11. HTML web pages can be read and rendered by _________. (Web Browser)

12. Tags and test that are not directly displayed on the page are written in _____ section.
(<head>)

13. Fundamental HTML Block is known as ___________. (HTML tag)

14. To index structure, search engines uses ______. (Headings)

15. In HTML elements, CSS can be added in _______ different ways.

16. Element used as a container for some text is defined as ________ . (Span)

17. A possible break line is defined in HTML5 through ______ tag. (<wbr>)

18. HTML is a subset of ______ . (SGML)

19. SGML stands for______ . (Standard Generalized Markup Language)

20. HTML tags are surrounded by ______ . (Angle Brackets)

You might also like