Software Development Exam  >  Software Development Videos  >  Learn Website Designing with XHTML and CSS  >  XHTML and CSS Tutorial - 41 - Check Boxes & Radio Buttons

XHTML and CSS Tutorial - 41 - Check Boxes & Radio Buttons Video Lecture | Learn Website Designing with XHTML and CSS - Software Development

45 videos

Top Courses for Software Development

FAQs on XHTML and CSS Tutorial - 41 - Check Boxes & Radio Buttons Video Lecture - Learn Website Designing with XHTML and CSS - Software Development

1. What is XHTML?
Ans. XHTML stands for Extensible Hypertext Markup Language. It is a markup language that combines the flexibility of HTML with the strictness of XML. It follows the rules of XML syntax and is used to create structured web pages.
2. What is CSS?
Ans. CSS stands for Cascading Style Sheets. It is a style sheet language used for describing the look and formatting of a document written in HTML or XHTML. CSS allows web designers to separate the presentation of a web page from its structure, making it easier to maintain and update the design.
3. How do check boxes work in XHTML?
Ans. Check boxes in XHTML are used to give users the option to select multiple items from a list. They are represented by the <input> element with the type attribute set to "checkbox". When a check box is selected by the user, its value is sent to the server as part of the form submission.
4. What are radio buttons in XHTML?
Ans. Radio buttons in XHTML are used to give users the option to select a single item from a list. They are represented by the <input> element with the type attribute set to "radio". Only one radio button within a group can be selected at a time. When a radio button is selected, its value is sent to the server as part of the form submission.
5. Can CSS be used to style check boxes and radio buttons?
Ans. Yes, CSS can be used to style check boxes and radio buttons. By targeting their respective input types, CSS properties can be applied to change their appearance, such as the color, size, and shape. This allows web designers to customize the look and feel of check boxes and radio buttons to match the overall design of the web page.
45 videos
Explore Courses for Software Development exam
Signup for Free!
Signup to see your scores go up within 7 days! Learn & Practice with 1000+ FREE Notes, Videos & Tests.
10M+ students study on EduRev
Related Searches

mock tests for examination

,

XHTML and CSS Tutorial - 41 - Check Boxes & Radio Buttons Video Lecture | Learn Website Designing with XHTML and CSS - Software Development

,

ppt

,

Summary

,

Important questions

,

Free

,

study material

,

MCQs

,

Viva Questions

,

XHTML and CSS Tutorial - 41 - Check Boxes & Radio Buttons Video Lecture | Learn Website Designing with XHTML and CSS - Software Development

,

Sample Paper

,

practice quizzes

,

past year papers

,

video lectures

,

Previous Year Questions with Solutions

,

Exam

,

shortcuts and tricks

,

pdf

,

Extra Questions

,

Objective type Questions

,

XHTML and CSS Tutorial - 41 - Check Boxes & Radio Buttons Video Lecture | Learn Website Designing with XHTML and CSS - Software Development

,

Semester Notes

;