हिंदी

Illustrate the use of the radio button input type on an HTML form with an appropriate code and the corresponding output. - Computer Applications

Advertisements
Advertisements

प्रश्न

Illustrate the use of the radio button input type on an HTML form with an appropriate code and the corresponding output.

संक्षेप में उत्तर

उत्तर

A radio button is defined with the <input type="radio">. Radio buttons are typically displayed as radio groups (a group of radio buttons describing a set of related alternatives). A collection of radio buttons can only have one radio button selected at a time.

Note: To be considered a group, the radio group must have the same name (the value of the name parameter). After creating the radio group, selecting any radio button in that group instantly deselects any other radio button in the same group. You can have as many radio groups as you like on a page, as long as each one has its own name.

Example code:

<html>
<head>
<title> Example of Radio Button</title>
</head>
<body>
<form>
<label>
Gender:
</label> <br>
<input type="radio" id="gender" name="gender" value="male"/> Male
<br>
<input type="radio" id="gender" name="gender" value="female"/> Female <br/>
</form>
</body>
</html>
Output:

Output:

 

shaalaa.com
HTML tags
  क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
2022-2023 (March) Set 4

संबंधित प्रश्न

Assertion (A): In HTML, Tags written in lowercase letters or uppercase letters are treated as the same.

Reason (R): HTML is a case sensitive language.


Write the difference between alink and vlink.


Write the difference between <dt> and <dd> tags.


HTML provides us with ______ levels of headings that can be inserted into a web page.


The default starting value for an ordered list in HTML is ______.


Write the difference between <ol> and <ul> tags in HTML. Also, write suitable examples of each to illustrate the difference.


Events
The following events are scheduled to be held on 1st April 2023.
The timings are as follows:
1. 9.00 AM - 10.00 AM Flag Hoisting
2. 10.00 AM - 11.00 AM Painting Competition
3. 11.00 AM - 12.30 PN Dance Competition
4. 12.30 PM - 2.00 PM Closing Ceremony
For any queries contact [email protected]
Phone: 9999999999

Write the HTML code to design the above-shown web page titled 'Events', considering the specifications given below. You can write the code for any four specifications out of the given six specifications.

Specifications:

  • The background color of the page should be cyan, and the font face for the page should be Arial.
  • Heading 'Events' should be the first level of heading.
  • The font size for the paragraph and the list of products should be 5.
  • The schedule (as shown on the above web page) should be written with the help of the numbered list. Superscript tags should be used wherever required.
  • The bottom-most lines of 'For any queries ...' and 'Phone: .... ' should be on hold.
  • The contact email [email protected] should be a link to open the user's default mail client to send queries to the mentioned email id.

Which of the following tag can be used to draw a horizontal line on a webpage?


Write a suitable HTML statement to display the following text on a webpage in appropriate subscript and superscript form:

CO2


Ronaldo, a web designer in a start-up company, wants to give headings on a webpage through <h1> tag. Additionally, he wants to implement the following styles on all the <h1> tags of the same webpage in one go.

  • Color-blue
  • Background color-yellow
  • border of the heading - 2px in red

He is not able to implement the above-mentioned additional styles <h1> of tag through regular HTML code. Suggest him a way out and also help him in writing the code for the same.


Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×