This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<title>Core Interaction</title> | |
<link rel="stylesheet" href="assets/css/global.css"> | |
</head> | |
<body> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | |
<title></title> | |
<style type="text/css"> | |
#halfCircleBlack{ | |
height:30px; | |
width:60px; | |
border-radius: 60px 60px 0 0; | |
-moz-border-radius: 60px 60px 0 0; | |
-webkit-border-radius: 60px 60px 0 0; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html> | |
<head> | |
<title> | |
Composition (HTML&CSS) | |
</title> | |
<link rel="stylesheet" href="../styles.css"> | |
</head> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<body style= "background-color:blue;")> | |
<button onclick="myFunction()"> Plenty of Fish in the Sea</button> <br> | |
<button onclick="myFunction()"> Click FISH to FISH</button> | |
<div align= "center"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<DOCTYPE! html> | |
<html> | |
<head> | |
<title>Core Interaction</title> | |
<link rel="stylesheet" href="assets/css/second_comp.css"> | |
</head> | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTPE html> | |
<html> | |
<head> | |
<title> Take Or Leave</title> | |
<link rel="stylesheet" href="assets/css/global.css"> | |
</head> | |
<body> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Waves</title> | |
<meta http-equiv="refresh" content="1; URL=exercise_02_3.html"> | |
<link href="ex2.css" rel="stylesheet" type="text/css"> | |
</head> | |
<body style="font-family:'Helvetica',Arial,sans serif"> | |
<div id="main"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html> | |
<head> | |
<title> Webby Composition 2</title> | |
<link rel="stylesheet" href="global.css"> | |
<body> | |
<div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html> | |
<head> | |
<title>lil fibs</title> | |
<link rel="stylesheet" href="assets/css/global.css"> | |
</head> | |
<body style= "background-color: #272f7c;"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
<html xmlns="http://www.w3.org/1999/xhtml"> | |
<head> | |
<style type="text/css">a {text-decoration: none}</style> | |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | |
<title>Untitled Document</title> | |
</head> | |
<body style ="background-color: #F69;"> |
NewerOlder