start

Dies ist eine alte Version des Dokuments!


Erster Test der Startseite

<php> echo 'The PHP version: '; echo phpversion(); echo ' (generated inline HTML)'; </php> <PHP> echo '<table class=„inline“><tr><td>The same, but inside a block level element:</td>'; echo '<td>'.phpversion().'</td>'; echo '</tr></table>'; </PHP>

<html> This is some <span style=„color:red;font-size:150%;“>inline HTML</span> </html> <HTML> <p style=„border:2px dashed red;“>And this is some block HTML</p> </HTML>

  • start.1610639789.txt.gz
  • Zuletzt geändert: 2022/06/03 14:20
  • (Externe Bearbeitung)