KandZ – Tuts

We like to help…!

HTML – 1 Introduction

Introduction to HTML

Installing vscode

Explaining an HTML file

1. Introduction

  • is a markup language for creating web pages
  • stands for Hyper Text Markup Language
  • has a list of elements

Install VSCode

  • https://code.visualstudio.com/download
  • in description links install vscode

Hello World

  • type html5 to vscode to add the template

Run the html file

  • install live code in vscode
  • run the file
  • or open it with a web browser

Explanation

  • defines an HTML5 document
  • root element of an HTML file
  • contains metada(data about the data)about the HTML file
  • the title of the HTML file(check the browser title bar)
  • contains all the visible elements of the HTML file
  • the largest heading

Leave a Reply