Difference between revisions of "Team:East Chapel Hill/Siyu-test0"

Line 1: Line 1:
 
<html>
 
<html>
 
<head>
 
<head>
<title>Page Title</title>
+
<style>
 +
p {
 +
    border: 1px solid powderblue;
 +
    margin: 50px;
 +
}
 +
</style>
 
</head>
 
</head>
 
<body>
 
<body>
  
<h1>My First Heading</h1>
+
<h1>This is a heading</h1>
<p>My first paragraph.</p>
+
 
 +
<p>This is a paragraph.</p>
 +
<p>This is a paragraph.</p>
 +
<p>This is a paragraph.</p>
  
 
</body>
 
</body>
 
</html>
 
</html>

Revision as of 06:10, 1 August 2017

This is a heading

This is a paragraph.

This is a paragraph.

This is a paragraph.