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

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.
Related Searches

Previous Year Questions with Solutions

,

Objective type Questions

,

Summary

,

ppt

,

mock tests for examination

,

Important questions

,

Free

,

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

,

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

,

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

,

Semester Notes

,

pdf

,

Exam

,

practice quizzes

,

MCQs

,

Sample Paper

,

shortcuts and tricks

,

study material

,

Viva Questions

,

past year papers

,

video lectures

,

Extra Questions

;