AN ARTICLE ON THE SUMMARY OF HTML TUTORIAL BY DAVE GRAY
HTML is an abbreviation meaning Hyper Text Markup Language. It is the link that connect web pages together. It uses "markup" to annotate text, images and other contents for display in a web browser.
HTML markup include special elements as ;<head>, <title>, <body> etcetera.
ITEMS REQUIRED TO CREATE HTML DOCUMENT
1. Web browser for example Google chrome
2. code editor for example video studeo code
3. Internet
Every task in html starts with the html opening and closing tags for example<html></html>
This is followed by the head opening and closing tags. for example<head></head>
this is then followed by the body opening and closing tags. for example<body></body>[](https://)