HTML – Tech WiBi

HTML Tags List and Their Usage

👉 All HTML Tags List:👇 👉 Tag Name and Description: <!– …. –> — Used for writing comments in HTML. <!DOCTYPE> — Defines the document type and informs the browser about the type of document. <html>…</html> — Defines an HTML document. <head>…</head> — Defines the head section of an HTML document. <title>…</title> — Specifies the … Read more