Atlas 380/iPad/notreavion.net

De dieudo.fr
< Atlas 380‎ | iPad
Révision datée du 27 mars 2015 à 10:23 par Dieudo (discussion | contributions) (Page créée avec « Ci-dessous le code source à venir de l'appli décrite au § Atlas 380/iPad #notreavion.net : Il tient en 5 pages html ou php. Pour le moment ce sont des exemples qui... »)
(diff) ← Version précédente | Voir la version actuelle (diff) | Version suivante → (diff)
Aller à la navigation Aller à la recherche

Ci-dessous le code source à venir de l'appli décrite au § Atlas 380/iPad #notreavion.net :

Il tient en 5 pages html ou php. Pour le moment ce sont des exemples qui sont mis en ligne.

Page 1

<!--This is a comment. Comments are not displayed in the browser-->
<table align=center style="background: ivory;color:maroon;font-style:italic;font-family:arial;font-weight:bold;font-size:10pt;"> 
<tr><th> Heading 1 </th><th> Heading 2 </th></tr>
<tr>
<td style="padding:10px;"> This is cell 1 text </td>
<td style="padding:10px;"> This is cell 2 text </td>
</tr>
</table>

Page 2

<?php
    $v = "string";    // sample initialization
?>
html text
<?
    echo $v;         // end of php code
?>

Page 3

Page 4

Page 5