Head

Document <head> element

The <head> tag is where metadata is declared and styles/scripts are linked.

Examples

Header with options, screen size and style linked:

<head>
  <option name="required-plugins" value="WorldEdit"/>
  <option name="titlebar" value="hidden"/>

  <style src="./style.scss"/>
</head>

<option/> tag

Sets of key/value pairs that can be included in a page’s <head> element.

<style/> tag

Connects SCSS stylesheets to the document.

<java-object> tag

Load java objects from script files