SlideShare a Scribd company logo
1 of 20
WELCOME
FOLKS!!!
PRESENTED BY:
SIOCON FRANCIS DAVE T.
URBIZTONDO, VINCENT IVAN
C.S.S. AND
H.T.M.L.
-stands for Hyper Text Markup Language
WHAT IS H.T.M.L?
- It is a standard markup language
for web page creation..
It allows the creation and structure of
sections, paragraphs, and links using HTML
elements (the building blocks of a web
page) such as tags and attributes.
HTML has a lot of use
cases, namely:
Web development.
Developers use HTML code to design how a browser
displays web page elements, such as text, hyperlinks, and
media files.
Internet navigation.
Users can easily navigate and insert links between
related pages and websites as HTML is heavily used to embed
hyperlinks.
Web documentation.
HTML makes it possible to organize and format
)
How Does HTML Work
The average website includes several different HTML pages.
For instance, a home page, an about page, and a contact page
would all have separate HTML files.
HTML documents are files that end with
a .html or .html extension. A web browser reads the HTML
file and renders its content so that internet users can view it.
)
How Does HTML Work
The three main parts of an element are:
Opening tag – used to state where an element starts to
take effect. The tag is wrapped with opening and closing angle brackets.
For example, use the start tag
<p>
to create a paragraph.
Content – this is the output that other users see.
Closing tag – the same as the opening tag, but with a
forward slash before the element name. For example,
</p>
to end a paragraph.
The combination of these three parts will create an HTML element:
<p>This is how you add a paragraph in HTML.</p>
)
How Does HTML Work
The three main parts of an element are:
Opening tag – used to state where an element starts to
take effect. The tag is wrapped with opening and closing angle brackets.
For example, use the start tag
<p>
to create a paragraph.
Content – this is the output that other users see.
Closing tag – the same as the opening tag, but with a
forward slash before the element name. For example,
</p>
to end a paragraph.
The combination of these three parts will create an HTML element:
<p>This is how you add a paragraph in HTML.</p>
)
Pros and Cons of HTML
Pros:
Beginner-friendly-HTML has a clean and consistent markup,
as well as a shallow learning curve.
Support-The language is widely used, with a lot of resources
and a large community behind it.
Accessible- It is open-source and completely free. HTML runs
natively in all web browsers.
Flexible- HTML is easily integrable with backend languages
such as PHP and Node.js
)
Pros and Cons of HTML
Cons:
Static- The language is primarily used for static websites. For
dynamic functionality, you may need to use JavaScript or a
back-end language such as PHP.
Separate HTML page- Users have to create individual web
pages for HTML, even if the elements are the same.
Browser compatibility- Some browsers adopt new features
slowly- Sometimes older browsers don’t always render newer
tags.
)
-Short for cascading style sheets
WHAT IS C.S.S.?
-CSS describes reusable styles for presenting
documents written in a markup language.
Its concept was originated by Hakon Wein
Lie in 1994. In December 1996, CSS was
made a specification by the W3C, and
today allows web developers to alter the
layout and appearance of their web pages
What is CSS? (computerhope.com)
The World Wide
Web Consortium
(W3C) is the main
international
standards
organization for
the World Wide
Web.
C.S.S.?
The following box contains an example of
using CSS code to define fonts, the color
of hyperlinks, and the color of a link when
the mouse cursor hovers over. In this
specific example, we are only changing the
HTML (hypertext markup language)
tags <a> and <body>, rather than creating
any new class or id selectors.
What is CSS? (computerhope.com)
C.S.S.?
What is CSS? (computerhope.com)
C.S.S.?
The CSS code in the box above can be
inserted into the head section of a
page's HTML with the <style> tag shown
below. However, realize that performing
this action only applies these changes to a
single page.
What is CSS? (computerhope.com)
C.S.S.?
What is CSS? (computerhope.com)
C.S.S.?
To use the CSS code on multiple pages, we
suggest storing it in a separate CSS file and
link the CSS file on every page. For
example, the CSS code shown in the first
box on this page can be copied and pasted
into a file with the .css file extension.
What is CSS? (computerhope.com)
A CSS file can be
created using
any text
editor or
even Notepad if
you're using
Windows.
C.S.S.?
Tips:
A CSS file can be created using any text
editor or even Notepad if you're using
Windows.
What is CSS? (computerhope.com)
C.S.S.?
What is CSS? (computerhope.com)
After the file is saved, it must be linked in the head of the HTML code using
the <link> tag.
The following box shows an example of this element in use.
<link rel="stylesheet" Type="text/css" href="URL or path to css file here">
If you named the CSS file example.css, and it's in the same directory as the
HTML file it's being loaded from, the following line would link the CSS file.
<link rel="stylesheet" Type="text/css" href="example.css">
C.S.S.?
CSS3 is the version of CSS (Cascading Style
Sheets) that replaces CSS2. It introduces
new selectors and properties that allow for
more flexibility with page layout and
presentation
What is CSS? (computerhope.com)
Some updates,
such as the box-
shadow propert
y (which allows
an element drop
shadow), allow
visual effects to
be applied
without creating
special images.
HTML is the primary markup language
found on the internet. Every HTML page
has a series of elements that create the
content structure of a web page or
application.
HTML is a beginner-friendly language with
plenty of support and is mainly used for
static website pages. HTML works best
together with CSS for styling and JavaScript
for functionality.
)
CONCLUSION:

More Related Content

Similar to WELCOME-FOLKS--CSS.-AND-HTMLS.pptx

A Complete Guide to Frontend - UI Developer
A Complete Guide to Frontend - UI DeveloperA Complete Guide to Frontend - UI Developer
A Complete Guide to Frontend - UI Developernariyaravi
 
GDI Seattle Intermediate HTML and CSS Class 1
GDI Seattle Intermediate HTML and CSS Class 1GDI Seattle Intermediate HTML and CSS Class 1
GDI Seattle Intermediate HTML and CSS Class 1Heather Rock
 
Class 1: Introductions
Class 1: IntroductionsClass 1: Introductions
Class 1: IntroductionsErika Tarte
 
Intermediate Web Design.doc
Intermediate Web Design.docIntermediate Web Design.doc
Intermediate Web Design.docbutest
 
Intermediate Web Design.doc
Intermediate Web Design.docIntermediate Web Design.doc
Intermediate Web Design.docbutest
 
Web Designing Training in Ambala ! BATRA COMPUTER CENTRE
Web Designing Training in Ambala ! BATRA COMPUTER CENTREWeb Designing Training in Ambala ! BATRA COMPUTER CENTRE
Web Designing Training in Ambala ! BATRA COMPUTER CENTREjatin batra
 
Vskills certified css designer Notes
Vskills certified css designer NotesVskills certified css designer Notes
Vskills certified css designer NotesVskills
 
HTML & CSS Workshop Notes
HTML & CSS Workshop NotesHTML & CSS Workshop Notes
HTML & CSS Workshop NotesPamela Fox
 
Chapter 3 - CSS.pdf
Chapter 3 - CSS.pdfChapter 3 - CSS.pdf
Chapter 3 - CSS.pdfwubiederebe1
 
Introduction to whats new in css3
Introduction to whats new in css3Introduction to whats new in css3
Introduction to whats new in css3Usman Mehmood
 
Teched Inetrgation ppt and lering in simple
Teched Inetrgation ppt  and lering in simpleTeched Inetrgation ppt  and lering in simple
Teched Inetrgation ppt and lering in simpleJagadishBabuParri
 
Html power point
Html power pointHtml power point
Html power pointmarkbg
 
Ppt of web designing
Ppt of web designingPpt of web designing
Ppt of web designingprab5
 
Shyam sunder Rajasthan Computer
Shyam sunder Rajasthan ComputerShyam sunder Rajasthan Computer
Shyam sunder Rajasthan Computershyamverma305
 

Similar to WELCOME-FOLKS--CSS.-AND-HTMLS.pptx (20)

A Complete Guide to Frontend - UI Developer
A Complete Guide to Frontend - UI DeveloperA Complete Guide to Frontend - UI Developer
A Complete Guide to Frontend - UI Developer
 
Html
HtmlHtml
Html
 
Presentation 1 [autosaved]
Presentation 1 [autosaved]Presentation 1 [autosaved]
Presentation 1 [autosaved]
 
Grade 10 COMPUTER
Grade 10 COMPUTERGrade 10 COMPUTER
Grade 10 COMPUTER
 
GDI Seattle Intermediate HTML and CSS Class 1
GDI Seattle Intermediate HTML and CSS Class 1GDI Seattle Intermediate HTML and CSS Class 1
GDI Seattle Intermediate HTML and CSS Class 1
 
Class 1: Introductions
Class 1: IntroductionsClass 1: Introductions
Class 1: Introductions
 
Intermediate Web Design.doc
Intermediate Web Design.docIntermediate Web Design.doc
Intermediate Web Design.doc
 
Intermediate Web Design.doc
Intermediate Web Design.docIntermediate Web Design.doc
Intermediate Web Design.doc
 
Web Designing Training in Ambala ! BATRA COMPUTER CENTRE
Web Designing Training in Ambala ! BATRA COMPUTER CENTREWeb Designing Training in Ambala ! BATRA COMPUTER CENTRE
Web Designing Training in Ambala ! BATRA COMPUTER CENTRE
 
Vskills certified css designer Notes
Vskills certified css designer NotesVskills certified css designer Notes
Vskills certified css designer Notes
 
ashish ppt webd.pptx
ashish ppt webd.pptxashish ppt webd.pptx
ashish ppt webd.pptx
 
HTML & CSS Workshop Notes
HTML & CSS Workshop NotesHTML & CSS Workshop Notes
HTML & CSS Workshop Notes
 
Chapter 3 - CSS.pdf
Chapter 3 - CSS.pdfChapter 3 - CSS.pdf
Chapter 3 - CSS.pdf
 
Introduction to whats new in css3
Introduction to whats new in css3Introduction to whats new in css3
Introduction to whats new in css3
 
ARTICULOENINGLES
ARTICULOENINGLESARTICULOENINGLES
ARTICULOENINGLES
 
Introduction to css
Introduction to cssIntroduction to css
Introduction to css
 
Teched Inetrgation ppt and lering in simple
Teched Inetrgation ppt  and lering in simpleTeched Inetrgation ppt  and lering in simple
Teched Inetrgation ppt and lering in simple
 
Html power point
Html power pointHtml power point
Html power point
 
Ppt of web designing
Ppt of web designingPpt of web designing
Ppt of web designing
 
Shyam sunder Rajasthan Computer
Shyam sunder Rajasthan ComputerShyam sunder Rajasthan Computer
Shyam sunder Rajasthan Computer
 

Recently uploaded

New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024BookNet Canada
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentationphoebematthew05
 
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024BookNet Canada
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024The Digital Insurer
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Unlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsUnlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsPrecisely
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Wonjun Hwang
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsHyundai Motor Group
 

Recently uploaded (20)

The transition to renewables in India.pdf
The transition to renewables in India.pdfThe transition to renewables in India.pdf
The transition to renewables in India.pdf
 
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentation
 
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
Unlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsUnlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power Systems
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
 

WELCOME-FOLKS--CSS.-AND-HTMLS.pptx

  • 1. WELCOME FOLKS!!! PRESENTED BY: SIOCON FRANCIS DAVE T. URBIZTONDO, VINCENT IVAN
  • 3. -stands for Hyper Text Markup Language WHAT IS H.T.M.L? - It is a standard markup language for web page creation.. It allows the creation and structure of sections, paragraphs, and links using HTML elements (the building blocks of a web page) such as tags and attributes.
  • 4. HTML has a lot of use cases, namely: Web development. Developers use HTML code to design how a browser displays web page elements, such as text, hyperlinks, and media files. Internet navigation. Users can easily navigate and insert links between related pages and websites as HTML is heavily used to embed hyperlinks. Web documentation. HTML makes it possible to organize and format )
  • 5.
  • 6. How Does HTML Work The average website includes several different HTML pages. For instance, a home page, an about page, and a contact page would all have separate HTML files. HTML documents are files that end with a .html or .html extension. A web browser reads the HTML file and renders its content so that internet users can view it. )
  • 7. How Does HTML Work The three main parts of an element are: Opening tag – used to state where an element starts to take effect. The tag is wrapped with opening and closing angle brackets. For example, use the start tag <p> to create a paragraph. Content – this is the output that other users see. Closing tag – the same as the opening tag, but with a forward slash before the element name. For example, </p> to end a paragraph. The combination of these three parts will create an HTML element: <p>This is how you add a paragraph in HTML.</p> )
  • 8. How Does HTML Work The three main parts of an element are: Opening tag – used to state where an element starts to take effect. The tag is wrapped with opening and closing angle brackets. For example, use the start tag <p> to create a paragraph. Content – this is the output that other users see. Closing tag – the same as the opening tag, but with a forward slash before the element name. For example, </p> to end a paragraph. The combination of these three parts will create an HTML element: <p>This is how you add a paragraph in HTML.</p> )
  • 9. Pros and Cons of HTML Pros: Beginner-friendly-HTML has a clean and consistent markup, as well as a shallow learning curve. Support-The language is widely used, with a lot of resources and a large community behind it. Accessible- It is open-source and completely free. HTML runs natively in all web browsers. Flexible- HTML is easily integrable with backend languages such as PHP and Node.js )
  • 10. Pros and Cons of HTML Cons: Static- The language is primarily used for static websites. For dynamic functionality, you may need to use JavaScript or a back-end language such as PHP. Separate HTML page- Users have to create individual web pages for HTML, even if the elements are the same. Browser compatibility- Some browsers adopt new features slowly- Sometimes older browsers don’t always render newer tags. )
  • 11. -Short for cascading style sheets WHAT IS C.S.S.? -CSS describes reusable styles for presenting documents written in a markup language. Its concept was originated by Hakon Wein Lie in 1994. In December 1996, CSS was made a specification by the W3C, and today allows web developers to alter the layout and appearance of their web pages What is CSS? (computerhope.com) The World Wide Web Consortium (W3C) is the main international standards organization for the World Wide Web.
  • 12. C.S.S.? The following box contains an example of using CSS code to define fonts, the color of hyperlinks, and the color of a link when the mouse cursor hovers over. In this specific example, we are only changing the HTML (hypertext markup language) tags <a> and <body>, rather than creating any new class or id selectors. What is CSS? (computerhope.com)
  • 13. C.S.S.? What is CSS? (computerhope.com)
  • 14. C.S.S.? The CSS code in the box above can be inserted into the head section of a page's HTML with the <style> tag shown below. However, realize that performing this action only applies these changes to a single page. What is CSS? (computerhope.com)
  • 15. C.S.S.? What is CSS? (computerhope.com)
  • 16. C.S.S.? To use the CSS code on multiple pages, we suggest storing it in a separate CSS file and link the CSS file on every page. For example, the CSS code shown in the first box on this page can be copied and pasted into a file with the .css file extension. What is CSS? (computerhope.com) A CSS file can be created using any text editor or even Notepad if you're using Windows.
  • 17. C.S.S.? Tips: A CSS file can be created using any text editor or even Notepad if you're using Windows. What is CSS? (computerhope.com)
  • 18. C.S.S.? What is CSS? (computerhope.com) After the file is saved, it must be linked in the head of the HTML code using the <link> tag. The following box shows an example of this element in use. <link rel="stylesheet" Type="text/css" href="URL or path to css file here"> If you named the CSS file example.css, and it's in the same directory as the HTML file it's being loaded from, the following line would link the CSS file. <link rel="stylesheet" Type="text/css" href="example.css">
  • 19. C.S.S.? CSS3 is the version of CSS (Cascading Style Sheets) that replaces CSS2. It introduces new selectors and properties that allow for more flexibility with page layout and presentation What is CSS? (computerhope.com) Some updates, such as the box- shadow propert y (which allows an element drop shadow), allow visual effects to be applied without creating special images.
  • 20. HTML is the primary markup language found on the internet. Every HTML page has a series of elements that create the content structure of a web page or application. HTML is a beginner-friendly language with plenty of support and is mainly used for static website pages. HTML works best together with CSS for styling and JavaScript for functionality. ) CONCLUSION:

Editor's Notes

  1. For example, CSS can change the font used in certain HTML elements and their size and color. A single CSS file may be linked to multiple pages, allowing a developer to change the appearance of all the pages at the same time.
  2. For example, CSS can change the font used in certain HTML elements and their size and color. A single CSS file may be linked to multiple pages, allowing a developer to change the appearance of all the pages at the same time.
  3. For example, CSS can change the font used in certain HTML elements and their size and color. A single CSS file may be linked to multiple pages, allowing a developer to change the appearance of all the pages at the same time.
  4. For example, CSS can change the font used in certain HTML elements and their size and color. A single CSS file may be linked to multiple pages, allowing a developer to change the appearance of all the pages at the same time.
  5. For example, CSS can change the font used in certain HTML elements and their size and color. A single CSS file may be linked to multiple pages, allowing a developer to change the appearance of all the pages at the same time.
  6. For example, CSS can change the font used in certain HTML elements and their size and color. A single CSS file may be linked to multiple pages, allowing a developer to change the appearance of all the pages at the same time.
  7. For example, CSS can change the font used in certain HTML elements and their size and color. A single CSS file may be linked to multiple pages, allowing a developer to change the appearance of all the pages at the same time.
  8. For example, CSS can change the font used in certain HTML elements and their size and color. A single CSS file may be linked to multiple pages, allowing a developer to change the appearance of all the pages at the same time.
  9. For example, CSS can change the font used in certain HTML elements and their size and color. A single CSS file may be linked to multiple pages, allowing a developer to change the appearance of all the pages at the same time.