“Ctrl+/”
“F11/ESC”
<!DOCTYPE html>
<html>
<head>
<style>
body
{
color:red
}
</style>
</head>
<body>
<h1>This is a header</h1>
<p>This is a paragraph</p>
</body>
</html>