<option/> tag
Sets of key/value pairs that can be included in a page’s <head>
element.
<head>
elementThe <head>
tag is where metadata is declared and styles/scripts are linked.
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>
Sets of key/value pairs that can be included in a page’s <head>
element.
Connects SCSS stylesheets to the document.
Load java objects from script files