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

Task 1 Web Technology

java
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
29 views

Task 1 Web Technology

java
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 6

Task

Introductory task
College Name:-

Department:-
Pursuing Year:-

A Presentation on:-

Internship carried out at


“AXILE.X GROUP OF COMPANIES”

Submitted by:
Gouri U Nandikeshwarmath and [2JH23AI015]

Co-Founder: Team Management:


Mr. Omkar Patil Miss. Arpita Vandkudari
AXILE.X GROUP OF COMPANIES AXILE.X GROUP OF COMPANIES
Introduction to Web Technology(8points)-

1. HTML: The markup language that structures web content.


2. CSS: Styles the HTML to enhance visual presentation.
3. JavaScript: Adds interactivity and dynamic features to webpages.
4. Web Browsers: Software that displays web content (e.g., Chrome, Firefox).
5. Web Servers: Host websites and serve content to users.
6. Frameworks/Libraries: Tools like React and Django that streamline development.
7. APIs: Allow different applications to communicate and share data.
8. Responsive Design: Ensures websites work well on all devices and screen sizes.
Introduction to HTML (8points)-

1. Stands for Hypertext Markup Language.


2. Most documents that appear on the World Wide Web were written in HTML.
3. HTML is a markup language, not a programming language. In fact, the term HTML
is an acronym that stands for Hypertext Markup Language.
4. We can apply this markup language to your pages to display text, images, sound
and movie files, and almost any other type of electronic information.
5. We use the language to format documents and link them together, regardless of
the type of computer with which the file was originally created.
6. A web browser reads an HTML document top to bottom, left to right.
7. Each time the browser finds a tag, it is displayed accordingly (paragraphs
look like paragraphs,tables look like tables, etc).
8. Tags have 3 major parts: opening tag(s), content(s), and closing tag(s).
9. Recall that a completed tag is termed an element.
Introduction to Cascading Style Sheets (10 points)-

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.

*Note:- last date of submission is on 27th October 2024 (1pm)

You might also like