Skip to content

Instantly share code, notes, and snippets.

View myztajay's full-sized avatar

Rafael Fernandez myztajay

View GitHub Profile
<!-- Fundamental Unit 4: Working with Images -->
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<!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;
<!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;
<!-- Write your code below-->
<h1>Hi, I'm awesome</h1>
<p>
<a href="http://twitter.com/GA">Follow me</a> on twitter.</p>
<p>
Send me an <a href="malito:rafael.jeremy.fernandez@gmail.com">email</a></p>
<script id="jsbin-source-html" type="text/html">
@myztajay
myztajay / index.html
Created November 7, 2016 21:10 — forked from anonymous/index.html
JS Bin // source https://jsbin.com/zozeca
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<h1>Hey There!</h1>
<p>This is our interactive code editor</p>