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

Web Programming unit 3

CS
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
29 views

Web Programming unit 3

CS
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

CS 2205-01 Web Programming 1 - AY2025-T2

Instructor: Madhukeshwar Khanapur

Programming Assignment

December 1, 2024

The field of web development is a cornerstone of modern technology, enabling the creation
of dynamic and visually appealing websites that cater to diverse user needs. This assignment
demonstrates fundamental skills in HTML and CSS by crafting a variety of webpages that
showcase best practices in structuring content, implementing navigation, and enhancing user
experience. Each task highlights specific aspects of web design, such as using HTML tags to
format text and layout information, as well as applying CSS for styling and layout
consistency.

HTML, or HyperText Markup Language, serves as the backbone of every webpage, allowing
developers to define and structure content with tags such as <p>, <a>, and <img>
(W3Schools, n.d). For instance, tasks in this assignment utilize tags like <a> to create links,
<img> to display images, and <table> for arranging tabular data. CSS, or Cascading Style
Sheets, is equally critical as it ensures design consistency and enhances the visual appeal of
websites. Through CSS, developers control elements like font styles, spacing, and color
schemes to align with usability and branding standards (W3Schools, n.d).

By integrating these fundamental concepts, this project provides a comprehensive


demonstration of essential web development principles. The skills showcased here form the
foundation for creating accessible, user-friendly websites that adhere to web design best
practices.

In the html templates below you find the solution of each task. For example for the task

1. Create an HTML document that displays the numbers 1 - 10, each number being a
different color. -> the solution is on Q1. Etc.
The Q11 is for the task without number which asks us to do this:

References
W3Schools. (n.d). HTML tutorial. Retrieved from https://www.w3schools.com/html/
W3Schools. (n.d). CSS tutorial. Retrieved from https://www.w3schools.com/css/

You might also like