0% found this document useful (0 votes)
3 views

MCQs of HTML

The document contains multiple-choice questions (MCQs) covering topics related to HTML, CSS, JavaScript, and the Internet. It includes questions about HTML elements, CSS properties, JavaScript execution, and basic computer concepts. The questions test knowledge on syntax, functionality, and definitions relevant to web development and programming.

Uploaded by

rajindere saini
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views

MCQs of HTML

The document contains multiple-choice questions (MCQs) covering topics related to HTML, CSS, JavaScript, and the Internet. It includes questions about HTML elements, CSS properties, JavaScript execution, and basic computer concepts. The questions test knowledge on syntax, functionality, and definitions relevant to web development and programming.

Uploaded by

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

MCQs of HTML, CSS, JAVASCRIPT and Internet

1. JavaScript entities start with_______ and end with ______.

1. Ampersand, colon
2. Semicolon, ampersand
3. Semicolon, colon
4. Ampersand, semicolon

2.The <track> element in html is used to provide subtitle or


caption for multimedia content, such as videos.
1.true
2.false

3.Javascript statements are executed by ___.


1.browser
2.jvm
3.server
4.compiler

4._____tag is used to add a scrolling text to a


webpage.
1.image
2.marquee
3.horizontal
4.background

5.which of the following tag is used with <option> tag to


give list of items.
1.<select>
2.<input>
3.<form>
4.<frame>

6.which of the following element is responsible for making


the text bold in html ?
1.<pre>
2.<a>
3.<b>
4.<br>

7.which css property is equivalent for align attribute ?


1.text-align
2.float & text-align
3.centre
4.float

8.Android is based on which of the following language ?


1.java
2.c++
3.none of these
4.c
9.Css stand for classic style sheet.
1..true
2.false

10.What is the correct HTMl for referring to an external


style sheet ?
1.<stylesheet>mystyle.css</stylesheet>
2.<link rel=”stylesheet” type=”text/css” href=” mystyle.css”>
3.<link rel=”stylesheet” type=”html” href=”mystyle.css”>

4.<style src=”mystyle.css>

11.Which of the following are commonly found in webpage


1.all of these
2.intranet
3.internet
4.hyperlinks

12.The <i>tag is used to create italicized text in Html.


1.false
2.true

13.CSS can add multiple images to documents.


1.false
2.true
14.Saving something from internet to your computer is
called.
1.Uploading
2.Browsing
3.Downloading
4.Attachment

15.Which of the following is non verbal communication .


1.proximity
2.speech
3.an E-mail
4.A notice

16.__is a device that forwards packets between networks by


processing the routing information included in the packet.
1.Firewall
2.Bridge
3.Gateway
4.Router

17.which of the following is not a valid JavaScript variable


name ?
1.none of these
2.2names
3.FirstAndLast
4._first_and_last_names

18. the <sup> tag is used to create superscript text in HTML.


1. true
2. false

19. increasing the cell padding means, increase the space


between the cells.
1. true
2. false

20. can we define the next direction via css property ?


1. true
2. false

21. The “src” attributes in the <frame> tag specifies the


source url of the embedded content.
1. true
2. false

22. An Ampersand(&) before the name of a variable


denotes.
1. Actual
2. Address
3. variables
4. data type

23. state the correct place of JS code inside html.


1. Inside single
2. inside head
3. all of the above
4. inside body

24. 1024 mega byte=______


1. 2gb
2. 3gb
3. 5gb
4. 1gb

25. <link rel=”stylesheet” type=”text/css” href=”mystyle”>


1. true
2.false

26. The <h1> element represents the highest level of


heading in html.
1. true
2. false

27. CSS stands for common style sheet.


1.true
2. false

28. How do you display hyperlinks without an underline ?


1. a {text-decoration:none;}
2. a{text-decoration:no-underline;}
3. a{underline:none;}
4. a{decoration:no-underline;}
29. the size of yes/no field is always___
1. 1 byte
2. 1 kb
3. 1 character
4. 1 bit

30. The fields in the class in C++ program are by default


1. private
2. public
3. protected
4. none of these

You might also like