Which syntax is used to insert comments into an XML document?

<!-This is a comment ->

<comment>This is a comment</comment>

<?-This is a comment->

All of the above.