html basics
- Meine Beispiele sind unter www/inf/css abgelegt - dann kann man über apache drauf zugreifen Inf:css/h01html.php (PHP brauche ich nur um die Source anzuzeigen)
- <b>old, <i>talic, <sub>- or <sup>perscripts, <br> linebreak <hr> horizontal rule, <ins>, <del> Inf:css/h02text.php
- list: ol, ul, dl (dt dd), verschachtelt, usw..Inf:css/h03list.php
- link: links <a href=...> relative url, anchor mit # auf <.... id=... > Inf:css/h04link.php
- image: <img src=... alt=... title=... > und figure (html5) Inf:css/h05image.php
- table: table (tr (td | th)* /tr)* /table Inf:css/h06table.php
- form: table (tr (td | th)* /tr)* /table Inf:css/h07form.php
- div span iframe Inf:css/h08div.php
- html im wiki
other