Let's take a look at how links work to combine webpages into websites. Click on Take a break! to use the link.

<head> <style> body { background-image: linear-gradient(45deg,#a1c4fd,#c2e9fb); text-align: center; font-family: "Verdana", Sans-serif; } img { margin: 40px; height: 40px; width: 150px; } h1 { margin-top: 30px; } h3 { margin: 20px; font-weight:normal; } p { margin-top: 80px; margin-left: 30px; margin-right: 30px; padding: 20px; background-color: DimGrey; } </style> </head> <body> <h1>Need five?</h1> <a href="https://s3.amazonaws.com/getmimo.com/r/bubu/index.html">Take a break!</a> </body> </html>]]>