Edit in JSFiddle

<body>
  <h1>Welcome to my web page!</h1>
  <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>
  <p>
    <a href="https://facebook.com">Facebook</a>
    <br />
    <a href="https://my.harpercollege.edu">Harper College</a>
  </p>
</body>