<!DOCTYPE html>

<html>

<head>

<meta charset="UTF-8">

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>website</title>

<style>

html{

background-color: black;

}

</style>

</head>

<body>

<p style="color: #8F00FF; "> website </p>

<p style="color: #8F00FF;"> a group of connected pages on the internet containing information on a particular subject</p>

<p style="color: #8F00FF;"> a location on the world wide web </p>

</body>

</html>