Optional
The priority for rendering the tag, without this all tags are rendered as they are registered (besides some special tags).
The following special tags have default priorities: -2 <meta charset ...> -1 <base> 0 <meta http-equiv="content-security-policy" ...>
<meta charset ...>
<base>
<meta http-equiv="content-security-policy" ...>
All other tags have a default priority of 10: <meta>, <script>, <link>, <style>, etc
<meta>
<script>
<link>
<style>
The priority for rendering the tag, without this all tags are rendered as they are registered (besides some special tags).
The following special tags have default priorities: -2
<meta charset ...>-1<base>0<meta http-equiv="content-security-policy" ...>All other tags have a default priority of 10:
<meta>,<script>,<link>,<style>, etc