- A+
所属分类:程序员学英语
If you shed tears when you miss the sun,then you would miss the stars.
如果你因失去了太阳而流泪,那么你也将失去群星了。
今日单词
- seven /ˈsevn/
num.七
n.七个,七点
What can you draw with these seven colors.
你能用这七种颜色画什么?
- eight /eɪt/
num. 八;
n.八个 八点
This is the number eight.
这是数字8
- nine /naɪn/
num.9
Class starts at nine o'clock
九点开始上课
- ten /ten/
num.十
I went on a trip with ten of my friends
我想和我的十个朋友一起去旅游。
- black /blæk/
adj. 黑色的,黑暗的
n.黑人,黑色
Her shiny black hair is beautiful
她的乌黑亮发很美
编程单词
big /bɪg/
大的,在html中对字体的描述
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <title>嗨,我是代码示例</title>
- </head>
- <body>
- <style>
- body{font-size:20px;}
- </style>
- <i>这里的内容是斜体</i>
- <big>这里的内容是比常规内容大一号的字体</big>
- </body>
- </html>