Site Web simple avec HTML CSS et JavaScript

<html>
	<head>
  		<title> This is a webpage </title>
	</head>

	<body>
    	<p>This is a paragraph</p>
    </body>
</html>
Vannara Thong