CSS and HTML-what's the difference?
#1
Posted 18 July 2012 - 09:06 AM
Can someone tell me how they are different and what can you do with the one that you can't do with the other? And if you are going to make a website, which one of these are you supposed to use?
- tachetasara, datwooddiscount, lalelemu and 1 other like this
#3
Posted 19 July 2012 - 03:17 PM
I have been wondering what the difference between CSS and HTML? What are they? I had imagined they are two different coding languages to make websites with, but I don't really know. Why would there be two unless one couldn't achieve different things than the other?
Can someone tell me how they are different and what can you do with the one that you can't do with the other? And if you are going to make a website, which one of these are you supposed to use?
To answer your last question first: Both.
CSS stands for Cascading Style Sheets and it is used primarily for formatting text (their styles, colors, fonts, etc.) in web pages. CSS can be included in an HTML file or a file by itself (which can be shared by multiple HTML files.)
HTML stands for HyperText Markup Language and it is a markup language used for making webpages, primarily for the World Wide Web.
Edited by LukePettett, 19 July 2012 - 03:22 PM.
- sharie, tachetasara, datwooddiscount and 2 others like this
#5
Posted 19 July 2012 - 05:43 PM
- sharie, tachetasara, datwooddiscount and 2 others like this
#6
Posted 19 July 2012 - 08:02 PM
2.- You can NOT do anything with an CSS file without having an HTML wich to apply it to.
3.- You can create AMAZINGLY looking and functional web pages by using both HTML + CSS files.
Here an interesting quote about CSS and HTML.
“Pretend you’re writing your code to be displayed without any CSS. While this may be a foreign concept for some of you, it’s an excellent way to minimize the amount of markup you write and structure it as semantically as possible. I even like to preview my markup in the browser to see how it looks without CSS. Ask yourself , “Can I read and navigate this page as it looks now, with no CSS?” If you answer no, you’ve got some work to do tidying things up. It may not look pretty, but it needs to make sense.”
— Grid-Based Web Design, Simplified
source
Edited by jjyepez, 24 July 2012 - 12:27 PM.
- tachetasara, datwooddiscount, lalelemu and 1 other like this
#9
Posted 06 August 2012 - 07:59 AM
- tachetasara, datwooddiscount, lalelemu and 1 other like this
#13
Posted 05 August 2015 - 05:35 AM
HTML and CSS are very different. You need to use both to create a website.
HTML has the building blocks for creating a website. You assemble each one until you have all the information you like.
CSS is the style, you make everything look nice and it adds depth and color to the page. Literally.
Try turning off the CSS style for this webpage if you can, I guarantee you'll see a difference.
- tachetasara, datwooddiscount, lalelemu and 1 other like this
#14
Posted 17 March 2017 - 03:48 PM
Hello
Quite simply, HTML (Hypertext Markup Language) is used to create the actual content of the page, such as written text, and CSS (Cascade Styling Sheets) is responsible for the design or style of the website, including the layout, visual effects and background color.
Thank you to given me the member of this forums.
TOP 5 INTERACTIVE SOCIAL MEDIA MARKETING TOOLS
- lalelemu likes this
#15
Posted 19 June 2017 - 07:17 AM
HTML is Hypertext Markup Language which is used to make static as well as dynamic webpages, blogs or websites whereas, CSS is Cascading Style Sheet used to make visually attractive and better webpages.
#16
Posted 15 July 2017 - 11:03 AM
This web design and development blog is greate https://webappexperts.wordpress.com. Read articles about web designing and website development.
#17
Posted 19 October 2018 - 11:31 AM
Hi, CSS is a cascading style sheet and HTML is a Hypertext markup language both are used for front hand website development but CSS is used for Styling, designing and coloring but HTML used to make you text hyperlink and jump for some other place but both are important languages for any website development person
#18
Posted 02 April 2021 - 12:23 AM
HTML (the Hypertext Markup Language) and CSS (Cascading Style Sheets) are two of the core technologies for building Web pages. HTML provides the structure of the page, CSS the (visual and aural) layout, for a variety of devices.
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users