embedded 3chead 3e css

Solutions on MaxInterview for embedded 3chead 3e css by the best coders in the world

showing results for - "embedded 3chead 3e css"
Valeria
11 Feb 2017
1<!DOCTYPE html>
2<html>
3   <head>
4      <style media = "all">
5         body {
6            background-color: orange;
7         }
8         h1 {
9            color: yellow;
10            margin-left: 30px;
11         }
12      </style>
13   </head>
14   <body>
15      <h1>This is a heading</h1>
16      <p>This is a paragraph.</p>
17   </body>
18</html>