why is my title that is registration form not coming on the screen ? is this not how you write the title?
Your code so far
<!DOCTYPE html>
<html lang="en">
<!-- User Editable Region -->
<head>
<title> Registration Form. </title>
<meta charset="utf-8">
</head>
<!-- User Editable Region -->
<body>
</body>
</html>
Please don’t delete the link to the Step when posting a question. That makes it harder for us to check what’s happening.
Looking here, the title is
shown in a browser’s title bar or a page’s tab
so its not displayed on the webpage itself.
alright, sorry. And i dont understand what the issue is with that code line T-T
The code does not exactly match the text requested. You have an extra space at the beginning and an extra period at the end.
oh got it ! thanks. Also the title doesnt show up the screen? or does it? it doesnt right?
1 Like
No, it doesn’t show up on the screen
It only shows up on the top of the browser window or tab.
Title elements show on your browser when you run this html page in browser.
1 Like