Edit in JSFiddle

<body>
  <h1>Welcome to my web page!</h1>
  <img src="https://lh3.googleusercontent.com/-3L4O19eKaic/AAAAAAAAAAI/AAAAAAAAR6s/8Fxleq7e0gI/s120-c/photo.jpg" />
  <p>My name is Ryan, and this is my website.</p>
  <h2>About Me</h2>
  <p>I am a sophomore at Harper College studying Computer Science.</p>
  <h2>My favorite websites</h2>
  <ul>
    <li><a href="https://facebook.com">Facebook</a></li>
    <li><a href="https://my.harpercollege.edu">Harper College</a></li>
  </ul>
</body>
p {
    color: #3CE02D;
    font-size: 10px;
}