Search Header Logo

Web Technology(quiz -14)- Narendra Mohan

Authored by NARENDRA MOHAN

Computers

KG - 5th Grade

Used 32+ times

Web Technology(quiz -14)- Narendra Mohan
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

10 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Choose the valid form elements

Reset

Radio Button

Check Box

Textlength

2.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which codes specifies single line textual data?

<input type = “text” >

<input type = “Reset” >

<input type = “text” size= 20 name =“t1”>

<input type = "radio" name = "cpu" checked> CPU

3.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Choose the correct statements for radio buttons

<input type = "radio" name = "MotherBoard" checked> MotherBoard<br>

<textarea type = "radio" name = "Databus" > data bus<br>

<input type = "radio" name = "Ram"> RAM<br>

<input type = "radio" name = "Disk"> DISK<br>

4.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Select the right statements for password type textbox

Password:< input type="text" name="pwd" >

Pwd<input type=“password” name=“t2”>

Password:< input type="password" name="pwd" >

Password:< input type="textarea" name="pwd" >

5.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Choose the correct options for radio buttons

<form action="/action_page.htm">

<input type="radio" id="male" name="gender" value="male">

MALE<br>

<input type="radio" id="female" name="gender" value="female“ Checked >FEMALE<br>

</form>

<form action="/action_page.htm">

<input type="radio" name="gender" value="male" >

MALE<br>

<input type="radio" name="gender" value="female“>FEMALE<br>


</form>

<form action="/action_page.htm">

<Male radio="type" name="gender" value="male">

MALE<br>

<Female radio="type" name="gender" value="female“>FEMALE<br>

</form>

<form action="/action_page.php">

<radio type="radio" name="gender" value="female“ > FEMALE<br>

<radio radio="type" name="gender" value="female“>FEMALE<br>

</form>

6.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Choose the correct options for <textarea>

<text rows="4" cols="50 ">

This tag is supported in all major browsers.

hi...i am text area control....you can write here in multiple line...but remember do not exceed the limit

</text>

<textarea rows="4" cols="50 ">

This tag is supported in all major browsers.

hi...i am text area control....you can write here in multiple line...but remember do not exceed the limit

</textarea>

<textarea >

hi...i am text area control....you can write here in multiple line

</textarea>

<areatext >

you can write here in multiple line...

</areatext >

7.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which options allows the user to select multiple items from a Drop down listbox?

<select multiple name="Hardware" >

<option selected>CPU</option>

<option>RAM </option>

<option>Disk </option>

<option>Monitor </option>

</select>

<select name="cars" multiple>

<option value="fiat" selected>Fiat</option>

<option value="audi">Audi</option>

</select>

<select name="cars" size="3">

<option value="volvo">Volvo</option>

<option value="saab">Saab</option>

<option value="fiat">Fiat</option>

<option value="audi">Audi</option>

</select>

<select name="cars" size="4" >

<option value="volvo">Volvo</option>

<option value="saab">Saab</option>

<option value="fiat">Fiat</option>

<option value="audi">Audi</option>

</select>

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?