2 votes

test

<html> <head> <style> body {background-color: powderblue;} h1 {color: blue;} p {color: red;} </style> </head> link test

bold test

<img src="https://i.imgur.com/0Uw6r4q.jpg" onload="loadImage()" width="100" height="132"> <img src="https://i.imgur.com/0Uw6r4q.jpg"> <script> function loadImage() { alert("Image is loaded"); } </script>

paragraph test

heading test

This is a Blue Heading

Firstname Lastname Age
Jill Smith 50
Eve Jackson 94
</html>