Learning how efficient CSS can be!

I am a first-year coder and learning the differences between HTML, CSS, Javascript, and C#. I am finally understanding how these different languages are applied and the similarities / differences between the syntax. CSS will save a lot of time within the Web Lab by stylizing the HTML code through the tag references. I am finally beginning to see the light!

3 Likes

I wasn’t sure what CSS was or why we need it. It’s a style sheet that describes how HTML elements are to be displayed on screen, like size of headers, paragraphs, bold and underlining, and more. It can control the layout of multiple web pages all at once, especially if you are not using a cut and paste type of editor.