W3Schools Online Web Tutorials

HTML Example: HTML Tutorial <h1>This is a heading</h1> <p>This is a paragraph.</p> </body> </html> Try it Yourself » CSS Example: body {   background-color: lightblue;} h1 {   color: white;   text-align: center;} p {   font-family: verdana;   font-size: 20px;} Try it Yourself » CSS Example: body {   […]