Jump to content

Jungylerian Online


TheCatapult

Recommended Posts

Hello,I worked in this Web site if I have some spare time or if I feel that I am in mood. So, I know to myself that this Web site is not good.The link is: http://jungylerian.co.nrPlease I need some criticisms for my Web site. When I checked it on W3C validator, it has many errors. I would be glad if somebody could give me some ways to correct the errors.thanks so much,catapult

Link to comment
Share on other sites

you should add a doctype tag to the top of the document.HTML 5 doctype: http://www.w3schools...tag_doctype.aspHTML 4 and other doctypes: http://www.w3schools...tag_doctype.aspi don't think you'll be able to use the html 5 one with your current code, as html 5 no longer supports <frameset>, <frame> and <noframes>. there shouldn't be any html elements between </head> and <body>, and between </body> and </html>.that could be fixed by doing this:

</head><body>   <frameset rows="100%,*" frameborder="NO" border="0" framespacing="0">      <frame name="conr_main_frame" src="http://jungylerian.me.pn">   </frameset>   <noframes>      div, h1, etc here   </noframes></body></html>

Link to comment
Share on other sites

In general, you can't have a frameset and a body on the same page, even in a DTD with frames - it's one or the other.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...