Hi, welcome to this crash course on HTML5 for complete beginners. In this class, you will learn everything you need to know about getting started with web development. The first step in becoming a web developer is learning HTML. The latest version of HTML is HTML5 and I will walk you through everything you need to know to get started with it. HTML is based on tags. You write HTML content inside tags. Tags tell the browser how to display the content on the screen.
HTML is not a programming language because it doesn't have any logic (conditionals or loops). It is a markup language.
You can think of HTML as a skeleton for your website. After writing the markup (skeleton) for your website, you can style your website using CSS to make it look the way you want it to look.
I hope this crash course will help you get started with web development.
For the class project, create 3 pages using all the tags you could possibly use from this class.
Here are the 3 pages you need to create:
- index.html
- about.html
- contact.html
Connect these 3 pages with the anchor tag.
Upload the class project after completing.