BootWiki教程网
源代码:
点击运行
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>BootWiki 教程网</title> </head> <body> <img border="0" height="113" id="runoob1" src="klematis.jpg" width="150"> <img border="0" height="128" id="runoob2" src="klematis2.jpg" width="152"> <p>第一个图像的ID: <script> document.write(document.images[0].id); </script></p> </body> </html>
运行结果