The ruby tag example (ruby)

<!DOCTYPE html> <html lang='en-us'> <head><...

The ruby text element example (rt)

<!DOCTYPE html> <html lang='en-us'> <head><...

The ruby parenthesis element example (rp)

<!DOCTYPE html> <html lang='en-us'> <head><...

Basic example of canvas element's usage with fillRect and getContext methods (canvas)

<html> <head> <title>Example</title> </head&g...

Example of drawing rectangles with canvas element

<html> <body> <canvas id="mycanvas"> Your br...

Example of drawing a straight line with canvas element

<html> <body> <canvas id="mycanvas"> Your br...

How to draw a face with canvas element

<html> <head> <script type="text/javascript">...

Example of creating text with canvas element

<html> <head> <script type="text/javascript">...

Creating linear and radial gradients with HTML5

<html> <head> </head> <body> <p>Linear gr...

Example of inserting and working with canvas images

<html> <head> <script type="text/javascript"&g...