Posts

Showing posts from March, 2023

Introduction to HTML

Image
 
 HTML-Hyper Text Markup Language

HTML

<html> <head> </head> <body> <h1>hiiiii</h1> </body> </html>