block element

Html code posted by Sydney
created at 15 Apr 06:17

Edit | Back
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html lang="en-US">
 <meta charset="utf-8"></meta>
<head>
 <link rel="stylesheet" href="styleguide.css">
  <title>
   Block elements
  </title>
</head>
 <body>
  <div style="background-color:purple;color:white;text-align:center;padding:25px">
   <h1>Block Elements</h1>
   <p> One <span style="color:red"> is wrong!</span></p>
  </div>
 </body>
</html>
383 Bytes in 2 ms with coderay