HEX
Server: Apache/2.4.46 (Ubuntu)
System: Linux localhost 5.11.0-49-generic #55-Ubuntu SMP Wed Jan 12 17:36:34 UTC 2022 x86_64
User: root (0)
PHP: 7.4.16
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/html/html2pdf/vendor/spipu/html2pdf/examples/res/example06.php
<link type="text/css" href="./res/example06.css" rel="stylesheet" />
<style type="text/css">
<!--
/* commentaire dans un css */
table, td { border: solid 1px #000000; color: #0000AA; }
td.col1   { color: #00AA00; }

/* autre commentaire */
table.liste         { border: solid 2px #FF0000; }
table.liste td      { background: #DDDDDD; }
table.liste td.col1 { color: #FF0000; }
-->
</style>
<page>
    <table>
        <tr>
            <td>Ceci est un</td>
            <td class="col1">test de style</td>
        </tr>
    </table>
    <br>
    <table class="liste">
        <tr>
            <td>Ceci est un</td>
            <td class="col1">test de style</td>
        </tr>
    </table>
    <br>
    <H1>Essai de titre en H1</H1>
    <H2>Essai de titre en H2</H2>
    <H3>Essai de titre en H3</H3>
    <H4>Essai de titre en H4</H4>
    <H5>Essai de titre en H5</H5>
    <H6>Essai de titre en H6</H6>
    <H6 class="titre">Essai de titre en H6</H6>
    <H5 class="titre">Essai de titre en H5</H5>
    <H4 class="titre">Essai de titre en H4</H4>
    <H3 class="titre">Essai de titre en H3</H3>
    <H2 class="titre">Essai de titre en H2</H2>
    <H1 class="titre">Essai de titre en H1</H1>
    <br>
    <s>Texte barré !</s><br>
    <br>
    <span>Texte avec la couleur par défault (style *)</span><br>
</page>