
前端开发
mycomdet
这个作者很懒,什么都没留下…
展开
-
一个简单的前端页面
<html> <head> <script> function myFunction(x,y) { z = x + y; str = x + " + " + y + " = " + z; alert(str);原创 2017-03-12 22:16:23 · 1323 阅读 · 0 评论 -
HTML常用标签
1.div<div style="color:#00FF00"> <h3>This is a header</h3> <p>This is a paragraph.</p> </div>100.参考文档 http://www.w3school.com.cn/tags/tag_div.asp原创 2017-12-30 14:26:36 · 315 阅读 · 0 评论