Software Development Exam  >  Software Development Videos  >  Learn Website Designing with XHTML and CSS  >  XHTML and CSS Tutorial - 40 - Introduction to Forms

XHTML and CSS Tutorial - 40 - Introduction to Forms Video Lecture | Learn Website Designing with XHTML and CSS - Software Development

45 videos

FAQs on XHTML and CSS Tutorial - 40 - Introduction to Forms 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 stricter and cleaner version of HTML. It follows the XML syntax rules and is designed to be compatible with future versions of HTML.
2. What is CSS?
Ans. CSS stands for Cascading Style Sheets. It is a style sheet language used to describe the look and formatting of a document written in HTML or XHTML. CSS allows web developers to separate the content from the presentation, making it easier to maintain and update the style of a website.
3. How do forms work in XHTML?
Ans. Forms in XHTML allow users to input data that can be submitted to a server for processing. Forms consist of various form controls such as text fields, checkboxes, radio buttons, dropdown menus, etc. When a user submits a form, the data is sent to the server using either the GET or POST method, and the server processes the data accordingly.
4. How to create a form in XHTML?
Ans. To create a form in XHTML, you need to use the `<form>` element. Inside the form, you can add various form controls using appropriate XHTML tags such as `<input>`, `<textarea>`, `<select>`, etc. You can also specify the form's action and method attributes to define where the form data will be sent and how it will be processed.
5. How can CSS be applied to form elements in XHTML?
Ans. CSS can be applied to form elements in XHTML by using selectors and property-value pairs. You can target specific form elements by their element type, class, ID, or other attributes and apply CSS rules to style them. For example, you can change the font color of a text field, modify the background color of a button, or adjust the spacing between form elements using CSS.
Related Searches

practice quizzes

,

Semester Notes

,

pdf

,

study material

,

Exam

,

Sample Paper

,

Previous Year Questions with Solutions

,

XHTML and CSS Tutorial - 40 - Introduction to Forms Video Lecture | Learn Website Designing with XHTML and CSS - Software Development

,

Extra Questions

,

ppt

,

Viva Questions

,

MCQs

,

shortcuts and tricks

,

Free

,

XHTML and CSS Tutorial - 40 - Introduction to Forms Video Lecture | Learn Website Designing with XHTML and CSS - Software Development

,

Objective type Questions

,

Important questions

,

Summary

,

video lectures

,

XHTML and CSS Tutorial - 40 - Introduction to Forms Video Lecture | Learn Website Designing with XHTML and CSS - Software Development

,

past year papers

,

mock tests for examination

;