Skip to content
  • Blog (1)
  • About Us
  • Tags
  • Donations
1SMARTchicken - Code Made Easy
  • Tutorials (168)
  • Reference (2172)
  • Snippets (69)

Category: HTML Reference

1SMARTchicken - Code Made Easy

Category: HTML Reference

  • Tutorials (168)
  • Reference (2172)
  • Snippets (69)
  • Blog (1)
  • About Us
  • Tags
  • Donations
1SMARTchicken - Code Made Easy
  • Tutorials (168)
  • Reference (2172)
  • Snippets (69)
1SMARTchicken - Code Made Easy

Category: HTML Reference

  • Tutorials (168)
  • Reference (2172)
  • Snippets (69)
  • Home
  • Reference
  • HTML Reference
  • Page 5
HTML Reference

HTML – Select Tag

August 23, 2024 / HTML Reference, HTML Tags, Reference / Form, List

The <select> tag is used to create a drop-down list, and is most often used in a form to collect user input.

HTML Reference

HTML – Small Tag

August 23, 2024 / HTML Reference, HTML Tags, Reference / Text

The <small> tag makes text smaller than the surrounding text, usually set to about 80%. It is often used for copyright or side information.

HTML Reference

HTML – Source Tag

August 23, 2024 / HTML Reference, HTML Tags, Reference / Audio, Image, Video

The <source> tag is used to specify multiple media resources for media elements, such as the <video> tag, <audio> tag, and <picture> tag.

HTML Reference

HTML – Span Tag

August 23, 2024 / HTML Reference, HTML Tags, Reference / Layout

The <span> tag allows the grouping of inline elements, such as text, to create sections or subsections on the line that can be styled differently.

HTML Reference

HTML – Strong Tag

August 23, 2024 / HTML Reference, HTML Tags, Reference / Text

The <strong> tag is used to define text with strong importance. The content inside is typically displayed in bold and should be read as a strong voice.

HTML Reference

HTML – Style Tag

August 23, 2024 / HTML Reference, HTML Tags, Reference

The <style> tag is used in the <head> of a document to define style information (CSS) to specify how things should look in the browser.

HTML Reference

HTML – Subscript Tag

August 23, 2024 / HTML Reference, HTML Tags, Reference / Text

The <sub> tag defines subscript text that appears half a character below the normal line, and is rendered in a smaller font for things like chemical formulas.

HTML Reference

HTML – Summary Tag

August 23, 2024 / HTML Reference, HTML Tags, Reference / Text

The <summary> tag specifies the title for a <details> tag that the user can open and close on demand.

HTML Reference

HTML – Superscript Tag

August 23, 2024 / HTML Reference, HTML Tags, Reference / Text

The <sup> tag defines superscript text which appears half a character above the normal line, and is rendered in a smaller font for things like footnotes.

HTML Reference

HTML – SVG Tag

August 23, 2024 / HTML Reference, HTML Tags, Reference / Image

The <svg> tag defines a container for SVG graphics and has multiple methods for drawing paths, boxes, circles, text, and graphic images.

HTML Reference

HTML – Table Body Tag

August 23, 2024 / HTML Reference, HTML Tags, Reference / Table

The <tbody> tag is used to group the body content in the table. It’s used in conjunction with the <thead> and <tfoot> elements to specify each part of a table.

HTML Reference

HTML – Table Data Tag

August 23, 2024 / HTML Reference, HTML Tags, Reference / Table

A <td> tag defines a cell containing data in a table. The number of <td> tags in a table row (<tr>) determines the number of columns in that row.

HTML Reference

HTML – Table Footer Tag

August 23, 2024 / HTML Reference, HTML Tags, Reference / Table

The <tfoot> tag is used to group the body content in the table. It’s used in conjunction with the <thead> and <tbody> elements to specify each part of a table. The <tfoot> uses basic <tr> and <td> tags to define its rows and data cells.

HTML Reference

HTML – Table Head Tag

August 23, 2024 / HTML Reference, HTML Tags, Reference / Table

A <th> tag defines a header (<thead>) cell containing data in a table. The number of <th> tags in a table row (<tr>) determines the number of columns in that row.

HTML Reference

HTML – Table Header Tag

August 23, 2024 / HTML Reference, HTML Tags, Reference / Table

The <thead> tag is used to group header content in a table. It’s used in conjunction with the <tbody> and <tfoot>elements to specify each part of a table. The <thead> contains the two header columns that will contain <th> tags containing the names of each column.

HTML Reference

HTML – Table Tag

August 23, 2024 / HTML Reference, HTML Tags, Reference / Table

A <table> tag defines a table consisting of a number rows (<tr>) and data cells (<td>), and optionally a header row (<thead>), footer row (<tfoot>), and caption.

HTML Reference

HTML – Table Row Tag

August 23, 2024 / HTML Reference, HTML Tags, Reference / Table

A <tr> tag defines a row of cells (<td>) containing data in a table. The number of <td> tags in a table row (<tr>) determines the number of columns in that row. The table below has a header row and four rows of data.

HTML Reference

HTML – Template Tag

August 23, 2024 / HTML Reference, HTML Tags, Reference

The <template> tag is used to hold some content hidden from the user when the page loads.The content can then be rendered later with a JavaScript.

HTML Reference

HTML – Textarea Tag

August 23, 2024 / HTML Reference, HTML Tags, Reference / Form

The <textarea> tag defines a multi-line text input element often used in a form to collect user inputs like comments or reviews.

HTML Reference

HTML – Time Tag

August 23, 2024 / HTML Reference, HTML Tags, Reference / Semantic Element, Text

The <time> tag is used for displaying a human-readable date and time. The datetime attribute is added to translate it into a machine-readable format.

← Previous 1 … 4 5 6 … 13 Next →

or View All Tags

Tutorials

  • HTML Tutorials (40)
  • CSS Tutorials (45)
  • CSS Flexbox (12)
  • JavaScript Tutorials (6)
  • jQuery Tutorials (13)
  • PHP Tutorials (0)
  • SQL Tutorials (0)
  • Python Tutorials (64)
  • WordPress Tutorials (0)

Reference

  • HTML Reference (244)
    • HTML Tags (107)
    • HTML Attributes (46)
    • HTML Events (76)
    • HTML Resources (15)
  • CSS Reference (309)
    • CSS Selectors (55)
    • CSS Properties (220)
    • CSS Functions (17)
    • CSS Resources (17)
  • JavaScript Reference (555)
    • JavaScript Selectors (7)
    • JavaScript Operators (12)
    • JavaScript Statements (17)
    • JavaScript Methods (284)
    • JavaScript Properties (162)
    • JavaScript RegExp (45)
    • JavaScript Resources (28)
  • jQuery Reference (220)
    • jQuery Selectors (54)
    • jQuery Methods (140)
    • jQuery Ajax Methods (16)
    • jQuery Properties (17)
    • jQuery Resources (9)
  • PHP Reference (460)
    • PHP Keywords (59)
    • PHP Functions (400)
    • PHP Constants (0)
    • PHP Resources (1)
  • SQL Reference (290)
    • SQL Keywords (59)
    • MySQL Functions (138)
    • SQL Server Functions (83)
    • SQL Resources (10)
  • Python Reference (94)
    • Python Methods (86)
    • Python Resources (8)
  • WordPress Reference (0)

Snippets

  • HTML Snippets (3)
  • CSS Snippets (12)
  • JavaScript Snippets (5)
  • jQuery Snippets (8)
  • PHP Snippets (1)
  • SQL Snippets (3)
  • Python Snippets (1)
  • WordPress Snippets (36)
1SMARTchicken - Code Made Easy

333 Washington Blvd.
Suite 126
Marina del Rey, CA 90292
United States

contact2025@1smartchicken.com

  • About Us
  • Privacy Policy
  • Cookie Policy
  • Terms & Conditions

Search for Code:

or View All Tags

Copyright © 2025 1SMARTchicken | All Rights Reserved.