<script>
tags, adds interactivity, making the page come alive.<!DOCTYPE html>
, with a <header>
and <body>
section. In the <body>
, you’ll notice <div>
s and <script>
s are present.Section 1 will introduce HTML and CSS
Explore the basics of front-end design and development.
Use Git Codespaces to create a simple website using HTML.
Learn how to style and make the website responsive using CSS.
Produce a static frontpage for a clinic, that will be responsive.
Section 2 will introduce JavaScript
Learn the basics of JavaScript, test knowledge on a number of small programming problems.
After the introduction,, we’ll add interactivity to websites with simple scripts.