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
Post a Comment