Advertising
advertising
related pastes to tag 'xhtml'
- 1910611 - dwstrip.php: php xml comments html xhtml strip template dreamweaver tidy
-
- <?php
- ################################################################################
- # #
- # *****Dreamweaver Comment Stripper***** #
- # (C)2010 Daniel Sowden. You may use, modify and redistribute this script #
- # in any way you wish as long as this original notice is maintained and #
- # credit is given where due... #
- # Daniel Sowden <daniel3322@gmail.com> #
- 738857 - dexen: tutorial xhtml dexen short incomplete
-
- * w XHTMLu wszystkie tagi są pisane małymi literami:
- <h1></h1>, <a></a>, <img />
- * w XHTMLu każdy otworzony tag musi być zamknięty, albo przez tag zamykający ( </NAZWA_TAGU> ) np:
- <a href="...">...</a>
- albo, w wypadku krótkich tagów ( img, br, hr, input itp. ) przez znacznik końca tagu: /> np:
- <img/>, <br/>, <hr/>, <input/>