| 
	
 | 
 Posted by Adrienne Boswell on 09/04/06 07:24 
Gazing into my crystal ball I observed Max@Volume.com writing in  
news:3l6nf21g3kq17a8cvdsaigq7pjugh7ft8u@4ax.com: 
 
> what is the difference between HTML 4.01 Transitional versus Frameset? 
> Am I right to think that Frameset is a superset of Transitional, or 
> are there differences? If a document does not contain frames, is there 
> any difference between Transitional and Frameset? 
>  
> Yes, I am looking at this from the point of view of validation, 
> specifically   http://validator.w3.org/ 
>  
 
Frameset is for frame documents only, where framedoc.html looks like: 
<frameset ...> 
<frame src="page.html"> 
<frame src="other.html"> 
</frameset> 
 
Framedoc.html would use the Frameset DTD, page.html and other.html should  
use Strict.  New documents should use a Strict DTD.   
 
--  
Adrienne Boswell at Home 
Arbpen Web Site Design Services 
http://www.cavalcade-of-coding.info 
Please respond to the group so others can share
 
  
Navigation:
[Reply to this message] 
 |