<!DOCTYPE html>

<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
<p>
With Chrome profiles you can separate all
your Chrome stuff. Create profiles for friends and family, or split between work and fun.
</p>
<pre>
With Chrome profiles you can separate all
your Chrome stuff. Create profiles for friends and family, or split between work and fun.
</pre>
<form action="" method="post">

<input type="email" name="email"><br>
<input type="password" name="password">
<input type="submit" value="Login">
<input type="reset" value="Clear">

</form>
<input type="button" value="Submit">
<button>Submit</button>
<details>
<summary><b>Computer</b></summary>
<p>
With Chrome profiles you can separate all
your Chrome stuff. Create profiles for friends and family, or split between work and fun.
</p>
</details>
</body>
</html>

Comments