1)Not adding closing tag in a container tag will hide the element:
Correct answer : B |
2)If you want to format the following:
|
3)what is use to modify the property of an element present in your webpage?
Correct answer :C |
4)To view the source code of a published website we use?
Correct answer : C |
5)suppose you want to display a HTML file anywhere in your webpage along with the content of the website,which tag will you use?
Correct answer : C |
6)How will you create a logo only using html5?
Correct answer : A |
7)To create an image hyperlink what will you do?
Correct answer : A |
8)which of the following is correct?
Correct answer : B |
9)You can add floating text on your webpage using?
Correct answer : D |
10)The first line of every html5 file is ?
Correct answer : C |
11)which tag will you use to insert comment in your webpage?
Correct answer : C |
12)Mark tag and ins tag are same?
Correct answer : B |
13)what is * in the following code: <frameset rows=”30%,40%,*”>
Correct answer : C |
14)what will happen if you accidently clicked ctrl+D while coding in Notepad++?
Correct answer : A |
15)while learning many time you use style attributes,how the values inside the style attributes are given?
Correct answer : C |
16)cellspacing and cellpadding can be negative in table tag?
Correct answer : B |
17)what will happen if you forgot to close the b tag?
Correct answer : C |
18)We can use body tag and iframe tag together in our webpage to create sections in our webpage containing another content or webpage?
Correct answer : A |
19)which tag are you going to use if you want to create a favicon icon?
Correct answer : B |
20)which attribute we use if we want to use inline css?
Correct answer : D |
21)which of the following attribute doesn’t take any value?
Correct answer : C |
22)A website is only made up of HTML?
Correct answer : B |
23)which option will you use if you want to insert “>” symbol in your webpage?
Correct answer : B |
24)Which of the following option is correct?
Correct answer : B |
25)What will happen if you press Ctrl+H in Notepad++?
Correct answer : B |
26)To insert the characters not present in your keyboard we use?
Correct answer : C |
27)HTML was developed in year?
Correct answer : B |
28)Which attribute is used inside frame tag to add any html webpage?
Correct answer : B |
29)which of the following attribute is use in form to add textbox,radio button,checkbox.
Correct answer : B |
30)In how many ways can we create a hyperlink?
Correct answer : A |
31)what is the meaning of named anchor?
Correct answer : B |
32)How many sizes of headers are available in HTML by default?
Correct answer : D |
33)We enclose HTML tags within?
Correct answer : A |
34)Which of the following is correct about HTML?
Correct answer : B |
35)Which of the following is true about HTML attributes?
Correct answer : B |
36)Which HTML Tag is used to embed YouTube videos?
Correct answer : C |
37)Which of the following is not a value for type attribute for input tag?
Correct answer : A |
38)Which attribute defines the file-select field?
Correct answer : C |
39)Month attribute defines only?
Correct answer : C |
40)Which element is used to create multi-line text input?
Correct answer : C |
41)What is the work of controls?
Correct answer : C |
42)What is the work of src?
Correct answer : C |
43)To create a web page you need?
Correct answer : A |
44)Which html tag tells the browser where the page ends and starts?
Correct answer : B |
45)HTML Tags are recognized by?
Correct answer : C |
46)which tag will set the background color of your html webpage?
Correct answer : D |
47)What will be added by using td tag?
Correct answer : C |
48)Image list will show a text label if you use?
Correct answer : B |
49)To start the list at the count of 3 we use?
Correct answer : C |
50)which of the following is the correct way to create internal link?
Correct answer : D |
51)Which of the following is a correct way to write an HTML element?
Correct answer :A |
52)How do you create a hyperlink in HTML?
Correct answer : C |
53)What is the correct HTML element for inserting a line break?
Correct answer : A |
54)How do you specify the color of text in HTML?
Correct answer : B |
55)What is the correct HTML element for creating a table?
Correct answer : A |
56)How do you create a table row in HTML?
Correct answer : A |
57)What is the correct HTML element for creating a table cell?
Correct answer : A |
58)How do you create a bulleted list in HTML?
Correct answer : A |
59)What is the correct HTML element for creating a list item?
Correct answer : A |
60)How do you create a dropdown menu in HTML?
Correct answer : A |
61)What is the correct HTML element for creating an option in a dropdown menu?
Correct answer : A |
62)How do you create a form in HTML?
Correct answer : A |
63)What is the correct HTML element for creating a text input field?
Correct answer : B |
64)How do you create a password input field in HTML?
Correct answer : A |
65)<What is the correct HTML element for creating a checkbox?
Correct answer : B |
66)How do you create a definition term in an HTML definition list?
Correct answer : A |
67)What is the correct HTML element for creating a definition description in an HTML definition list?
Correct answer : A |
68)How do you create a blockquote in HTML?
Correct answer : A |
69)What is the correct HTML element for creating an inline code snippet?
Correct answer : A |
70)How do you create a preformatted text block in HTML?
Correct answer : A |
71)What is the correct HTML element for creating an abbreviation?
Correct answer : A |
72)How do you create a citation in HTML?
Correct answer : A |
73)What is the correct HTML element for creating a time element?
Correct answer : A |
74)How do you create a progress bar in HTML?
Correct answer : A |