Do It Yourself – Tutorials – HTML Tutorial – Part 1

by | Nov 5, 2020 | 0 comments

Do It Yourself – Tutorials – HTML Tutorial – Part 1

by | Nov 5, 2020 | Do It Yourself - Build Your Own Website | 0 comments

Do It Yourself – Website Tutorials



HTML Tutorial Introduction
 HTML stand for Hyper Text Mark-up Language.
 HTML is used to build websites.
 Why should I learn HTML?
1. If you want to design your own website than you must learn HTML.
2. If you want to become a web developer than you must need to learn HTML.
3. If you want to learn any web-based technologies like JAVA, .Net, PHP than you must learn HTML, because HTML is the basic for all web technologies.
4. You must know HTML, if you want to learn Java Script, CSS, Angular or any other client-side scripting.
5. You must know HTML if you want to develop web-based games and mobile game development.
6. You must know HTML, if you want to develop mobile apps using HTML, Java Script.
 What are the prerequisites to learn HTML?
1. There are no prerequisites to learn HTML, HTML is the basic for all web technologies.
2. Just you need to have a PC and notepad editor (basic notepad is enough).
 Now we will understand, How HTML is working using a real-world example. Then it will be easy to understand.
1. Suppose you are a civil engineer, and your friend wants to construct a house. And so, he came to you and asked for a House Plan. You gave him the below house plan.

2. Then your friend will go to a House Builder, who can understand this plan, and construct the house based on this plan.

3. Now the House Builder will construct the house as per the House plan provided by you.

In the same way, suppose your friend wants a WEBSITE, and suppose now you are a website designer. Now just like house plan you will create HTML tags in a file. And then just like house builder, browser interpreter will understand your HTML tags and the browser interpreter will design the final website.
House Plan HTML Tags
House Builder Browser Interpreter
Final House Final Website

Now you have got some basic idea on how HTML is working. In next part we will see the basic HTML document structure and HTML tags.

source