HTML Tags
- This tags are used to write to write content in html.
- These Tags are under angle without closing tags such as <Tag Name>
- other tags have thier closing tag with opening tag such as <HTML> its closing tag </HTML>
Here are HTML Basic Tags
here are 6 tags for basic in every HTML
- <!DOCTYPE...>
- <html>
- <head>
- <title>
- <body>
0 Comments