Task 1 Web Technology
Task 1 Web Technology
Introductory task
College Name:-
Department:-
Pursuing Year:-
A Presentation on:-
Submitted by:
Gouri U Nandikeshwarmath and [2JH23AI015]
1. Definition: CSS is a stylesheet language used to describe the presentation of HTML documents.
2. Separation of Content and Style: CSS separates content (HTML) from design, allowing for easier
maintenance
3. Selectors: CSS uses selectors to target HTML elements for styling, such as tags, classes, and IDs.
4. Box Model: CSS uses the box model to define the layout of elements, including margins, borders,
padding, and content
5. Flexibility: CSS allows for responsive design, adapting layouts to different screen sizes using media
queries.
6. Color and Typography: CSS enables control over colors, fonts, and text styles, enhancing readability
and aesthetics
7. Positioning: CSS provides various positioning methods (static, relative, absolute, fixed) for placing
elements on a page.
8. Animations and Transitions: CSS can create animations and transitions for smooth visual effects
without JavaScript.
9. Cascading Order: CSS stands for "Cascading," meaning styles can inherit from multiple sources, with
specificity determining which style applies.
10.Frameworks: Popular CSS frameworks like Bootstrap and Tailwind CSS offer pre-designed componen
for faster
Analysis on the above introduction demonstrate basic Tags used in the Web designing
(with uses).
1. <!DOCTYPE html>
Use: Declares the document type and version of HTML (HTML5). It helps browsers
render the page correctly.
2. <html>
Use: The root element of an HTML document that wraps all other content.
3. <link>
Use: Links external resources, such as CSS stylesheets, to the HTML document.
4. Element Selector:
Use: Targets all instances of a specific HTML element
5. Descendant Selector:
Use: Styles elements within a specific parent
6. Pseudoclasses:
Use: Apply styles based on the state of an element
After completion of the Task 1 candidate must upload it the respected google form.