+ 1
What is meaning of / in </html>
question
2 ответов
+ 6
HTML follows the convention of XML where tags come in pair with start and end tag.
In this case, the slash indicate the end of matching tag and likewise,
<h1>Clear as mud? 😉</h1>
+ 1
kk tanks when writing a blog on html can you write it without css or it goes along with it