Added
Returns the FileTransform function that converts parsed quantum source to virtual dom ( HTMLPage) pages using a series of EntityTransform functions.
name.html
to name/index.html
and leaves index.html
as it is. index.html
and therefore don't need to be directly referenced (e.g. example.com/my-page/
instead of example.com/my-page.html
<b>
element <br>
element <button>
element <div>
element <form>
element <label>
element <link>
element <meta>
element <p>
element <pre>
element <select>
element <span>
element <style>
element <table>
element <tbody>
element <td>
element <textarea>
element <th>
element <thead>
element <tr>
element <ul>
element <vr>
element <a>
element <h1>
element <h2>
element <h3>
element <h4>
element <h5>
element <h6>
element <hr>
element <i>
element <img>
element <input>
element <li>
element <ol>
element <option>
element <style>
element to the <head>
<script>
element to the <body>
)
It is not placed at the end of the body like the @script
entity <body>
<head>
<a>
element, with the href set to the link specified in the parameters. <title>
element to the <head>