Tribute page preview option is not working it is not showing the content i write in html or css page

I write the whole code but still not shows and also not even the test button is working

i write this code and nothing is displayed in the preview option.

<!DOCTYPE html>

<html lang="en">

<head>

<meta charset="UTF-8">

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

<title id="title"><Dr. Norman Borlaug/title>

</head>

<body>

<h1>hi buddy</h1>

<p>hello</p>

</body>

</html>

I’ve edited your code for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (').

Your closing title tag is malformed. Try fixing it and see if you can now see the preview result.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.