- 5
Where is the use of exclamation point‼️ in html?
Give answer baby....
2 Respostas
+ 5
A <!DOCTYPE ...> is a SGML document type declaration. Its purpose is to tell an SGML parser what DTD it should use to parse the document.
The another used of exclamation symbol is to write comment of example <!-- your comment here -->
Thanks and Happy Coding!
+ 3
As far as I know exclamation mark is used to define the doctype in html and for making comments.Example:
<!DOCTYPE html>
and
<!--some_text-->
Btw , ask question with appropriate manner :
https://www.sololearn.com/post/52212/?ref=app
https://www.sololearn.com/Discuss/1316935/?ref=app