Difference between revisions of "Team:Oxford/Description"

Line 1: Line 1:
 
<html>
 
<html>
 
<link href="https://2016.igem.org/Template:Oxford/CSS?action=raw&ctype=text/css" rel="stylesheet">
 
<link href="https://2016.igem.org/Template:Oxford/CSS?action=raw&ctype=text/css" rel="stylesheet">
 +
<style type="text/css">
 +
h2 {
 +
color: red;
 +
}
  
<h2>Our Project</h2>
+
/* ... more CSS here ... */
<p>Here is the beginning of the page about our project.</p>
+
</style>
  
<p>Here is the end of the page about our project.</p>
+
<script type="text/javascript">
 +
var foo = 3;
 +
// ... more Javascript here ...
 +
</script>
  
<script type="text/javascript" src="https://2015.igem.org/Template:YourTeamName/Javascript?
+
<!-- Main content of the page starts here -->
action=raw&ctype=text/javascript"></script>
+
 
</html>
+
<h2>This text will be red</h2>
 +
 
 +
<p>This text will be the normal text color</p>

Revision as of 13:29, 27 June 2016

This text will be red

This text will be the normal text color