Change the document declaration type

  1. Click Meta Tags from the options on the left.

  2. Click:

    • HTML 4.0 Transitional to specify the traditional HTML standards in quirks mode. All pages using this page wrapper will have the following declaration in the HEAD tag: <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

    • XHTML 1.0 Transitional to specify XML standards compliance mode. All pages using this page wrapper will have the following declaration in the HEAD tag: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

    • HTML 5.0 to specify the HTML 5.0 standards, including enabling a responsive wrapper that can adjust to different sizes for pages with mobile device layouts (such as layouts for tablets and smart phones). All pages using this page wrapper will have the following declaration in the HEAD tag: <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 5.0 Transitional//EN">

  1. Click Save and then click the name of the page (in the breadcrumb at the top of the page) to return to the Version List.