Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
CSS and Javascript | Metadata and the Head Element
Introduction to HTML
course content

Contenido del Curso

Introduction to HTML

Introduction to HTML

1. Basics Introduction
2. Basic Elements
3. Metadata and the Head Element
4. Advanced Text Formatting Elements
5. Advanced Concepts

CSS and Javascript

To include CSS in the head element of an HTML document, you can use the <style> tag. Inside this tag, you can write your CSS styles.

html

index

css

index

js

index

To include an external CSS file in an HTML document, you can also use the <link> element.

html

index

css

index

js

index

To include JavaScript in the head element of an HTML document, you can use the <script> tag. Inside this tag, you can write your JavaScript code.

html

index

css

index

js

index

You can also include an external JS file in an HTML document.

html

index

css

index

js

index

¿Todo estuvo claro?

Sección 3. Capítulo 4
We're sorry to hear that something went wrong. What happened?
some-alt