Example of progress element (progress)

<html> <head> <style type="text/css"> p {bac...

Example of meter element (meter)

<html> <head> <style type="text/css"> p {bac...

Math element with basic math functions example

<html> <head> <style type="text/css"> p {bac...

How to add Youtube videos to HTML5 page example

<html> <head> <title>Embedding YouTube</title>...

Example of animated canvas in HTML5

<!DOCTYPE html> <html lang="en"> <head>...

How to draw polygons with HTML5 canvas example

<!DOCTYPE html> <html> <head> <meta charset="U...

Example of local storage API with one session

<!DOCTYPE html> <html> <head> <meta charset="U...

Example of autofocus attribute

<html> <body> <form action=""> First name...

Example of autocomplete attribute

<html> <body> <form action="demo_form.asp">...

Example of form attribute

<html> <head> <style type="text/css"> form...