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

Top Courses for Software Development

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

pdf

,

Previous Year Questions with Solutions

,

Summary

,

Extra Questions

,

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

,

Semester Notes

,

Exam

,

Important questions

,

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

,

past year papers

,

video lectures

,

MCQs

,

shortcuts and tricks

,

Viva Questions

,

mock tests for examination

,

study material

,

practice quizzes

,

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

,

ppt

,

Sample Paper

,

Objective type Questions

,

Free

;