

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
The differences between inline, internal, and external css, providing examples of each. Inline css involves adding styles directly to html elements using the 'style' attribute. Internal css is added to the <head> tag of an html document using the <style> tag. External css is linked to an html document using the <link> tag and is typically stored in a separate .css file.
Typology: Assignments
1 / 2
This page cannot be seen from the preview
Don't miss anything!


What is the difference between inline CSS, internal CSS & external CSS? Give examples of these 3 types in your answer too. Upload your answer to the Dropbox link. Inline CSS In inline Css the the style attribute is written inside the HTML tags. Example:
I am in inline Css
Internal CSS In this type The Style tag is used inside the head tag of HTML Document Example:Document
I am Muhammad ahmad
External Css In External Css we use tag to target any specific CSS sheet
Title
I am MUHAMMAD AHMAD
p{ background-color: blue;