Skip to content

Instantly share code, notes, and snippets.

<!-- Follow these steps
First write in the content
1. Make the introductory sentence a top-level
heading with a <h1> tag and closed it with
a </h1>tag.
2. Put the rest of the content in two
paragraphs, or p elements.
3. Link to your twitter (or other
<!-- Write your code below-->
<h1>Hi, I'm awesome.</h1>
<p>
<a href="www.facebook.com/ashley.vernon.79">Follow me</a> on facebook.
</p>
<p>
Send me an <a href="mailto:avernon526@gmail.com">email.</a>
</p>
<!DOCTYPE html>
<html>
<head>
<link ref="stylesheet" type="text/css" src="style.css">
<style id="jsbin-css">
div {
width: 150px;
height: 150px;
border: 2px solid black;
<!-- Fundamental Unit 4: Working with Images -->
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<style id="jsbin-css">
body {
background: #333;
}
<!-->Look it's your boilerplate! Nothing in the head shows up on the output.
So let's move to the body, where you can see things happening!</!-->
<!DOCTYPE html>
<html>
<head>
<title></title>
<style id="jsbin-css">
body {
font-size: 18px;
<!DOCTYPE html>
<html>
<head>
<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,800" rel="stylesheet" type="text/css">
<title></title>
<style id="jsbin-css">
body {
font-size: 18px;
font-family: 'Open Sans', sans-serif;
}
<!DOCTYPE html>
<html>
<head>
<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,800" rel="stylesheet" type="text/css">
<title></title>
<style id="jsbin-css">
body {
font-size: 18px;
font-family: 'Open Sans', sans-serif;
}
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<script id="jsbin-javascript">
@ashleyvernon
ashleyvernon / index.html
Last active August 14, 2016 21:33 — forked from anonymous/index.html
JS Bin // source https://jsbin.com/bijemit
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<script id="jsbin-javascript">