<Html xmlns: v = "urn: schemas-microsoft-com: vml"> <STYLE> v \: * {Behavior: url (# default # VML )} </STYLE> <body onLoad = "clock ()"> <v: group id = "clock" Coordsize = "200" style = "width: 200; height; position: relative "> <v: Oval id =" outercircle "style =" width: 1000; height: 1000; z-index: 10; "fillcolor =" gray "/> <v: oval id =" innercircle "style =" position: relative; top: 75; left: 75; width: 850; height: 850; z-index: 15 "fillcolor =" white "/> <v: line id =" hourline "style =" position: relative; z-index: 20 "from =" 500,500 "to =" 800,800 "strokeColor =" gray "> <v: stroke startarrow = "oval" endarrow = "classic" dashstyle = "Dot" strokeColor = "red"/> </v: line> <v: line id = "minuteline" style = "position: relative; z-index: 20" from = "500,500" to = "500,900" strokeColor = "black"> <v: stroke endarrow = "classic" dashstyle = "Dot"/> </v: line> <v: line id = "secondline" style = "position: relative; z-index: 20 "from =" 500,500 "to =" 400,900 "strokeColor =" black "> <v: stroke endarrow =" classic "dashstyle =" Dot "/> </v: line> 12 3 6 9 <v:/group> </body> </ptml>
[Ctrl + A select all Note: If you need to introduce external Js, You need to refresh it to execute]