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

Category: Tutorials

1SMARTchicken - Code Made Easy

Category: Tutorials

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

Category: Tutorials

  • Tutorials (183)
  • Reference (2172)
  • Snippets (69)
  • Home
  • Tutorials
  • Page 2
HTML Tutorials

HTML – Email Links

October 2, 2024 / HTML Tutorials, Tutorials / Email, Link, Text

An HTML hyperlink can be used to create a link to an email address. A default subject and body can be included.

HTML Tutorials

HTML – Using Entities

October 2, 2024 / HTML Tutorials, Tutorials / Text

In HTML/CSS there are specific entities that can be placed via code. This is a list of some of the most used HTML entities and their CSS equivalents.

HTML Tutorials

HTML – Image Links and ImageMaps

October 3, 2024 / HTML Tutorials, Tutorials / Image, Link

By wrapping and image inside a hyperlink the image becomes a clickable link. This is often uses to allow the user to view a larger version of the image.

HTML Tutorials

HTML – Block Quote and Quotation

October 3, 2024 / HTML Tutorials, Tutorials / Layout, Text

The <blockquote> tag and <q> tag both define a section of text that is quoted from another source and may need to stand out on their own.

HTML Tutorials

HTML – Text Links

October 3, 2024 / HTML Tutorials, Tutorials / Link, Text

The HTML hyperlink uses an <a> tag to create a link to another document, image, video, or to a section of the current document.

HTML Tutorials

HTML – Line Breaks

October 3, 2024 / HTML Tutorials, Tutorials / Layout

Use a line break <br> if you want to start a new line without starting a new paragraph (using the <p> tag).

HTML Tutorials

HTML – Horizontal Rules

October 3, 2024 / HTML Tutorials, Tutorials / Layout

The <hr> tag creates a horizontal line that spans the width of the element it sits within to visually separate sections of a document.

HTML Tutorials

HTML – Nonbreaking Spaces

October 3, 2024 / HTML Tutorials, Tutorials / Layout, Text

A non-breaking space can be used between words so that the browser doesn’t split the words across two lines.

HTML Tutorials

HTML – Basic Tables

October 3, 2024 / HTML Tutorials, Tutorials / Table

HTML tables allow for data to be arranged into rows and columns using the <table> tag, which contains the <tr> tag for rows and the <td> tag for data cells.

HTML Tutorials

HTML – Table Formatting

October 3, 2024 / HTML Tutorials, Tutorials / Table

Table size, borders, cell padding, cell spacing, can all be changed by using attributes. Multiple rows or columns can be merged into one.

HTML Tutorials

HTML – Advanced Tables

October 3, 2024 / HTML Tutorials, Tutorials / Table

Advanced HTML tables may contain <thead>, <tbody>, and <tfoot> tags, along with a <caption> to give the data better structure. Other than that, there isn’t any difference from a basic table structure.

HTML Tutorials

HTML – Lists

October 3, 2024 / HTML Tutorials, Tutorials / List, Text

There are three different types of HTML lists: ordered lists, unordered lists, and definition lists.

HTML Tutorials

HTML – Basic Forms

October 3, 2024 / HTML Tutorials, Tutorials / Form

An HTML form is used to collect user input and send to a server for processing.

HTML Tutorials

HTML – Advanced Form Inputs

October 3, 2024 / HTML Tutorials, Tutorials / Form

To expand on the basic HTML form, we can add text inputs, textarea inputs, checkboxes, and radio buttons to gather user information to be sent to a server for processing.

HTML Tutorials

HTML – iFrames

October 3, 2024 / HTML Tutorials, Tutorials / Layout, Link

An HTML <iframe> is used to create a rectangular region, including scrollbars and borders, in one web page to display another web page.

HTML Tutorials

HTML – Embedding a YouTube Video

October 3, 2024 / HTML Tutorials, Tutorials / Video

Embedding a YouTube video on your site is as easy as going to the video on YouTube, clicking their share button, and grabbing the embed code.

HTML Tutorials

HTML – Adding Video

October 3, 2024 / HTML Tutorials, Tutorials / Video

The HTML <video> tag is used to show a video on a web page.

HTML Tutorials

HTML – Adding Audio

October 3, 2024 / HTML Tutorials, Tutorials / Audio

The HTML <audio> tag is used to place a playable audio file on the page.

HTML Tutorials

HTML – Drawing Using Canvas

October 3, 2024 / HTML Tutorials, Tutorials / Image

The <canvas> tag is used to draw graphics on the page using a scripting language like JavaScript.

HTML Tutorials

HTML – Drawing Using SVG

October 3, 2024 / HTML Tutorials, Tutorials / Image

SVG stands for Scalable Vector Graphics and is used to define graphics for the web using the XML format.

← Previous 1 2 3 … 10 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 (79)
    • Python File Handling (4)
    • Python and MySQL (11)
  • 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.