Skip to content

Instantly share code, notes, and snippets.

View RCTumolac's full-sized avatar

Richard Cole Tumolac RCTumolac

View GitHub Profile
<!DOCTYPE html>
<html>
<head>
<title>This is a Title</title>
</head>
<body>
<h1><strong> STOCK IMAGES </strong></h1>
<img src="http://www.apimages.com/Images/Ap_Creative_Stock_Header.jpg"/>
<h4> "I like to sit in a computer chair in the grass" </h4>
<!DOCTYPE html>
<html>
<head>
<title>This is a Title</title>
</head>
<body>
<h1><strong> ST0CK IMAGES </strong></h1>
<img src="http://www.apimages.com/Images/Ap_Creative_Stock_Header.jpg"/>
<h4> "I like to sit in a computer chair in the grass" </h4>
<!DOCTYPE html>
<html>
<head>
<title>CSS Practice</title>
</head>
<body>
<h1>Richard Cole Tumolac >_ </h1>
<h1> Initialize... </h1>
<ol>
<li> LOL I DON'T LISTEN TO MUSIC HUHHHH </li>
<!DOCTYPE html>
<html>
<head>
<title>JERARDO</title>
</head>
<body>
<h1> JERARDO </h1>
<img id = "google" src = "https://media.giphy.com/media/5fKiwLiBvFRxC/giphy.gif" />
<img src= "http://cdn.supercell.com/supercell.com/160322111850/supercell.com/files/clashroyale_logo.png" />
<!DOCTYPE html>
<html>
<head>
<title>JERARDO</title>
</head>
<body>
<h1> JERARDO </h1>
<img id = "google" src = "https://media.giphy.com/media/5fKiwLiBvFRxC/giphy.gif" />
<img src= "http://cdn.supercell.com/supercell.com/160322111850/supercell.com/files/clashroyale_logo.png" />
<!DOCTYPE html>
<html>
<head>
<title>No Name</title>
</head>
<body>
<h2 class = "A">This line should have a green background</h2>
<p class = "A">This line should also have a green background</p>
<p id = "a">This line should have "Comic Sans MS" font-family</p>
<hr>
<!DOCTYPE html>
<html>
<head>
<title>No Name</title>
</head>
<body>
<h2 class = "A">This line should have a green background</h2>
<p class = "A">This line should also have a green background</p>
<p id = "a">This line should have "Comic Sans MS" font-family</p>
<hr>
<!DOCTYPE html>
<html>
<head>
<title>Pictures</title>
<div class = "A" > Hello</div>
<div class = "B"> this is </div>
<div class = "A" > a</div>
<div class = "B"> test! </div>
<!DOCTYPE html>
<html>
<head>
<title>Rubiks Cube</title>
</head>
<body>
<div class = "a" id = "e"> </div>
<div class = "a" id = "b"> </div>
<div class = "a" id = "c"> </div>
<br>
<!DOCTYPE html>
<html>
<head>
<title>Do Now 4.1.0</title>
</head>
<body>
<div id="left">This text should be on the left of the page </div>
<div id="center">This text should be in the center of the page </div>
<div id="right"><img src="http://worldartsme.com/images/road-right-clipart-1.jpg"> </div>
</body>