摘要:
1、EL的英文是Expression Language,译成中文就是“表达式语言”。这是一种给前端程序员使用的脚本语言,EL与Java表达式相比并没有什么“天壤之别”,在后端程序员看来多少有点“多此一举”。 2、然而,我们不能强求每一个前端程序员都去学习JAVA,EL相对于JAVA来说学习成本更低, 阅读全文
posted @ 2017-06-18 21:52
xkfx
阅读(362)
评论(0)
推荐(0)
摘要:
My first web page What this is A simple page put together using HTML. I said a simple page put together using HTML. A simple page put together using H 阅读全文
posted @ 2017-06-18 15:10
xkfx
阅读(320)
评论(0)
推荐(0)
摘要:
margin and padding are the two most commonly used properties for spacing-out elements. A margin is the space outside something, whereas padding is the 阅读全文
posted @ 2017-06-18 14:55
xkfx
阅读(403)
评论(0)
推荐(0)
摘要:
内容来自html dog. css的格式为 ‘property: value’ 给html插入css样式的方式有三种:内联、内部css、外部css文件,如下所示: <p style="color: red">text</p> <!DOCTYPE html> <html> <head> <title> 阅读全文
posted @ 2017-06-18 14:37
xkfx
阅读(218)
评论(0)
推荐(0)
摘要:
内容来自HTML Dog:http://htmldog.com/guides/html/beginner/forms/ Forms Forms被用来收集用户的输入,它们通常被作为web应用的接口。 在实际中经常用到的相关标签 form, input, textarea, select 以及 opti 阅读全文
posted @ 2017-06-18 11:26
xkfx
阅读(240)
评论(0)
推荐(0)
摘要:
搬运,内容来自HTML Dog. 简单示例 tr=table row=行 td=table date cell=列元素 示例2 阅读全文
posted @ 2017-06-18 10:25
xkfx
阅读(348)
评论(0)
推荐(0)
摘要:
内容来自HTML Dog. demo1——页面标题 demo2——段落与强调 demo3——正文标题 demo4——列表 demo5——超链接 demo6——图片 阅读全文
posted @ 2017-06-18 10:16
xkfx
阅读(277)
评论(0)
推荐(0)