Question

In: Computer Science

1 Pick the HTML snippet that uses a non-modifiable input named “recipient” with the value “edmonds...

1 Pick the HTML snippet that uses a non-modifiable input named “recipient” with the value “edmonds [email protected]”.

Group of answer choices

a <input type="submit" name="recipient" value="[email protected]">
b <input type="text" name="recipient" value="[email protected]">
c <input type="value" name="recipient" value="[email protected]">
d <input type="hidden" name="recipient" value="[email protected]">

2 Which of the following is the most accurate statement regarding internal hyperlinks?

Group of answer choices

a The “internal” refers to the host machine on which the browser is running

b The “internal” refers to the internal contents of a table

c Internally-linked location names can be assigned to any id in an HTML5 document

d href="page.html&name" is the proper format used to link to an internal location of another page

3 The ______________ element provides input options for a text input element. The browser can use these options to display autocomplete options to the user (hint: this can be used regardless of a user’s previous form inputs).

a value

b datalist

c step

d autocomplete

Solutions

Expert Solution

Solution:

The solutions to the given questions are as shown below.

Question 1)

The answer is option D.

Question 2)

The answer is option C.

Question 3)

The answer is option B.

Explanation:

For Question 1:

Option A)input type = submit is used to create submit button that is used while submitting a form.

Option B)input type = text is used to create text box where user can enter and modify the value.

Option C)input type = value is text box where the value that is assigned to value attribute is present and can be modified

Option D)input type = hidden is used to define a hidden input field and the value cannot be modified by users.

For Question 2:

Option A) An internal link is similar to a hyperlink that is present on a web page to another page like image, document etc... on the same web site or domain.

Option B) As said earlier, the internal refers to the same web page or domain.

Option C) Internally-linked location names can be assigned to any id in an HTML 5 document. Because they refer to the same location on same web page or domain.

Option D)The href is used to store the target or destination path to which the page has to be re directed to.. If we want to link to another website we have to use the complete URL of that page. If we want to refer to any anchor in that page , we use # before anchor name.

For Question 3:

Option A) The value is a element that is used to place a value in the text field.

Option B) Datalist is a element in HTML that is used to display options for the input text element.

Option C) The step is a attribute that specifies the intervals between numbers in the input field

Option D) autocomplete is a attribute that tells whether the auto complete feature should be on or off.when the user enters some text, the browser predicts the value based on previously entered values.


Related Solutions

c++ Write the definition of a function named ‘isLower’ that takes as input a char value...
c++ Write the definition of a function named ‘isLower’ that takes as input a char value and returns true if the character is lowercase; otherwise, it returns false.•Print the message “The character xis lowercase” when returned value above is true, and vice versa.
Create an HTML form with the following: 2 text input fields 1 text area 2 radio...
Create an HTML form with the following: 2 text input fields 1 text area 2 radio buttons or 3 checkboxes 1 button Include labels for fields
A firm uses value stream income statements. These statements include one value streams and two non-value...
A firm uses value stream income statements. These statements include one value streams and two non-value streams. The value stream income statement shows the following cost numbers for the firm's value stream $100,000 materials cost, $150,000 labor cost, and $75,000 overhead cost. (The firm has no fixed overhead.) Which of the following is TRUE about these cost numbers? a. The firm most likely scrutinizes these costs closely because they are likely to be waste. b. The firm most likely considers...
Exercise 1 (a) Create a HTML file that uses createElement and appendChild to dynamically insert three...
Exercise 1 (a) Create a HTML file that uses createElement and appendChild to dynamically insert three paragraphs when a button is clicked. (b) Create a HTML file that includes JavaScript that is similar to: let recs = [“my item …1”,”my item…2”, …] i.e. an array that contains several CSV item records. When the user clicks a button, each array element will be rendered as a list element. Use a HTML list. Use createElement and appendChild. (c) Redo your createTable code...
C ++ program that uses a function “IsDivisibleBy5” that returns a 1 if the input integer...
C ++ program that uses a function “IsDivisibleBy5” that returns a 1 if the input integer is evenly divisible by 5. Return 0 otherwise. Also include a function “IsOdd()” that returns a 1 if the input integer is odd. Return 0 otherwise.
Write a C++ pgm which 1.reads an input file named 'input.txt' 2.content of input.txt are not...
Write a C++ pgm which 1.reads an input file named 'input.txt' 2.content of input.txt are not known to you 3.copies content of input file into an output file named 'output.txt' 4.contents of output.txt should be exactly the same as contents of input.txt 5.the user should be given a choice to select input and output file in any folder 6.remember to check that input file opened successfully
A firm uses corn as an input into their production of ethanol.  You require 1 bushel of...
A firm uses corn as an input into their production of ethanol.  You require 1 bushel of corn to produce one gallon of ethanol.  Each gallon of ethanol sells for $4.  Fixed costs are $12, and you can produce and sell 10 gallons of ethanol this year.  Corporate taxes on profits follow a progressive pattern, and are as follows: Tax Bracket Tax rate First $4 of pre-tax profit 10% Next $6 of pre-tax profit 15% Next $8 of pre-tax profit 40% Pre-tax profit greater...
1. Assume that if a firm uses one more unit of one input it will have...
1. Assume that if a firm uses one more unit of one input it will have diminishing marginal returns. If the firm uses one more unit of that one input its total output will decrease. (True or False) 2. When a firm produces 200 units of output its average fixed cost is $200. if its average total cost at this output is $500, what is the firm’s average variable cost at this output? $700 $300 $3.00 None of the answers...
A firm uses corn as an input into their production of ethanol.  You require 1 bushel of...
A firm uses corn as an input into their production of ethanol.  You require 1 bushel of corn to produce one gallon of ethanol.  Each gallon of ethanol sells for $4.  Fixed costs are $12, and you can produce and sell 10 gallons of ethanol this year.  Corporate taxes on profits follow a progressive pattern, and are as follows: Tax Bracket Tax rate First $4 of pre-tax profit 10% Next $6 of pre-tax profit 15% Next $8 of pre-tax profit 40% Pre-tax profit greater...
JAVA PROJECT Step 1: Create an application named YourInitials_Project 3 that uses a class to convert...
JAVA PROJECT Step 1: Create an application named YourInitials_Project 3 that uses a class to convert number grades to letter grades and another class for data validation. Make comments including your name, date, and project name as well as appropriate comments throughout your application that include the step number. Step 2: Create code to print Titles Step 3: Create a variable to hold user’s choice. Remember that all variables must begin with your initials and should be descriptive. Step 4:...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT