W3C, HTML and CSS

These World Wide Web standards and protocols do not just appear out of nowhere; there has to be people that are responsible and work on them. The group that maintains the standards is called the World Wide Web Consortium, or W3C , who are a group that works to develop web standards. This group consists of people all other world, like organizations, the W3c staff, and the public. The W3C leads by their principle Web for all and on everything.

What are HTML and CSS?

Behind every website, there is all different kinds of code, each website always has HTML. HTML or Hyper Text Markup Language is the standard language for documents to be displayed on a web browsers. It is responsible for letting the web browser know how to look. With HTML, anyone can make a website. HTML is being used right now to display the text you are reading!

You can write code to display the text like this, using the Headings of HTML:

Hello! My name is Bob.

Not only does HTML work to make the look of the website, it has the help of other mechanisms, like a common one, CSS. Cascading Style Sheets or CSS is mechanism that adds style, like fonts, colors, and spacing, to the HTML documents. It can be used to make a website look more appealing to its users. In order for the websites to be uniform throughout, the creators would add a CSS styling sheet for each page.

Example of CSS:

You can add style="color:Tomato;" to the previous code to display the text like:

Hello! My name is Bob.

HTML code