As you can see, you can define the following sections of the HTML code of the master page. This code is used for all pages on your website:
• | DOCTYPE - here you can enter any code that needs to be placed at the beginning of the file, typically the DOCTYPE definition |
• | HEAD - here you can put any HTML code that needs to be placed in the <head> section of the page. |
• | BODY - here you can add custom attributes to the <body> element. |
• | Master page code - this is actually the HTML layout of the master page template. This is the same code that you edit on the Design tab, in the HTML Layout mode. |