CSS Hello World
Created by Codedamn about a year ago
No description provided
13 Comments
awesome content
my html file is not linking with CSS file i am not able to get my mistake. pls help me
@ashmitiExpert7 link the html with css at head part with <Link rel="stylesheet" href="/style.css">
Formal names of 3 types:
"Inline" - by using the style attribute inside HTML elements.
"Internal" - by using a <style> element in the <head> section.
"External" - by using a <link> element to link to an external CSS file
(Source: W3Schools)
What does href attribute indicate please?
did the teacher say maria?
This content was deleted by the author
Exercises?
I need exercises for pratice.
takeaways : inline styling con is very tedious then we studied abt internal styling where we use style tag and then use selectors which html tags only , con is not suitable if we have huge no of html pages for project then we moved on to study external style sheet : where we link external style sheet to the html page which is quite effective .