HTML
HTML Introduction - What is HTML and Why is for HTML
Hello, welcome to our HTML series. We'll start our HTML learning journey from this tutorial. And we'll be very straightforward and do exercises and examples to the point so that it would not cost you valuable time and you would be able to learn real things in a very quick time.
What is HTML:
HTML means - HyperText Markup Language. It is the markup language for web page design and development. HTML is used to build web pages. It's built in 1993 - almost 28 years ago.
Is HTML a programming language:
No, HTML is not a programming language like C, C++, Java, PHP. It's a markup language, which is only responsible for markup/build the web interfaces. It can not able to make also any dynamic things.
What can be built with HTML:
- Any type of website which needs the markup can be done by HTML.
- Any Web application layout can be made by HTML
- Any Website's wireframing can be done using HTML
What is an HTML file:
HTML file is a file like others. It's extension is - .html
or .htm
. So, just create a file with .html extension. Create a file called - test.html
Where this HTML will run:
HTML file runs on web browser. You can use any of the web browser to run your HTML file. Popular Web browser could be -
- Chrome - Download Link
- Firefox - Download Link
- Safari - Download Link
- Edge - Download Link
- Internet Explorer (Outdated) - Download Link
- Opera - Download Link and so on.
Right click on the file (test.html
) and Choose - Open with Google Chrome. HTML file will be then opened with Google Chrome then.
Where We can write Code in HTML:
We can write HTML code in Code Editor. There are several code editor available in online. Possible HTML code editors are -
- Notepad (Default in Windows)
- Notepad++ - Download Link
- Sublime Text Editor (Recommended) - Download Link
- Atom - Download Link
- Visual Studio Code (Recommended) - Download Link
- Vim
- Text Mate
- and many more
To Edit any HTML file, Right Click on the file and Choose - Open with Visual Studio Code (As I'm assuming, you've installed visual studio code).
test.html
file will be then opened in Visual Studio Code.
Write Something in our test.html file:
We'll cover up the details later. Now, we're just giving you the idea - How an HTML file looks like.
<html>
<head>
<title>Hello World</title>
</head>
<body>
<h1>Welcome ! </h1>
<p>Hello World, We've come here to learn HTML</p>
</body>
</html>
It'll just looks like this when we run this in the browser -
HTML Introduction Summarize:
So, summarize the story - In this part,
- we've learned about HTML
- Learned about it's use cases. We have created our first file test.html
- We've learned where to run HTML file
- We've learned where to write HTML Codes
Start Your React First React JS Career with DevsEnv
Variable and Data Types with Practical Examples C Programming
Popular Tutorials
Categories
-
Artificial Intelligence (AI)
11
-
Bash Scripting
1
-
Bootstrap CSS
0
-
C Programming
14
-
C#
0
-
ChatGPT
1
-
Code Editor
2
-
Computer Engineering
3
-
CSS
28
-
Data Structure and Algorithm
18
-
Design Pattern in PHP
2
-
Design Patterns - Clean Code
1
-
E-Book
1
-
Git Commands
1
-
HTML
19
-
Interview Prepration
2
-
Java Programming
0
-
JavaScript
12
-
Laravel PHP Framework
37
-
Mysql
1
-
Node JS
1
-
Online Business
0
-
PHP
28
-
Programming
8
-
Python
12
-
React Js
19
-
React Native
1
-
Redux
2
-
Rust Programming
15
-
SEO - Search Engine Optimization
1
-
Tailwind CSS
1
-
Typescript
10
-
Uncategorized
0
-
Vue JS
1
-
Windows Operating system
1
-
Woocommerce
1
-
WordPress Development
2
Tags
- Artificial Intelligence (AI)
- Bash Scripting
- Business
- C
- C Programming
- C-sharp programming
- C++
- Code Editor
- Computer Engineering
- CSS
- Data Structure and Algorithm
- Database
- Design pattern
- Express JS
- git
- Git Commands
- github
- HTML
- Java
- JavaScript
- Laravel
- Mathematics
- MongoDB
- Mysql
- Node JS
- PHP
- Programming
- Python
- React Js
- Redux
- Rust Programming Language
- SEO
- TypeScript
- Vue JS
- Windows terminal
- Woocommerce
- WordPress
- WordPress Plugin Development