<html>
<head>
<style>
h1 {font-size:40px;}
p {font-size:16px;}
span {font-size:25px;}
</style>
</head>
<body>
<h1>This is a heading</h1>
<p>This is a paragraph.</p>
<p>This is a <span>span element inside</span> a paragraph.</p>
</body>
<!-- Mirrored from www.w3schools.com/tags/tryit.asp?filename=tryhtml_big_css by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 27 Jan 2020 02:58:56 GMT -->
</html>