Practical Exam (SEC- Front End Web Development) - PDF
Document Details
Sri Venkateswara College
Shraddha Chaurasiya
Tags
Summary
This document contains HTML code examples for a web page about the significance of mental health and a canteen menu, along with the instructions for the Practical Exam (SEC- Front End Web Development).
Full Transcript
Name-Shraddha Chaurasiya Roll.no-1723123 Create a single page sample article using HTML.. The sample article includes the title, author name, affiliation, list of clickable topics with some content, an image, and hyper link to show an alternative message to this image. Also use meta information that...
Name-Shraddha Chaurasiya Roll.no-1723123 Create a single page sample article using HTML.. The sample article includes the title, author name, affiliation, list of clickable topics with some content, an image, and hyper link to show an alternative message to this image. Also use meta information that includes your name and article name while the HTML code is executed on browser topic of article is Significance o HTML in Front End Web Design and development,, my name is Vaishali Airy, use the most basic commands and include some background colour Significance of Mental Health body { background-color: #e6f7ff; font-family: Arial, sans-serif; line-height: 1.6; margin: 20px; } h1 { color: #2c3e50; } h2 { color: #34495e; } ul { list-style-type: disc; }.topics a { text-decoration: none; color: #007acc; }.topics a:hover { color: #005f99; } img { display: block; margin: 20px auto; } p{ text-align: center; } Significance of Mental Health Author: Shraddha Chourasiya Affiliation: Brainiacs Society, Sri Venkateshwara College Clickable Topics Introduction Why Mental Health Matters How to Support Mental Well-Being Introduction Mental health is a crucial aspect of overall well-being. It affects how individuals think, feel, and interact with others. Why Mental Health Matters Good mental health enhances productivity, fosters healthy relationships, and enables individuals to cope with life's challenges effectively. How to Support Mental Well-Being Engaging in physical activity, seeking support when needed, and maintaining a balanced lifestyle can significantly improve mental health. Learn more about mental health from WHO Q2) Create html document for canteen menu Canteen Menu body { font-family: Arial, sans-serif; background-color: #f4f4f4; margin: 0; padding: 0; } header { background-color: #4CAF50; color: white; text-align: center; padding: 1rem; } table { width: 60%; margin: 20px auto; border-collapse: collapse; } th, td { border: 1px solid #ddd; padding: 10px; text-align: left; } th { background-color: #4CAF50; color: white; } td { background-color: #fff; }.price { text-align: right; } footer { text-align: center; padding: 10px; background-color: #4CAF50; color: white; position: fixed; width: 100%; bottom: 0; } Canteen Menu Today's Special Item Price Cheese Sandwich $3.50 Chicken Wrap 500 Vegetable Salad 100 Fruit Juice 200 Chocolate Cake 150 Burger 50 Chowmein 45 dosa 60 Chilli Potato 45 Honey Chilli Potato 50 Masala Dosa 60 Chai 20 Coffee 35 Cheese Sandwich $3.50 Pakaude 45 potato Sandwich 60 Visit us at the Canteen for more delicious options!