neha dhiman

neha dhiman

  • NA
  • 14
  • 11.7k

DOCTYPE Declaration

Aug 12 2011 8:50 AM
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)