Skip to content

Instantly share code, notes, and snippets.

<!DOCTYPE html>
<html>
<head>
<title>My Website</title>
</head>
<body>
<h1>This is a Heading</h1>
<p>This is a paragraph</p>
<a href="https://www.google.com/">A link to Google</a>
</body>
<!doctype html>
<html>
<head>
<title>Louise's Web Site</title>
</head>
<body>
<h1>Welcome to Louise's web site!</h1>
<p><img src="http://dev.robkovacs.com/louise.jpg"/></p>
<!doctype html>
<html>
<head>
<title>Louise's Web Site</title>
<link href="https://fonts.googleapis.com/css?family=Ubuntu" rel="stylesheet">
</head>
<body>
<h1>Welcome to Louise's web site!</h1>
<!DOCTYPE html>
<html>
<head>
<title>Never Gonna Give!</title>
<link href="https://fonts.googleapis.com/css?family=Permanent+Marker" rel="stylesheet">
</head>
<body>
<h1> We Are Number One! </h1>
<img src = "https://goo.gl/d3COHL">
@LtAstros
LtAstros / index.html
Last active January 27, 2017 00:42
Exported from Popcode. Click to import: https://popcode.org/?gist=5fc44d25eff8c36f28b335c8e5c5893a
<!DOCTYPE html>
<html>
<head>
<title>Classes and IDs</title>
</head>
<body>
<h2 class="WOW">This line should have a green background</h2>
<p class="WOW">This line should also have a green background</p>
<p id="COOL">This line should have "Comic Sans MS" font-family</p>
<hr>
<!DOCTYPE html>
<html>
<head>
<title>Movies and Shows</title>
</head>
<body>
<h1>Best Movies and TV Shows Ever!</h1>
<ul>
<li class="Movie">Finding Dory</li>
<li class="Show">Game of Thrones</li>
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<img src="https://i.ytimg.com/vi/BITAdE2ysB8/hqdefault.jpg" id="sponge">
<img src="http://www.billboard.com/files/styles/article_main_image/public/media/ariana-grande-11-billboard-2014-650x430.jpg" id="Grande">
</body>
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<div id="WOW"> WOW </div>
<div id="MEME"> MEME </div>
<div id="DANK"> DANK </div>
<div id="COOL"> COOL </div>
<!DOCTYPE html>
<html>
<head>
<title>jQuery Practice 1</title>
</head>
<body>
<h1>The jQuery Site</h1>
<div id="info"></div>
<div id="cool"> jQuery is cool I guess</div>
<img id="pic" src="www.fake.com">
<!DOCTYPE html>
<html>
<head>
<title>jQuery Puns</title>
</head>
<body>
<h1>ScriptEd Pun-A-Thon</h1>
<hr>
<div id="joke-1"> What kind of cheese doesn't belong to you?
<button id="1" type="button">Boi</button>