2
Answers

DOCTYPE Declaration

neha dhiman

neha dhiman

13y
1.3k
1
Can we change the DOCTYPE declaration in visual studio 2008 source code according to our requirements.

For example currently DOCTYPE declaration in VS2008 is 

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

Can i change it to 

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
Answers (2)