0
The title part of my html isn't working
i write down <title> my first page </title> between heads but it outputs as normal text not working as title
8 Antworten
+ 3
well i've figured out the problem. I feel like a dumb now. I've forgot to save folder after add a title. thanks for your interest and effort
+ 1
Are the <title> <\title> tags inside the <head> <\head> tags?
+ 1
Is there any CSS acting on the title tag?
+ 1
Can you please provide some of the html for us to analyse?
+ 1
<html>
<head>
<title> my page </title>
</head>
.....etc
+ 1
Dumb question...is your project type 'html'?
edit: nevermind; I see your update.
0
yes it is
0
no just basic html. the current title output is the folder name.