#include <iostream>
int main(){
std::cout << „Who or What is Chrissa?“
}
<!Doctype html>
<html>
<head>
<link rell= stylessheet href=„styles.css“>>
</head>
<body>
<h1 class=„centertext“ style= „color: rgb(0, 7, 7)“ >Who or What</h1>
<br>
<p>is Chrissa?</p>
</body>
</html>
.centertext{
text-align = center;
}