Need up to 30 seconds to load.
hey guys what's up it's kevin eleven
here now this is gonna be a pretty short
video but i'm gonna go ahead and show
you guys how to link html to css
using sublime text the first thing that
you want to want to do
is open up google and type in
sublimetext.com
right up here in the search bar and
click the first link right up here
and you're going to be brought to this
window and it's going to show
right here download for windows it also
works on
mac but right now i'm on a windows pc
so i'ma just hit download for windows
next thing that we're going to want to
do is
actually make a brand new folder
and we're going to we're going to name
this one project one
you can name it anything that you want
but i'm just gonna name it project one
and we're gonna first put project one
and we're gonna drag it into file
explorer
right here and it's going to be right
here
and we're going to go back to project 1
[Music]
and drag it into sublime text 3
and it's going to open you up into a
brand new text editor
next we're going to hit file
new it's going to open the tab and we're
going to hit
file save as and we're just going to
save
this one well first we're gonna say
we're gonna go to project one
and we're gonna let's let's name it
index.html
and hit save alright
and it's gonna pop up right here in this
left corner
and we're going to do again is going to
hit file
new another tab we're going to hit
file save as and we're going to name
this
dot css
and we're gonna hit save all right
so next we're gonna do is actually
just start coding now here's
a little shortcut
you're gonna type html and hit tab
and then let's just name this one
again project one or whatever you want
to name it
and then
here's the most important part we're
actually going to link them together
that's a link there's also a short
there's also a shortcut
you're going to type in link and hit tab
and since our file name is style.css
with that name is style.css
and there we go they should be linked
together we're going to hit save
right there all right so now let's go
into the body and actually start
coding so we can see if it actually
worked
let's do a heading
and we're gonna put the heading as
again name the heading ending that you
want
all right and let's just fill it in with
some
words
all right now we're going to go into
style css
and type in h1
and let's just give it a good color
i like red so
red
alright now
we're going to hit save
go into this tab save
and now we're gonna right click
and press open in browser
and there we go
and that is how you link html
to css using sublime text
if you enjoyed this video make sure you
like comment and subscribe
and if you want to see more videos of me
playing on the computer
uh make sure you tune in or you can
shoot to my last video
and watch me epically fail at making a
job at
thanks guys
[Music]