user interface - what if i use html 5 for one webpage when total project created in html4? -


i built website in html4 , add new tab(which link opens in new window). include videos in , want make page in html5. can make this? constraints?

sorry bad english , need help.

yes, since want opened on new window, should on new page.

the constraints html5 page should have @ top:

<!doctype html> 

and html4 page should have this:

<!doctype html public "-//w3c//dtd html 4.01//en" "http://www.w3.org/tr/html4/strict.dtd"> 

more info on declarations here


Comments

Popular posts from this blog

php - Passing multiple values in a url using checkbox -

compilation - PHP install fails on Ubuntu 14 (make: *** [sapi/cli/php] Error 1) PHP 5.6.20 -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -