HTML

HTML

2022/05/12 (新增連結)

Metadata

Tag

Attributes

Audio

Button

Canvas

Input

Link

  • The Anatomy of HTML Links: The a element and 9 of its attributes

    • Href attribute

    • Target attribute

    • Title attribute

    • Download attribute

    • Ping attribute

    • Referrer policy attribute

    • Rel attributes

    • Hreflang attribute

    • Type attribute

Table

HTML5

  • HTML5語法

  • HTML5 Tutorial

  • Your Ultimate Guide to HTML5 Inputs

  • Strikethrough using HTML5

    • <s> vs. <del> vs. <ins>

  • Using HTML5 APIs in Your Web App

    • The following are some of the APIs that are in the HTML5 API specifications:

      • Battery status: lets us check the battery status of a device

      • Clipboard: lets us copy content to the operating system’s clipboard

      • Drag and drop: lets us add drag and drop items around our apps

      • Fetch: lets us make HTTP requests more easily than with XMLHttpRequest

      • File: lets us access files securely on the user’s computer

      • Forms: added new types that we can use for form validation and render form fields differently

      • Geolocation: lets us locate the device’s location

      • getUserMedia/Stream: lets us retrieve audio and video from an external device like a camera

      • Indexed database: lets us store database data locally

      • Internalization: provides international formatting and string comparison features

      • Screen orientation: lets us check the screen orientation of a device

      • Selection: lets us select elements using CSS selectors

      • Server sent events: allows servers to push data to clients without requesting it on the client side

      • User timing: lets us get more precise timestamps to measure performance of our applications

      • Vibration: lets us make devices vibrate if it has this capability

      • Web audio: lets us process audio on the client side

      • Web speech: lets us add text to speech features into our web apps

      • Web sockets: lets us make real time communication between client and server

      • Web workers: lets us run tasks in the background in user browsers

    • Geolocation API

      • Accessing the User’s Location

      • Using the Geolocation API with Google Maps

    • Accessing Audio and Video from Devices

      • WebRTC API

Semantic HTML