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

Course Content

Introduction to HTML

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

Everything was clear?

Section 3. Chapter 4
We're sorry to hear that something went wrong. What happened?
some-alt