x
 
<html>
<head>
<style>
body
{
color:green;
}
</style>
</head>
<body>
<h1>Hello world!</h1>
<p>This is some text.</p>
<p><a href="https://www.w3school.org.cn">Visit W3School.org.cn!</a></p>
</body>
</html>