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

Category: HTML Reference

1SMARTchicken - Code Made Easy

Category: HTML Reference

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

Category: HTML Reference

  • Tutorials (177)
  • Reference (2172)
  • Snippets (69)
  • Home
  • Reference
  • HTML Reference
HTML Reference

HTML – A Tag

August 21, 2024 / HTML Reference, HTML Tags, Reference / Link, Text

The <a> tag (link) is used for creating a link to another document, image, video, or to a section of the current document.

HTML Reference

HTML – Abbreviation Tag

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

The <abbr> tag defines an abbreviation/acronym, like “USA”, “FBI”, or “CIA”. It can be used with the title attribute to show the meaning on mouseover.

HTML Reference

HTML – Address Tag

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

The <address> tag defines the contact information for the owner of a document/article and can be an email address, URL, physical address, phone number, etc.

HTML Reference

HTML – Area Tag

August 21, 2024 / HTML Reference, HTML Tags, Reference / Image, Link

The <area> tag defines an area inside an ImageMap, which is an image with one or more clickable areas that take the user to different URLs.

HTML Reference

HTML – Article Tag

August 21, 2024 / HTML Reference, HTML Tags, Reference / Layout, Semantic Element

The <article> tag is used in a blog post, forum post, magazine article, etc. It specifies a self-contained composition in a site, document, or page.

HTML Reference

HTML – Aside Tag

August 21, 2024 / HTML Reference, HTML Tags, Reference / Layout, Semantic Element

The <aside> tag refers to content loosely related to the rest of the page content. If it is removed, the remaining content will still make sense.

HTML Reference

HTML – Audio Tag

August 21, 2024 / HTML Reference, HTML Tags, Reference / Audio

The <audio> tag is used to embed music or spoken word audio on an HMTL page. The audio tag contains one or more <audio> tags specifying different audio types.

HTML Reference

HTML – Base Tag

August 21, 2024 / HTML Reference, HTML Tags, Reference / Link

The <base> tag specifies the base URL and/or target for all relative URLs in a document. There can only be one per document placed inside the <head> tag.

HTML Reference

HTML – Bi-Directional Isolation Tag

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

The <bdi> tag (bi-directional isolation tag) is used to isolates text that may be formatted in a different direction from the other text surrounding it.

HTML Reference

HTML – Bi-Directional Override Tag

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

The <bdo> tag (bi-directional override tag) is used to change the direction of the text from the other text surrounding it.

HTML Reference

HTML – Blockquote Tag

August 21, 2024 / HTML Reference, HTML Tags, Reference / Layout, Text

The <blockquote> tag defines a section of text that is quoted from another source and may need to stand out on its own to some extent.

HTML Reference

HTML – Body Tag

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

The <body> tag defines the document’s body which contains all the contents, such as headings, paragraphs, images, hyperlinks, tables, lists, etc.

HTML Reference

HTML – Bold Tag

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

The <b> tag specifies bold text without any extra importance to what the text is saying. It is simply visual.

HTML Reference

HTML – Break Tag

August 21, 2024 / HTML Reference, HTML Tags, Reference / Layout, Text

Use a <br> tag if you want to start a new line without starting a new paragraph. Unlike a new paragraph, no top or bottom margin will be added.

HTML Reference

HTML – Button Tag

August 21, 2024 / HTML Reference, HTML Tags, Reference / Link

The <button> tag defines a clickable button. It’s mostly used inside of the <form> tag to send the form or reset it, but can be used as a stand-alone link.

HTML Reference

HTML – Canvas Tag

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

The <canvas> tag is a transparent container used to contain graphics on the page that are drawn using a scripting language like JavaScript.

HTML Reference

HTML – Caption Tag

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

The <caption> tag defines a table caption. It must be inserted immediately after the opening <table> tag. It will be centered above the table by default, but can be changed using CSS.

HTML Reference

HTML – Cite Tag

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

The <cite> tag defines the title of a creative work (e.g. a book, a poem, a song, a movie, a painting, a sculpture, etc.).

HTML Reference

HTML – Code Tag

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

The <code> tag defines a piece of computer code placed on the page for the user to see. The browser usually displays it in a monospace font by default.

HTML Reference

HTML – Column Group Tag

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

The <colgroup> tag specifies a group of one or more columns in a table for formatting using the <col> tag and applying formatting to entire columns.

1 2 … 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 (73)
    • Python File Handling (4)
    • Python and MySQL (5)
  • 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.