How to Create and run HTML file in Visual Studio Code | HTML Basic Structure | HTML Course Beginners to Expert

Assalam o Alaikum Friends! Today in this article I am telling you how to create and run html file in visual studio code and also tell you html basic structure and basic tags. Friends Please Subscribe my YouTube channel and press the bell icon for more updates.

Follow me On  |   Instagram  |   Facebook   |   Twitter    |

You can also learn What is HTML

How to Create and run HTML file in Visual Studio Code | HTML Basic Structure

HTML Basic Structure | HTML Basic Tags

So friends first you also know about html basic tags. There are 4 basic tags.

  • <html></html>
  • <head></head>
  • <title></title>
  • <body></body>

Friends these are 4 basic html tags. So lets talk about these tags

<html>

This is a webpage tag that show that is html file and all code put in this tag. <html> --> This is opening tag and </html> --> This is a closing tag.

<head>

This is a head tag there you can insert your webpage name and do seo of your webpage/website. <head> --> This is a opening tag and </head> --> This is a closing tag.

<title>

This is a title tag there you can show your webpage name. For Example <title> Technical Ansari </title>

<body>

This is a body tag there you can insert images, heading, paragraphs, video, audio and more. <body> --> This is a opening tag and </body> --> This is a closing tag. This tag insert after the </head> tag.

Source Code

Friends if you want to download source code for your help then you can click on download button and your source code has been downloaded.





Video 


Post a Comment

0 Comments