{{ document.setheadtag }} – HTML Document Head Tag

Places whatever provided to HTML document head tag.

Basic usage:

{{ document.setheadtag }}

Usage with parameters:

{{ document.setheadtag(Content) }}

Parameters:

  1. Content (optional) – You can add script or css link here or style tags. This will go to HTML document HEAD part.

Example:

{{ document.setheadtag(<script src='https://code.jquery.com/ui/1.12.1/jquery-ui.js' type='text/javascript'></script>) }}


What are your feelings

Leave a Reply

Updated on January 9, 2025