0
example of tags pls
i need a example of tags i am just a begginner pls help me
2 Réponses
0
I am not sure if this helps you out.
<p>hello world i need a example of tags i am just a begginner pls help me </p>
this an example of tags I think.
0
tags usually have angle brackets around them. forexample <p> is paragraph tag. so tags are two types; opening tags and closing tags. <p> is opening tag and </p> is closing tags.
examples of tags are mentioned below:
<html> </html>
<head> </head>
<body> </body>
<p> </p>
hope it helps.