Unit 8: Web Development with HTML, CSS and JavaScript — Mcqs
9th Class Computer Science · Unit 8: Web Development with HTML, CSS and JavaScript
0 of 0 answered
0 correct
HTML
1.What does HTML stands for?
- a Hyper Text & Markup Language
- b Hyper Text & Markup Level
- c Hyper Text & Making Language
- d None of these
2.Which is refer to the skeleton of a web page?
- a Career Opportunities
- b Problem Solving
- c Digital Literacy
- d Creativity
3.Hotmail was created by?
4.Which one is not the component of Front-end development?
5.HTML 5 was created in_____?
6.HTML 2.0 was created in_____?
7.Notepad++ is a_____?
8.Google Chrome is a _____?
- a Audio Editor
- b Web Browser
- c Search Engine
- d Both b,c
9.Who is the founder of HTML?
10.HTML is not a _____ language.
11.Webpages can be created and modified by using _______.
12.An HTML element usually consists of a _______ tags.
13.The _______ elements is a container for metadata (data about data).
14.To save the HTML page, you can use _______ as file extension.
15.There are ______ of heading in HTML document.
16._______ tag is used to display data in tabular form.
17.In "body" tag _______ is used to make a picture of background image of a webpage?
18.HTML is a computer language which is used to create:
19.Which tag makes the enclosed text bold?
20.Tags and text that are not directly displayed on the page and written in _______ section.
21.Which tag is used for inserting a line break.
22.Which attribute is used with img tag to display the text if image could not load in browser.
23.Which language is used to create a webpage?
24.A website consist of:
25.The head element is a container for:
26.The visible part of the HTML document is between:
27.___tells the browser how the contents are structured inside a page.
28.The term Hypertext is used due to the special text in a webpage called:
29.How many types of tags in an HTML document?
30.Most of the tags in HTML are__ tags.
31.Which are contain start tag, an end tag and contents between them.
32.Some tags do not have closing tags and they are called:
33.Which of the following tags is used to creating paragraph?
34.Which of the following tags is used to insert space?
35.Headings are defined with the tags:
36.The ___ tag specifies the font styles, font size, and colour of text.
37.Which tag is used for largest heading:
- a <h6></h6>
- b <h1></h1>
- c <h2></h2>
- d <h3></h3>
38.Which tags will make the text underline that is within the tags?
39.Unordered list each item of the list generally starts with a:
40.Which tags will make the text italic that is within the tags?
41.An ____list is created inside the <ul> </ul> tags. Each list item is added with <li>
42.Ordered list each item of the list generally starts with a:
43.An ordered list starts with <ol> and ends </ol> tag. Each list item starts with:
44.Which tag is used for smallest heading?
CSS
45.Which one is not the component of Back-end Development?
46.How many primary components of CSS are available?
47.Which is used to improve the visual appearance of webpages?
Java-Script
48.Java is a _______ language?
49.Which one is the function of JavaScript?
50.______ is the process of find and removing error?