What do you think this code displays on a website?
- A button with the text
I'm Ready to Code - A button with the text
Log in - A video
- An image
<html>
<head>
<style>
body { padding: 8px; }
</style>
</head>
<body>
<button>I'm Ready to Code</button>
</body>
</html>]]>A button with the text I'm Ready to Code.