Advertising
advertising
related pastes to tag 'incomplete'
- 924174 - icecast.conf: conf incomplete icecast2 icecast
-
- <icecast>
- <limits>
- <clients>5</clients>
- <sources>2</sources>
- <threadpool>5</threadpool>
- <queue-size>524288</queue-size>
- <client-timeout>30</client-timeout>
- <header-timeout>15</header-timeout>
- 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/>