12) to implement a search function for your web site, you must include a. an inp
ID: 3851878 • Letter: 1
Question
12) to implement a search function for your web site, you must include
a. an input element with its type attribute set to “search”
b. an input element plus a submit button
c . an input element, submit button and hidden field that specifies the domain for the search
d an input element, submit button and hidden field that specifies the domain for the search and that only that domain should be searched.
13) Which of the following HTML5 controls is designed for data that’s calculated by javascript or server-side code?
a. output
b. email
c. url
d. tel
Explanation / Answer
13.Answer
option A
in html 5 onwards the <output> tag can be used to defines the result of a calculation
example:
to Perform a calculation and show the result in an <output> element:
<form>0
<input type="range" id="c" value="10">20
+<input type="number" id="d" value="10">
=<output name="y" for="c d"></output>
</form>
12.Answer
option D
an input element, submit button and hidden field that specifies the domain for the search and that only that domain should be searched.
Example:
<input type=""> Values
The input element is an exceptionally adaptable component who appearance and conduct can change drastically in light of the sort ascribe connected to the component. The most well-known sort esteems include: content: The default an incentive for the type="" trait. Characterizes a solitary line of content 20 characters wide
Related Questions
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.