Skip to content

Instantly share code, notes, and snippets.

@zempo
Created December 9, 2018 07:05
Show Gist options
  • Save zempo/4d631ca3e2e9b9942b02dab277650465 to your computer and use it in GitHub Desktop.
Save zempo/4d631ca3e2e9b9942b02dab277650465 to your computer and use it in GitHub Desktop.
Link here, link there drill-2 created by zempo1 - https://repl.it/@zempo1/Link-here-link-there-drill-2
main {
padding: 60px;
}
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Link here, link there drill</title>
<link href="index.css" rel="stylesheet" type="text/css" />
</head>
<body>
<main>
<h2>1. Open this Link THERE!</h2>
<p>Click here to go to <a href="https://www.stackoverflow.com" target="_blank">Stack Overflow</a></p>
<!--
<p>Replace the text in this paragraph with a link to Stack Overflow (https://www.stackoverflow.com) <em>that opens in a new tab</em>.</p>-->
<h2>2. Click a link to send email!</h2>
<p>Click here to send me a <a href="mailto:zelenkosolomon@gmail.com?subject=Link%20Here%2C%20Link%20There">personal email</a> </p>
<!--<p>Replace the text in this paragraph with a link that, when clicked, opens the user's email client with an email to your personal address, with the subject line "Link Here, Link There".</p>-->
</main>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment