Dies ist eine alte Version des Dokuments!
<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>
