随笔分类 - HTML标签学习
摘要:setAttribude方法可以设置element的属性
阅读全文
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>99乘法表练习</title> </head> <body> <script> document.write("<table border='1' cellsp
阅读全文
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>登陆界面</title> </head> <body> <table border="1" cellspacing="0" width="59%"> <form
阅读全文