0% found this document useful (0 votes)
31 views

Tag Description

This document defines 27 HTML tags including tags for defining common document elements like the head, body, paragraphs and headings, as well as interactive elements like buttons, text fields and drop-down lists. It also includes tags for structuring content into tables, lists and sections.

Uploaded by

Pepe Araya
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
31 views

Tag Description

This document defines 27 HTML tags including tags for defining common document elements like the head, body, paragraphs and headings, as well as interactive elements like buttons, text fields and drop-down lists. It also includes tags for structuring content into tables, lists and sections.

Uploaded by

Pepe Araya
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Tag <!--...--> <!

DOCTYPE> <a> <area /> <body> <br /> <button> <div> <form> <h1> to <h6> <head> <hr /> <html> <iframe> <img /> <input /> <label> <li> <object> <ol> <option> <p> <script> <select> <span> <style> <sub> <sup> <table>

Description Defines a comment Defines the document type Defines an anchor Defines an area inside an image-map Defines the document's body Defines a single line break Defines a push button Defines a section in a document Defines an HTML form for user input Defines HTML headings Defines information about the document Defines a horizontal line Defines an HTML document Defines an inline frame Defines an image Defines an input control Defines a label for an input element Defines a list item Defines an embedded object Defines an ordered list Defines an option in a select list Defines a paragraph Defines a client-side script Defines a select list (drop-down list) Defines a section in a document Defines style information for a document Defines subscripted text Defines superscripted text Defines a table

<td> <textarea> <th> <thead> <title> <tr> <ul>

Defines a cell in a table Defines a multi-line text input control Defines a header cell in a table Groups the header content in a table Defines the title of a document Defines a row in a table Defines an unordered list

You might also like