Introduction to Html || Learn Html 2022 || Html starter template

 Introduction to Html 2022

HTML stands for Hyper Text Mark-up Language. HTML is the code which is used to structure the website pages and for styling a website CSS3 is used. HTML is considered as non programming language by web-developers. HTML is 29 years old computer Language It is first release in 1993.

Table of Contents

  • HTML Starter Template
  • Learn HTML in 2022
HTML Starter Template

To start working on project (making website) you must need to starting with good foundation. So HTML Starter Template is Basic code which is necessary for HTML before writing code.

HTML Starter Template is also called boilerplate. Following are the HTML Starter Template.


<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>

<h1>This is a Heading</h1>
<p>This is a paragraph.</p>

</body>
</html>

Introduction to Html || Learn Html 2022 || Html starter template


How Many Days HTML takes to Learn

It's Depend on person learning the HTML. Normally HTML will take six (6) days means that less then one week to learn by covering most important Topics. 

HTML Most Important Topics 

The most important Topics are:

  • HTML Elements
  • HTML tables
  • HTML classes and Id
  • HTML Images 
  • HTML links
  • HTML Lists
  • HTML forms
  • HTML audio tag
  • HTML video tag
  • HTML favicons
  • HTML comments
The above are the most important topics of HTML 

Learn HTML 2022

As I told in above paragraph that learning HTML will take less than a week. So here Question rises where to learn HTML.

Best channels on YouTube to learn HTML (in English)

  • Free code camp
  • Dev Tips
Best Channels to learn HTML (in Hindi / Urdu)

  • Code with harry
  • Apna College
Best Channels to learn HTML (in Arabic)

  • El-zero Web Tools
Best Websites to learn HTML:
  • Free code camp .com
  • W3School .com
Thanks for Reading




Post a Comment

Previous Post Next Post