You have participated in 20+ different topics, keep it up!
Community newbie
Belongs to the community for at least two years
Forum member
Belongs to the community of FMCodes
Posts : 37 Points : 21045
From what I read, HTML is used as the base & CSS adds the content. Is CSS needed at all? Is there an alternative that would be better? Are the two easy to learn when you put them together?
You belong to this community since its ancient time
Active Contributor
The user has wrote more than 100 posts and comments
Passioned user
You have participated in 50+ different topics, a true fan!
Team contributor
You have been part of the community team
Forumotion expert
This user is an expert with Forumotion free forum hosting
10th Anniversary (Grand Re-open)
Thanks for being part of our grand re-opening
Friendly user
You have added many community members as friends!
Beta Tester
You have been part of the Beta-Testing team
Merry Christmas 2022
Thanks for having been with us during Christmas season!
Forum Writer
You have opened more than 20 topics on the forum
Members Guru
You have received more than 50 likes on your posts. Our members really what you have to say!
Post lover
You have liked more than 50 posts!
Forum Partner
This member is founder of a community affiliated with FMCodes!
Posts : 595 Points : 99312
HTML is, so to speak, the mother/father of the structure of a web page, since many of the sites you see everywhere are created based on this.
CSS is like the child, because thanks to it the colors, element arrangements, images, etc. are generated.
Hey Guest, Welcome to FMCodes. Don't forget to read the General Rules • Want to improve your forum? Take a look of the Coding Community section. • Need any new design, promote your forum or any related? You can use our Forum Services
Helping those who need it is not only part of duty, but of happiness.
You belong to this community since its ancient time
Active Contributor
The user has wrote more than 100 posts and comments
Passioned user
You have participated in 50+ different topics, a true fan!
Post lover
You have liked more than 50 posts!
Beta Tester
You have been part of the Beta-Testing team
Forumotion expert
This user is an expert with Forumotion free forum hosting
10th Anniversary (Grand Re-open)
Thanks for being part of our grand re-opening
Merry Christmas 2022
Thanks for having been with us during Christmas season!
Forum Writer
You have opened more than 20 topics on the forum
The Life of the Party
You have made more than 20 members in our community, wow!
Members Guru
You have received more than 50 likes on your posts. Our members really what you have to say!
Posts : 3614 Points : 129487
Let's say that without CSS you can't do anything usable, it would be the same as writing on Microsoft Word without any back to line or any space - impossible to be used
The user has wrote more than 100 posts and comments
Passioned user
You have participated in 50+ different topics, a true fan!
Post lover
You have liked more than 50 posts!
Forum Writer
You have opened more than 20 topics on the forum
Members Guru
You have received more than 50 likes on your posts. Our members really what you have to say!
Community newbie
Belongs to the community for at least two years
Posts : 159 Points : 24492
On a basic website, all the content is supplied by the HTML. All instances of text, images etc. are HTML objects. But they look quite dull without CSS, and everything that has to do with colors, positioning, borders, padding, rounded corners etc. are the result of the CSS "manipulating" the HTML to look a certain way.
Here's an example: this thread without CSS. Doesn't look very good, but all the information is there.
The user has wrote more than 100 posts and comments
Post lover
You have liked more than 50 posts!
Merry Christmas 2022
Thanks for having been with us during Christmas season!
Passioned user
You have participated in 50+ different topics, a true fan!
Forum Writer
You have opened more than 20 topics on the forum
Members Guru
You have received more than 50 likes on your posts. Our members really what you have to say!
Posts : 556 Points : 22180
I know this is an old topic but still, for future reference I would say: HTML is the basic look with no look. It's like building a house. You make it functional but it looks like crap. Next step is to make house beautiful, and that's what CSS does.
YoshiGM wrote:HTML is, so to speak, the mother/father of the structure of a web page, since many of the sites you see everywhere are created based on this.
CSS is like the child, because thanks to it the colors, element arrangements, images, etc. are generated.
I like this explanation. Even a small kid can be able to learn and understand the difference between HTML and CSS by reading this response. I like it.