The Beauty CSS gives.

Photo by Jackson So on Unsplash

The Beauty CSS gives.

CSS, the beauty of HTML

# WHAT IS CSS CSS which is Cascading Style Sheets is a style sheet language used for describing the presentation of a document written in a markup language, such as HTML. CSS gives a lot of beauty, description and details to whatever is written or made using HTML, before we continue, what is HTML?

# WHAT IS HTML? Html which is Hypertext Markup Language is a standardized system for tagging text files to achieve font, color, graphic and hyperlink effects on World Wide Web pages. Now, where or what are we getting to?

Html is just like the foundation of a building , or in fact , the whole building itself , but without the colors, decorations and etc. It is basically the backbone of a website/page, but it's not the best sight to behold. Without CSS, HTML looks very bad and unorganized. I made a whole website once and focused on the HTML part first, before getting to the CSS at all, loaded it and if websites were made and left that way, none of us would be checking them out. It was too terrible to see, or as people say it, "eww". I started the CSS properties and all of that and finally, the beauty was all out. If someone else saw the previous state of that website, they'd never even think of giving me a job (not like I have one yet but I'm just saying), because if that site was used by a company or an organization, they'd most likely not get customers, but that is by the way.

an example of an HTML file <html> <body> <p>Hello World</p> </body> </html> Try this without CSS on your laptop and see how terrible it looks, but the moment you add CSS, the beauty of whatever it is you want to create, comes right out.

I don't know how far you have gone but I want to let you know that you're doing great, Keep going!