Where is the use of exclamation point‼️ in html? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
- 5

Where is the use of exclamation point‼️ in html?

Give answer baby....

17th Apr 2021, 4:00 PM
°Aπ$hu°
°Aπ$hu° - avatar
2 ответов
+ 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!
17th Apr 2021, 4:12 PM
Matias
Matias - avatar
+ 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
17th Apr 2021, 4:16 PM
The future is now thanks to science
The future is now thanks to science - avatar