CSS Tutorial for Beginners - 10 - Using an external style sheet

preview_player
Показать описание
In this video we take a look at the external style sheet.
Рекомендации по теме
Комментарии
Автор

THANK YOU!!!
I literally looked 5 or 6 other videos so someone could specify that the "styles file" is to be saved as css and not html.
You have my appreciation sir.

VHSenjoyer
Автор

Awesome! as a beginner the pace of the tutorial is just right for me.

edzm.
Автор

As a programmer, I watch these at 1.5speed and its such a perfect speed for quick learning

zeronecool
Автор

For the first time I've learned about external style sheet that's pretty easy understanding for me. Thanks. :)

khalilurrahman
Автор

These series are amazing!! Thank you so much for the effort you put in making them. I am learning so much. Really unpayable.

anag
Автор

Thanks for making these tutorials. You are really good at explaining things.

mickboven
Автор

Ah! THIS lesson answers one of my biggest questions. Thank you.

Since I've been around since the days of PC-DOS, I get really nervous seeing filenames with their extensions hidden. I think it would be instructive for beginners to see the .css or .html at the end of the filename.

RichardWheeler-SE-BA-PM
Автор

Most helpful channel for learning how to code. Thank you so much.

theonlynoob
Автор

I was getting so frustrated because my css was not working. That is because i sped the vid up and i i didn't pay attention to every detail. Do not speed the video up, you might miss important parts. For me my CSS wasn't working because i added the style tag. Do not add the style tag. Anyways, thank you ej media for creating such a wonderful series. Hope this helps.

adyan
Автор

Finally I found someone teaching without boring. Thanks bro

gopalcse
Автор

I see a lot of people were having issues with connecting the files, after searching trough comments I found the answer at the bottom so to save you some time:
At the top of the CSS file add: /* CSS Document */
And triple check any typos, missing " or > etc.

goodexample
Автор

tonnes of thank you to you sir, this is actually the first time, i m finding myself interested in coding. Great explaination, love to see your work in future.

yashibhardwaj
Автор

I haven't been able to change anything on my webpage as i make changes in the css file.

frodo
Автор

why cant we just use <hr> tag for the bottom border??

PrathameshKarve-velx
Автор

unable to link to css file

css and html, both files are in same folder

this code is in html file

<head>

<title> IDEAL FIRE </title>
<link rel="idealstyle" type="css" href="idealstyle.css">

</head>

and this in css file

body{

color:red;
font-family: verdana;
font-weight:normal;

}

please help

ganeshorha
Автор

For those having a problem with executing the css external code, even though it looks exactly the same. It may be that you are using a shortcut file and the original file may be somewhere else in another folder. ( that was my problem and it took me about an hour to find it:-)) hope it helped.

nagahumanbeingzooofparticl
Автор

finally I learned css and html thank you

hypers
Автор

Like others, I can't seem to get index.html to find stylesheet.css, even though they are both in the same folder. I've triple-checked for typos and can find none, and have also tried the full path. I've also tried replacing href with src, source src, and a href. All to no avail. Help?
<link rel="stylesheet" type="index/css" href="stylesheet.css">

youlleatamuffinandlikeit
Автор

Watching from 2024 ❤️ you're really a blessing to me

kelvinebube
Автор

Sir if we don't have all the files in folder then how to locate the path of external file into href

saiharshithreddy
join shbcf.ru