< HTML < Overzicht attributen

HTML

Inhoudsopgave
  1. Verklarende woordenlijst
  2. Overzicht tags
  3. Overzicht attributen
  4. Andere cursussen

Functie

Hierdoor kun je bepalen of frames een schuifbalk krijgen of niet.

Waarde

De waarde kan yes, no of auto zijn. yes voor wanneer je sowieso een schuifbalk wilt en no als je er geen wilt. auto zorgt ervoor dat er een schuifbalk komt wanneer het nodig is; dit is de standaardwaarde.

Voorbeeld

HTML-code: Een voorbeeld van het gebruik van de abbr attribuut

   <frameset rows="100px, 25%, *">
      <frame src ="pagina1.htm" scrolling="yes" />
      <frame src ="pagina2.htm" scrolling="no" />
      <frame src ="pagina3.htm" scrolling="auto" /> 
   </frameset>

Wordt gebruikt bij

frame, iframe

Meer informatie

  • w3 (Engels)


HTML attributen

abbr | accept | accept-charset | accesskey | action | align | alt | archive | axis | background | bgcolor | border | cellpadding | cellspacing | char | charoff | charset | checked | cite | class | classid | clear | code | codebase | codetype | color | cols | colspan | compact | content | coords | data | datetime | declare | defer | dir | disabled | enctype | face | for | href | id | lang | style | title | width

This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.