I've ever edit a blog template and the code they is CSS, but what about HTML? I find many course sites discuss and teach HTML and CSS seperately, are these two any different? or CSS is just a kind of HTML?
Printable View
I've ever edit a blog template and the code they is CSS, but what about HTML? I find many course sites discuss and teach HTML and CSS seperately, are these two any different? or CSS is just a kind of HTML?
Cascading Style Sheets (CSS) is a file (or a part of a html file) where you can make definitions how the design of your website should look like.Quote:
Originally Posted by duskiss
You can set up font size, height, color, position elements, boxes, and many more. the good thing is you can use one css file for your hole website. so you have one file where all the design definitions are located.
HTML is used to display data on your front page.
while CSS is used to determine which style to use and how to display the data on your front page.
yes CSS also created with HTML but purpose is different it related with all style and looks thing of a web site.Quote:
Originally Posted by archy22
I use CSS code to design the template, it's a frame; and I use HTML to fill in the frame with contents like articles and photos? Is that right assumption?Quote:
Originally Posted by archy22