Podcast
Questions and Answers
Design a web page that should accept name of user name, Email ID, Designation at office, Number of years completed in office, Office phone number(mandatory), image with submit button.
Design a web page that should accept name of user name, Email ID, Designation at office, Number of years completed in office, Office phone number(mandatory), image with submit button.
This would require writing HTML code, potentially using input fields for the user's name, email, etc., a file upload element for the image, and a button to submit the data. It would also benefit from some CSS for styling.
Design web page that should accept faculty id, faculty name, select Faculty Subject Specialization from choice, Faculty Qualification, address, age of faculty and a submit button.
Design web page that should accept faculty id, faculty name, select Faculty Subject Specialization from choice, Faculty Qualification, address, age of faculty and a submit button.
Similar to the previous question, you'd need to create input fields for each piece of information, a dropdown menu or radio buttons for selecting the subject specialization, and a submit button. You might use a form to collect this data and send it to a server for processing, or use JavaScript to handle it on the client side.
Write a HTML code using CSS with following specifications Create Unordered list of 5 Popular Institute names currently active in Mumbai city.
Write a HTML code using CSS with following specifications Create Unordered list of 5 Popular Institute names currently active in Mumbai city.
This involves creating an unordered list in HTML using <ul>
and <li>
tags. You'd likely use CSS to style the list items and potentially add further formatting.
Create Ordered list of languages/Subjects being taught there using any one of above particular single Institute name that you have listed.
Create Ordered list of languages/Subjects being taught there using any one of above particular single Institute name that you have listed.
Signup and view all the answers
Divide the list into two sections left and right by using proper CSS.
Divide the list into two sections left and right by using proper CSS.
Signup and view all the answers
Write a program using HTML with following CSS specifications: The page should contain heading as STD 12th Commerce-99 IT in Green Color.
Write a program using HTML with following CSS specifications: The page should contain heading as STD 12th Commerce-99 IT in Green Color.
Signup and view all the answers
Create Unordered List of topics in IT Subject of class 12 Commerce
Create Unordered List of topics in IT Subject of class 12 Commerce
Signup and view all the answers
Change the font to Comic Sans Ms.
Change the font to Comic Sans Ms.
Signup and view all the answers
Study Notes
Web Page Design using HTML
- Design a webpage accepting user name, email, designation, years in office, phone number, and image upload.
- Create a submit button.
HTML Program for Faculty Information
- Design a webpage that accepts faculty ID, name, subject specialization, qualification, address, and age.
- Include a submit button.
HTML and CSS Program for Institutes
- Create an HTML code with CSS applying the following
- Create an unordered list of 5 popular Mumbai institutes.
- Create an ordered list of subjects taught at each institute, divided into left and right sections.
HTML and CSS Program for Class 12 Commerce
- Create an HTML program with these CSS features:
- Heading "STD 12th Commerce-99 IT" in green color.
- An unordered list containing IT subjects for class 12 commerce.
- Set the font to Comic Sans MS.
Studying That Suits You
Use AI to generate personalized quizzes and flashcards to suit your learning preferences.
Description
This quiz covers various HTML and CSS tasks for designing web pages. Participants will create forms for user information and faculty data, format lists for institutes, and apply styling specific to a 12th-grade commerce class. Test your skills in web design by tackling these practical assignments!