Skip to the content.

Basics of HTML, CSS & JS

HTML:

Elements in HTML

They are used to structure the page and also to provide semantic information. Some examples on HTML elements:

Semantics in HTML:

There are a lot of semantics in HTML, such as:

CSS:

What is CSS?

CSS refers to Cascading Style Sheets, it is a web development language that allows you to customize and get a better looking to an HTML web page. CSS can be used to change the color or the size of the font in a web page, we can controle the places of the paragraphs or visual documents and where to view it on the web page. It also can add effects and animations.

CSS

How To Add CSS?

The browser will format the HTML document depending on the info that it reads in the style sheet.

There are different ways to insert a style sheet:

JavaScript:

In JavaScript the code is generally excuted from the first to the last line orderly, but in some cases there are loopes and conditions that controles how the the computer sees the code and which lines it sees first.

JavaScript operators: