Forwarded from CS_24_MCQ
Forwarded from CS_24_MCQ
Which attribute of the <iframe> tag specifies the source URL?
Anonymous Quiz
56%
src
24%
href
15%
link
5%
alt
Forwarded from CS_24_MCQ
What HTML element is used to embed another HTML document within a webpage?
Anonymous Quiz
27%
<embed>
66%
<iframe>
5%
<object>
2%
<img>
Forwarded from CS_24_MCQ
What protocol is used to link a telephone number for mobile users?
Anonymous Quiz
18%
phone:
0%
callto:
79%
tel:
3%
phonecall:
Forwarded from CS_24_MCQ
What attribute is used to identify a specific location on a page for internal linking?
Anonymous Quiz
11%
class
30%
href
53%
id
6%
target
Forwarded from CS_24_MCQ
How do you link to a specific point within the same page?
Anonymous Quiz
20%
Use an <a> tag with an absolute URL
11%
Use a <div> tag with an id
64%
Use an <a> tag with a fragment identifier (#)
5%
Use an <a> tag with the target attribute
Forwarded from CS_24_MCQ
Which symbol is used to navigate to a higher directory in a relative URL?
Anonymous Quiz
12%
//
9%
\
73%
../
6%
~
Forwarded from CS_24_MCQ
How do you create a link to a page in a lower directory?
Anonymous Quiz
10%
By using an absolute URL
65%
By using a relative URL and specifying the path to the file
12%
By using the root directory path
13%
By linking to the main page only
Forwarded from CS_24_MCQ
What is a relative URL?
Anonymous Quiz
74%
A URL that references a page within the same site
10%
A full URL with protocol
3%
A link that opens a new tab
13%
A URL that includes the domain name
Forwarded from CS_24_MCQ
Forwarded from CS_24_MCQ
What does the "href" attribute stand for?
Anonymous Quiz
49%
Hyperlink Reference
27%
Hypertext Reference
6%
Hypertext Resource
17%
Hyperlink Resource
Forwarded from CS_24_MCQ
How can you make an image a clickable link?
Anonymous Quiz
66%
By placing the <img> tag inside an <a> tag
12%
By using the href attribute directly on the <img> tag
21%
By adding a link attribute to the <img> tag
2%
By using the alt attribute
Forwarded from CS_24_MCQ
What attribute is required to specify the destination of a hyperlink?
Anonymous Quiz
23%
src
11%
link
62%
href
5%
alt
Forwarded from CS_24_MCQ
Forwarded from CS_24_MCQ
How do you add a link to a fragment in another HTML document?
Anonymous Quiz
71%
Add the fragment identifier (#) to the end of the URL
19%
Use the src attribute
2%
Add the target attribute
8%
Use the mailto protocol
Forwarded from CS_24_MCQ
What is the purpose of the <label> tag in forms?
Anonymous Quiz
10%
To display a placeholder
83%
To specify a label for a form element
5%
To create a hidden input field
2%
To submit the form
Forwarded from CS_24_MCQ
Which attribute is used to hide an input field from the user?
Anonymous Quiz
37%
hidden
8%
disable
0%
readonly
54%
type="hidden"
Forwarded from CS_24_MCQ
Which attribute allows users to select multiple options in a <select> element?
Anonymous Quiz
55%
multiple
27%
multiselect
4%
size
15%
allow-multiple
Forwarded from CS_24_MCQ
How do you create a dropdown menu in a form?
Anonymous Quiz
29%
<input type="dropdown">
24%
<input type="select">
36%
<select>
11%
<menu>
Forwarded from CS_24_MCQ
Which input type allows users to select a file for upload?
Anonymous Quiz
66%
<input type="file">
4%
<input type="image">
26%
<input type="upload">
4%
<input type="button">