Learn HTML in 10 minutes by following this introductory tutorial.
This tutorial is intended as an introduction to HTML. We will cover the basics of HTML by going over the following:
- What HTML stands for
- The 2 major section in HTML
- Heading tags
- Paragraph tags
- Image tags
- Break tags
- Horizontal line (HR) tags
- We will also cover some basic customizations
The video below has been prepared to provide an introduction to learn HTML in 10 minutes. I hope that you find it useful and have some fun trying out the examples.
This tutorial is intended to give you a very quick introduction to HTML. By the end of this tutorial you should understand HTML and be able to write your own HTML code. You won’t be an expert, but you will have a good basic understanding and then you can decide if you want to progress into more advanced courses.
In order to write HTML you will need a text editor. You can even use the Notepad text editor that comes with Windows. But for this tutorial, will be using Visual Studio Code. You can download it for free here.
Once you have installed Visual Studio Code create a folder labeled HTML Tutorial and within it, create a file called index.html.
We are now ready to get started. This is a great tutorial to view, prior to watching my “Learn PHP in 15 Minutes” tutorial.
Have fun and let me know if you have any comments.
Leave a Reply