Summary: Building a Web site using CSS, which is a cascading style sheet, allows the user to use the same colors, style and visual applications on each page of the Web site without repeating the code. Create a style sheet that applies to each Web page with advice from an IT engineer in this free video on Web sites.
Ditta Izabella has an IT engineering degree from the Budapest University of Technologies and Economics. She has a variety of computer science skills, including Java, C#, PHP, .Net,...read more
"Hi, my name is Izabella and now I'm going to show you how to build your own website using CSS. CSS is an excellent tool with the help of which you can make your website more dynamic and more creative. For using a CSS file in HTML, at first we have to open the program Macromedia Dreamweaver, and we will have to create two files with file new. At first, we create an HTML file. Create. And in the same way, file new... we open a CSS file. Create. Okay, in the HTML tab, in the body tag, we write there in a p tag the text that we would like that appeared on the site. That would be "Hello World". Okay, and now we have to save this file. We go to "Save As" and lets make it index. Okay, save. Now, I have to push the button F12. And it... yes it will appear in the Internet you see. Hello World. Here's the text. Now, we go to the other tab. We go to a CSS file and we will format the type of the text in this p tag. Let's make the form size. Let it be thirty six pixels. Then let's do some other modifications in formatting. Let's make a text decoration and let's select here, "underline". Okay, now we also have to save this file. We save it to the same folder. Okay, let's make it easier, this time the style and it has to be .CSS. Okay, now save. Then we go back to the HTML and here we have to paste this line so that our HTML file could use this CSS file. Okay, now we have to push the button F12, yes we have to save the changes next. And here... yes, here's our "Hello World" with a modifications appearing in the Internet. As you can see the font size got bigger, 36, and the pixels... and it's underlined."
eHow Article: How to Build a Web Site Using CSS