How do you combine html and web layouts?

So I know HTML and I know how to make layouts but I don't know how to combine them so I can modify them later for online or give them out for others to use. Also, how do you get your page online? Y'know, after you make it?
 
<link href="style1.css" rel="stylesheet" type="text/css" />

You'll need something along those lines, or you could use style tags like the following:

<p style=" font-size: 2em">Hi World!</p>

-Billy
 
Back
Top