Inscrivez-vous ou connectez-vous pour rejoindre votre communauté professionnelle.
no some tags in html + html5 no need to close with end tags it's closed by self like: </br> , </hr>, <!DOCTYPE html>, and some tags closed with ( / ) like: <link href="css/new_ar.css" rel="stylesheet" /> , <meta http-equiv="X-UA-Compatible" content="IE=10" />.
i hope my answer helpful.
thanks.
you can vist my page here: http://www.alywebdesigner.hoxty.com/index.html
thank you for invitation
most of them but not all of them are ending with closing tag.
No, they are some tag which don't have end tag <br> <input>
No all the elements in HTML do not require a end tag. For instance void elements and single ton tags do not require a end tag to be valid.
example:
<area>, <base>, <br>, <command>
no, there are some tage in html such as <br> hs no close tag
No All HTML tags Have a end tag but some tags you can use without end tag one of them is <b>
NO there are many tags which you can close only by putting/ at the end of opening tag
No. Some tags in HTML doesnt require a closing tag however it is a good practice to have the closing tags so that the html page is compatible with future W3C standards regulations.
most of html tags have ended tag,
for exmple this html tag not have end tag <meta charset="utf-8" /> but <body> have end tag </body>
No, There are some tags in Html that you don't want to close.
all tags are closed using this symbol > ... but not necessary and end tag .. when you use an input for example : <input type="text" > or <input type="text" />