UNIQUE FRIENDS SCHOOLSHTML means HyperText Markup Language.
It is the language used to create and design web pages on the internet.
HTML Tags
HTML uses special codes called tags to create web pages.
Examples of HTML Tags:
<html>
<head>
<title>
<body>
Tags are written inside angle brackets (< >).
HTML Syntax
Syntax means the rules used to write HTML code correctly.
Rules include:
Tags are written inside angle brackets.
Most tags have opening and closing tags.
The closing tag has a forward slash (/).