Please note, this is a STATIC archive of website www.tutorialspoint.com from 11 May 2019, cach3.com does not collect or store any user information, there is no "phishing" involved.
Tutorialspoint

Online CSS Editor

<!DOCTYPE html>
<html>
<title>Web Page Design</title>
<head>
	<style>
		h1 {color: red; font-size: 100px; }
	    h2 {background:#ccc; color:#000; border: solid black 1px;font-size:120px;
	    }
	    p  {color: black; font-size:120px; border: solid black 10px;}
	</style>
</head>
<body>
	<h2> Welcome to Fresco Play </h2>
</body

</html>

Advertisements
Loading...

We use cookies to provide and improve our services. By using our site, you consent to our Cookies Policy.