Instruction
quiz
Question
schedule
Previous Questions
quiz
Explanation - Yes
scoreboard
Score - No
Web Designing - 1
Next internet-netwrok 1

1. Which of the following HTML tags is used to create a numbered list of items ?

JOA-IT 817 *
Correct : B
Explanation: The HTML tag used to create a numbered list of items is the <ol> tag. The "ol" in the tag stands for "ordered list". To create a numbered list, you can use the <ol> tag and the <li> tag. The <ol> tag creates an ordered list, and the <li> tag defines each item in the list.

2. How many headings level are supported by HTML ?

JOA-IT 817 *
Correct : C
Explanation: HTML defines six heading levels (h1, h2, h3, h4, h5, h6,), with H1 being the highest and H6 being the lowest.

3. Which of the following is the HTML tag to create a data cell in a table ?

JOA-IT 817 *
Correct : D
Explanation: In HTML, the td tag specifies a cell or table data within a table. Td stands for table data. The td element represents a data cell in a table. The th element is used for table heading and tr is used for table row.

4. Which of the following is the HTML tag to insert an image in the web page ?

JOA-IT 817 *
Correct : A
Explanation: o insert an image in an HTML page, you can use the HTML image tag, <img>. The src attribute of the <img> tag should be set to the image's file location.

5. In ____ CSS, style is specified using the "style" attribute of the element.

JOA-IT 817 *
Correct : C
Explanation: Internal CSS is a method for adding CSS to HTML documents. It's also known as embedded CSS. It is defined in head section with in style tag.

6. Which of the following CSS properties is used to set space between the content and the border of an element ?

JOA-IT 817 *
Correct : B
Explanation: In CSS, the padding property defines the space between an element's content and its border. It's different from the CSS margin, which defines the space around elements.

7. How will you link an external Javascript file with an HTML doucment ?

JOA-IT 817 *
Correct : A
Explanation: To link an external JavaScript file to an HTML document, you can use the <script> tag with the src attribute. The src attribute points to the location of your JavaScript file.

8. Which of the following HTML tags is used to create a hyperlink in the web page ?

JOA-IT 817 *
Correct : C
Explanation: The HTML tag <a>, also known as the anchor element, is used to create a hyperlink. The most important attribute of the <a> tag is the href attribute, which indicates the link's destination

9. Which of the following languages is used as scripting language in HTML documents ?

JOA-IT 817 *
Correct : A
Explanation: JavaScript (JS) is a high-level, interpreted programming language. It is a text-based programming language that is used both on the client-side and server-side that allows you to make web pages interactive. JavaScript is a scripting language that enables you to create dynamically updating content, control multimedia, animate images, and pretty much everything else.

10. Which of the following attributes must be defined in an <input> element in HTML form to ensure that it is not left blank ?

JOA-IT 817 *
Correct : A
Explanation: The HTML required attribute is a boolean attribute that makes a field mandatory for the user to fill out before submitting a form.

11. How will you insert the symbol '<' in HTML ?

JOA-IT 817 *
Correct : C
Explanation : We can use ➔ & lt; (no space between them) for < sign.

12. Which of the following boxes is not present in CSS box model ?

JOA-IT 817 *
Correct : C
Explanation: The border-style propertyis used to set border of element and can have from one to four values (for the top border, right border, bottom border, and the left border). Padding is used to create space around an element's content, inside of any defined borders. Margin is the space around an element's border.

13. Which of the following is a correct CSS rule ?

JOA-IT 817 *
Correct : S
Explanation: Syntax - name { proerty : value ;}

14. Which of the following HTML tags is used to include an external CSS file in a webpage?

JOA-IT 817 *
Correct : B
Explanation: The <link> tag defines the relationship between the current document and an external resource. The tag is most often used to link to external style sheets or to add a favicon to your website. The <link> element is an empty element, it contains attributes only.

15. What is the default size of text in <h1> HTML element ?

JOA-IT 913 *
Correct : D
Explanation: The default font sizes for other HTML heading tags are:
h1: 2em
h2: 1.5em
h3: 1.3em
h4: 1em
h5: 0.8em
h6: 0.7em

16. What is the full form of CSS ?

Correct : A
Explanation: CSS stands for Cascading Style Sheets. CSS is a tool that web designers use to change the design and control of web pages. It's enabled by browsers and is designed to distinguish the content of a document from its appearance. CSS can control the layout of multiple web pages at once.

17. Which of the following HTML tags is used to create a hyperlink in web pages ?

Correct :
Explanation:

18. Which of the following tags in HTML does not require a closing tag ?

Correct : C
Explanation: In HTML, an empty tag is a tag that doesn't have a closing tag or any content.
Here are some examples of empty tags:
<input>: to take input from user.
<br>: Line breaks.
<hr>: Horizontal lines.
<img>: Images.
<meta>: Contains all the webpage's metadata.
<source>: Used to include an external media source on the webpage.

19. Which of the following is not a valid tag in HTML5 ?

Correct : D
Explanation: In HTML, tags are a set of characters that form a formatted command for a web page. They are used to create elements for the page's markup. Here are some examples of HTML tags:
<p>: Paragraph tag
<h2>: Heading tag
<b>: Bold tag
<i>: Italic tag
<u>: Underline tag

20. An HTML comment is enclosed inside

Correct : D
Explanation: The HTML comment tag is used to add comments to HTML documents. Comments are not displayed in browsers, but are visible to anyone who views the page source code. The comment tag is enclosed in <!-- --> tags. These tags tell the browser that the text inside them is a comment and should not be rendered on the front end.
Next 1

COMPUTER

Chapter

Introduction to Computer
Hardware & Software
Operating System
Internet & Computer Network
E-mail & Social Services
Cyber Security
C Language
Web designing
Copyright © 2023! All right are reserved