CodeLab
Show Output
 
 
 
1
<!DOCTYPE html>
2
<html lang="en">
3
<head>
4
<meta charset="utf-8">
5
<title>Page Title</title>
6
<style>
7
h1 {  
8
    color:#505763;  
9
    font-size:26px;  
10
}
11
p {  
12
    color:#333;  
13
    font-size:14px;  
14
}
15
</style>  
16
</head>
17
<body>
18
   <h1>This is a heading</h1>   
19
   <p>This is a paragraph</p>   
20
 </body>
21
</html>                            
 

Share this example with Facebook, Twitter