Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'incomplete'

924174 - icecast.conf: conf incomplete icecast2 icecast
  1. <icecast>
  2.     <limits>
  3.         <clients>5</clients>
  4.         <sources>2</sources>
  5.         <threadpool>5</threadpool>
  6.         <queue-size>524288</queue-size>
  7.         <client-timeout>30</client-timeout>
  8.         <header-timeout>15</header-timeout>
  9.  
738857 - dexen: tutorial xhtml dexen short incomplete
  1. * w XHTMLu wszystkie tagi są pisane małymi literami:
  2.  <h1></h1>, <a></a>, <img />
  3.  
  4. * w XHTMLu każdy otworzony tag musi być zamknięty, albo przez tag zamykający ( </NAZWA_TAGU> ) np:
  5.  <a href="...">...</a>
  6.  albo, w wypadku krótkich tagów ( img, br, hr, input itp. ) przez znacznik końca tagu: /> np:
  7. <img/>, <br/>, <hr/>, <input/>
  8.  
  9.