19 solutions available
Question 1Create a form as given below by using different Form tags and attributes.(Hint : Also use Pre, Input, Select, Option tags for this)
Question 2Create a webpage that receives pizza orders through a web form as shown below :
Question 1(e)Consider the following code fragments and determine how these code fragments would create form elements, i.e., draw how their output...
Question 1(f)Consider the following code fragments and determine how these code fragments would create form elements, i.e., draw how their output...
Question 1(g)Consider the following code fragments and determine how these code fragments would create form elements, i.e., draw how their output...
Question 1(h)Consider the following code fragments and determine how these code fragments would create form elements, i.e., draw how their output...
Question 1(i)Consider the following code fragments and determine how these code fragments would create form elements, i.e., draw how their output...
Question 3Which are the ways to add an audio file in a web page ?Linking via <A>Embedding via <EMBED>Embedding via <VIDEO>All of...
Question 10Consider the following form control in a HTML form :x Male x Female Now choose the correct line of code for the above :<input type =...
Question 11A developer can restrict the values accepted in a text field by specifying a ............... attribute.sizemaxlengthvalueYou cannot...
Question 12You can mask the input typed into a text field by specifying an <input> tag as ............... .passwordsecureinvisiblehidden
Question 13Tag to create password field in HTML document :<password><input><pwd><pword>
Question 14HTML provides an attribute for the <input> tag that allows you to hide data with some designated character to make it...
Question 15Which of the following tag is used to define options in a drop-down selection list...
Question 4What attribute is used for radio buttons ?radiobuttonradiobradiooptionbutton
Question 16Name different control types supported by HTML forms.
Question 17Write the tags to define the following :(i) A text box(ii) A text area(iii) A radio button(iv) A check box(v) A Password box(vi) A pop up...
Question 18Write HTML code to produce following controls :Grade : A B C Subjects : English Maths...
Question 19Write HTML code to produce these controls :(i) a text box(ii) a text area with 10 rows and 30 columns(iii) A password text box(iv) A pop...