0% found this document useful (0 votes)
49 views

Assignment1 1

This document contains an assignment for a Web Technology and Its Applications course. It includes questions on HTML fundamentals like syntax and structure, links, lists, and semantic elements. It also covers CSS topics such as the benefits of CSS, property values, stylesheet inclusion, selectors, box model, and text styling. Additional questions address HTML tables and forms, CSS positioning, floating, overlaying/hiding elements, multicolumn layouts, and approaches for defining layouts. Students are instructed to answer each question in under 3 pages and submit their assignment in a pink book by a specified due date.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
49 views

Assignment1 1

This document contains an assignment for a Web Technology and Its Applications course. It includes questions on HTML fundamentals like syntax and structure, links, lists, and semantic elements. It also covers CSS topics such as the benefits of CSS, property values, stylesheet inclusion, selectors, box model, and text styling. Additional questions address HTML tables and forms, CSS positioning, floating, overlaying/hiding elements, multicolumn layouts, and approaches for defining layouts. Students are instructed to answer each question in under 3 pages and submit their assignment in a pink book by a specified due date.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Kalpataru Institute of Technology, Tiptur-572 201

(Affiliated to Visvesvaraya Technological University, Belagavi & Recognised by AICTE, New Delhi)
Department of Computer Science & Engineering
NBA Accredited from 2022-2025
ASSIGNMENT-1 FOR EVEN SEMESTER AY: 2022-2023

SEMESTER: 6TH SECTION: A BATCH: 2020

COURSE: WEB TECHNOLOGY AND ITS APPLICATIONS COURSE CODE 18CS63


Faculty Name: Shashidhara M S, CREDITS 04
Associate Professor and HOD

Date Announced: 20/04/2023 Date Submission: 10/05/2023 Marks for Evaluation: 10 marks.
Note: 1. The late submission will lose the defined marks.
2. Incomplete Questions will have reduction of marks.
3. Each answer should not cross 3 pages. Plan the complete answer correctly.
4. Write this assignment in pink assignment book only available in Kalpataru society.

Introduction to HTML
1. Explain the fundamental concept of HTML syntax with examples.
2. Explain the basic structure of HTML document using HTML5 specification.
3. Discuss Links and List elements in HTML with examples.
4. Explain the elements defined for semantic markup in HTML5 with examples.
5. Describe the difference between a relative and an absolute reference. When should each
be used?
Introduction to CSS
1. What is CSS? Discuss the benefit of using CSS in HTML.
2. Discuss the various property values defined in CSS.
3. Explain the different location of stylesheet inclusion in HTML document. give example
for each.
4. Discuss the different forms of selectors in CSS with examples.
5. Explain the box model and properties defined in CSS. Give example program.
6. Discuss the CSS properties specified of text styling with example.
HTML Tables and Forms
1. List and explain the form control elements with examples.
2. What are table and form accessibility defined in HTML5.
3. Prepare a simple User registration form, which contains the form controls for Fullname,
Date of Birth and Address.
Advanced CSS: Layout
1. Discuss about the positioning of elements in the HTML document with example.
2. What do you mean by floating of HTML elements? Explain the process of floating
multiple elements in the HTML document.
3. Discuss about the overlaying and hiding of HTML elements using CSS properties.
4. Explain how to construct multicolumn layouts using positioning and float concept.
5. Discuss various approaches for defining the layout using CSS.
6. Prepare a standard layout that contain the header, navigation, main content, aside and
footer element. Project the different possible layouts for these elements.

You might also like