Create a specific element by coding its name surrounded by quotes. For example, code p
in between the "
to create a paragraph.
<body>
<h2>New Messages</h2>
<script src="script.js">
</script>
</body>
const paragraph = document.createElement("p");