HTML is a hypertext markup language. It is the most important building block of any website on the internet. HTML is used to describe the content of the website. In this class, I will teach you everything you need to know about HTML and HTML5 (the newest version). I try to go directly to the point and teach by example.
Who is this course for?
- Beginners who want to learn web development
- Beginners who want to learn HTML5
- Anyone who wants to start creating websites
- Anyone who knows HTML basics, but wants to learn more
- What will you learn?
What is a website
- How to create a website
- Valid HTML structured document
- HTML Basic Tags
- HTML5 Tags
Your project is to create a simple valid HTML5 document describing a blog page.
Create a navigation bar using HTML5 elements, create the main section consisting of blog posts.
Every blog post should have image, heading, and date when it was released.
The page also should have a footer with a simple bio (info about the blog) and links(social page, navigation).
I am looking forward to seeing your projects!