Tags |
Description |
<!DOCTYPE html> |
Defines the document type. DOCTYPE html
means this document type is HTML |
<html> </html> |
Defines an HTML document. It's contain
all tags used on HTML. |
<head> </head> |
Contains metadata / information for the html document. |
<title> </title> |
Defines a title for the html document. |
<body> </body> |
Defines the document's body. |
<h1> </h1> |
Defines HTML headings. |
<p> </p> |
Defines a paragraph. |
Khalid’s Letter is a blog based on personal perception. The content you find here will help you to expand your own knowledge of different perspective, improve your thinking skills, and inspire your creativity to get your work done into the world. This isn’t just about blog; it’s the concept that will keep you top in every place!
Tuesday, July 26, 2022
Basic structure of web page
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment