META TAGS for HTML FRAMES?

  • Thread starter Thread starter Universal Citizen
  • Start date Start date
U

Universal Citizen

Guest
If HTML frames don't carry 'head' tags, where should I put meta (& title) tags?

Please illustrate with a simple example showing where meta tags and the title go relative to the frames tags. If not and you put meta tags on a single document that appears within a frame, will the whole frameset appear when the user chooses the link from their search engine?
 
<html>
<head>
<meta...>
</head>
<body>
<frame src'...'></frame>
</body>
</html>

the meta will apply for all, but your question is confusing. maybe add a tad more detail?
 
Back
Top