What is HTML
HTML stands for HyperText Markup Language. It is used for creating a web page structure and is designed with the help of CSS to giving a beautiful user interface, For example, any web pages have content that could be structured within a set of paragraphs, a list of bulleted points, or using images and data tables and more.
HTML is the language in which most websites are written. HTML is used to create pages and make them functional.
Basic Structure of HTML
<!doctype HTML>
<HTML>
<head>
<title>.........</title>
</head>
<body>
.....
.....
</body>
</html>
<HTML>
<head>
<title>.........</title>
</head>
<body>
.....
.....
</body>
</html>
It is never too late to start learning and it would be a shame to miss an opportunity to learn a tutorial or course that can be so useful as Learning HTML especially when it is free! You do not have to register for expensive classes and travel from one part of town to another to take classes. All you need to keep patience and practice more and more.Some Free Resources to Learn HTML
- W3School
- Tutorial Point
- Html.com
- YouTube (CodeWithHarry)
It is enough resources to learn HTML for beginners to advance. You need to do practice and make projects using HTML. It is very easy to learn even a 5th std. Students can also learn this.
HTML Editors
There are lots of text editor available in the market you can use as your interest but I make a most popular text editor (HTML Editor) list you can download it and make your first website.
This is very Brief information about HTML that what is it, How to learn, and where to code. hope you like this article. If you still have any questions or suggestions then you're free to ask in the comment section.
0 Comments