공부하는 SkyKiDS, 프로그래밍 편
Test your navigator!
The calculator,
The extended calculator,
Use the Clock, Timer and Stopwatch
Check your key inputs(upgraded)!
Check your key inputs!
Test the read-only property!
Test your markup, here!
Markup Validation Service
<?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>Hello, World by SkyKiDS!</title> </head> <body> <div id="wrapper"> <span style="color:red">Hello, World!</span> </div> </body> </html>