Day 1
Coder Dojo is a global network of free programming clubs for young people.
We are the Camarillo Library branch.
I am currently a sophomore in high school. I have taken several computer science courses and I am passionate about coding. I will be helping you get on your feet with web development!
This is my dad. He works as an IT Manager, and deals with web development and cloud computing. He'll help those who have done this class before.
We will build up our personal website.
In the final class, we will publish our site to the real internet for anyone to see!
HTML (HyperText Markup Language) is the standard markup language for creating web pages.
Basically, we use it to structure our content.
Let's see the code in action!
Can you recall the parts of the Hello World web page?
Each HTML tag has an opening tag and a closing tag.
The opening tag is written like this: <tagname>
The closing tag is written like this: </tagname>
So how do I make a tag?
There are 6 different headings:
What are the other 3?
The paragraph tag is used to define a paragraph.
There are 2 kinds of lists: