^ Zona Info: July 2017

Varian tag Html

Zona Info | Ilmu Komputer |  Juli 08, 2017
Post by: Ian

Metadata

Sections

Grouping

Text

Edits

Embedded Content

Tables

  • table
  •  
  • tr
  •  
  • td
  •  
  • th
  •  
  • caption
  •  
  • tbody
  • thead
  •  
  • tfoot
  •  
  • colgroup
  •  
  • col

    Forms

    Scripting

    Usage

    HTML tags mark the beginning and end of HTML elements and may contain attributes. They are used as follows:
    
    <tagname>Konten HTML</tagname>
    
    <tagname attributename="attributevalue">Konten HTML</tagname>
    
    <!-- or, for the few attributes without values, simply: -->
    
    <tagname attributename>Konten HTML</tagname>
    
    <!-- or, for the few elements without content, simply: -->
    
    <tagname>
    
    <tagname attributename="attributevalue">
    Preview:
    Konten HTML Konten HTML Konten HTML