English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I downloaded the 30 trail of CSS so i can make a layout for myspace, or xanga, but i cant figure out how to-

*put a bunch of small icons into a layout
*get a picture and text
*Make a quote layout
*how to make the layout into an HTML so i can put it on the webpage

2006-11-12 03:54:21 · 3 answers · asked by paige 2 in Computers & Internet Programming & Design

3 answers

really this is how it is...
HTML coding creates the layout..it creates tables, text boxes, texts and every thing..every basic feature in a web page..
and CSS another code that is used to bring style to an HTML page..for example to change the color of text, the border styles of a table and so on..

2006-11-12 04:18:51 · answer #1 · answered by Anonymous · 0 0

CSS or cascading style sheets are simply a set of commands that control the formatting of the page they are applied to. They do not create the html. A basic html page could be created simply by opening a text editor, and typing . Linking it to the css and adding to it are a bit more challenging. For a great overview of css and html, i'd suggest visiting w3schools.com. They've got some great tutorials.

2006-11-12 12:04:08 · answer #2 · answered by Snoopy 5 · 0 0

Hi, CSS is a stylesheet that the webpage follows. Example below is a style for a table.



If you place that code in the webpage, Every table in the webpage will have a dotted blue border and a background color of dark blue. It will not make a table for you, it will only put a style on the table that you will create.

That means you have to create the html layout yourself, add pictures and text.

2006-11-12 12:15:40 · answer #3 · answered by dm-dnd 3 · 0 0

fedest.com, questions and answers