I wanna know whether xhtml extension needed for xhtml file?
if i have xhtml code in a file, can i save that file as index.html ?
if i have xhtml code in a file, can i save that file as index.html ?
<!DOCTYPE Doctype goes here> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Some title</title> </head> <body></body> </html>
Comment