Contenido del Curso
Introduction to HTML
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.
index
index
index
To include an external CSS file in an HTML document, you can also use the <link>
element.
index
index
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.
index
index
index
You can also include an external JS file in an HTML document.
index
index
index
¡Gracias por tus comentarios!