PROJET AUTOBLOG


Shaarli - Les discussions de Shaarli

Archivé

Site original : Shaarli - Les discussions de Shaarli du 23/07/2013

⇐ retour index

guhij

samedi 17 janvier 2015 à 13:52
KraZhtest - Liens utiles - C'est le bordel 17/01/2015
{code
<!-- inline styles! -->
<style type="text/css">
   body span.blah {
       background: #000;
       color: #fff;
   }
</style>

<body>
   <span class="blah" width="200" height="200">test code goes here</span>
</body>

<!-- inline php! -->
<?php
   $test = true;

   /**
    * test
    */
   function what($test) {
       return $test;
   }
?>

<!-- inline javascript! -->
<script type="text/javascript">
   function prettyCool() {
       doSomeJQueryOrWhatever();
   }
</script>

<article title="<?= $user->name ?>">test</article>
code}