任务介绍:标记字母

此文主要为练习布局,未用到标签语义化,若需查看语义化标签练习访问此处

项目概要:

在这个项目里,你的任务是标记一封放在大学内网上的信,这封信是研究人员对一名未来的博士生的回复,关于他们在大学工作的申请。

块/结构语义:

  • 你应该使用适当的结构来构造整体文档,包括doctype、<html> 、 <head><body>元素。
  • 除下面提到的几点之外,这封信应该被标记成有着段落和标题的结构。 这封信有一个顶级标题(“Re:”那行)和三个二级标题。
  • 使用适当类型的列表标记该学期的开学时间、学习科目和外国舞蹈。
  • 那两个地址可以就放在段落中,且 <address>元素不适合他们——想一下为什么。此外,地址的每一行都应该另开新行,但不是新的段落。

内联语义:

  • 显著标明发信人和收信人的姓名(以及“电话”和“电子邮件”)。
  • 用适当的元素把文档中的四个日期标记成机器可读的日期。
  • 把信中第一个地址和第一个日期的类属性设置成“sender-column”,这样你添加的CSS就可以使它们右对齐,就像经典的信件布局里的一样。
  • 标记出信件正文中的五个首字母缩略词或缩写的扩展形式。
  • 适当标注六个下标/上标。
  • 用适当的字符实体引用来标记大于号、乘号和度符号。
  • 试着标记至少两个适当的、具有很强重要性/重点(strong importance/emphasis)单词。
  • 有两个地方应加上超链接,为它们添加适当的标题。链接指向http://example.com就行。
  • 应该用适当的元素标记大学的座右铭引用和引文。

文档的头部:

  • 用适当的meta标签把文档的字符集声明为utf-8。
  • 用适当的meta标签说明信件的作者。
  • 用适当的标签引入我们提供的CSS代码。

要求:

代码:

<!DOCTYPE html>
<html lang="en">
<head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta http-equiv="X-UA-Compatible" content="ie=edge"><title>Document</title><style>body {max-width: 800px;margin: 0 auto;}.sender-column {text-align: right;}h1 {font-size: 1.5em;}h2 {font-size: 1.3em;}p,ul,ol,dl,address {font-size: 1.1em;}p, li, dd, dt, address {line-height: 1.5;}</style>
</head>
<body><div class="sender-column"><p><strong> Eleanor Gaye</strong></p><p>Awesome Science faculty</p><p>University of Awesome</p><p>Bobtown, CA 99999,</p><p>USA</p><p><strong>Tel:</strong> 123-456-7890</p><p><strong>Email:</strong> no_reply@example.com</p><br><p>20 January 2016</p><br></div><div><p><strong>Miss Eileen Dover</strong></p><p>4321 Cliff Top Edge</p><p>Dover, CT9 XXX</p><p>UK</p><br></div><div class="main"><h1>Re: Eileen Dover university application</h1><p>Dear Eileen,</p><p>Thank you for your recent application to join us at the University of Awesome's science faculty to study as part of your PhD next year. I will answer your questions one by one, in the following sections.</p><h2>Starting dates</h2><p>We are happy to accommodate you starting your study with us at any time, however it would suit us better if you could start at the beginning of a semester; the start dates for each one are as follows:</p><ul><li>First semester: 9 September 2016</li><li>Second semester: 15 January 2017</li><li>Third semester: 2 May 2017</li></ul><p>Please let me know if this is ok, and if so which start date you would prefer.</p><p>You can find more information about <a href="#">important university dates</a> on our website.</p><h2>Subjects of study</h2><p>At the Awesome Science Faculty, we have a pretty open-minded research facility — as long as the subjects fall somewhere in the realm of science and technology. You seem like an intelligent, dedicated researcher, and just the kind of person we'd like to have on our team. Saying that, of the ideas you submitted we were most intrigued by are as follows, in order of priority:</p><ol><li>Turning H2O into wine, and the health benefits of Resveratrol (C14H12O3.)</li><li>Measuring the effect on performance of funk bassplayers at temperatures exceeding 30°C (86°F), when the audience size exponentially increases (effect of 3 × 103 increasing to 3 × 104.)</li><li>HTML and CSS constructs for representing musical scores.</li></ol><p>So please can you provide more information on each of these subjects, including how long you'd expect the research to take, required staff and other resources, and anything else you think we'd need to know? Thanks.</p><h2>Exotic dance moves</h2><p>Yes, you are right! As part of my post-doctorate work, I did study exotic tribal dances. To answer your question, my favourite dances are as follows, with definitions:</p><p>Polynesian chicken dance<p>A little known but very influential dance dating back as far as 300BC, a whole village would dance around in a circle like chickens, to encourage their livestock to be "fruitful".</p></p><p>Icelandic brownian shuffle<p>Before the Icelanders developed fire as a means of getting warm, they used to practice this dance, which involved huddling close together in a circle on the floor, and shuffling their bodies around in imperceptibly tiny, very rapid movements. One of my fellow students used to say that he thought this dance inspired modern styles such as Twerking.</p></p><p>Arctic robot dance<p>An interesting example of historic misinformation, English explorers in the 1960s believed to have discovered a new dance style characterized by "robotic", stilted movements, being practiced by inhabitants of Northern Alaska and Canada. Later on however it was discovered that they were just moving like this because they were really cold.</p></p><p>For more of my research, see my <a href="#">exotic dance research page.</a></p><p>Yours sincerely,</p><br><br><p>Dr Eleanor Gaye</p><p>University of Awesome motto: "Be awesome to each other." -- <strong>Bill S Preston, Esq</strong></p></div>
</body>
</html>

前端-----今日份小练习相关推荐

  1. 关于今日头条小程序(字节跳动小程序)相关问题

    上周突然遇到让开发今日头条小程序(字节跳动小程序)的需求,然后看了下文档发现真的简陋.而且文档有错别字.槽点有点多.但是和老版本的小程序相差不多,然后我就抱着试一试的心态,真的是试一试把微信小程序换了 ...

  2. WordPress微信小程序,WordPress百度小程序,WordPressQQ小程序,WordPress今日头条小程序,WordPress抖音小程序,WordPress多端小程序

    WordPress微信小程序,WordPress百度小程序,WordPressQQ小程序,WordPress今日头条小程序,WordPress抖音小程序,WordPress多端小程序. WordPre ...

  3. 今日份凡尔赛培训满分了没?

    1 今日份凡尔赛培训又精进了 (素材来源网络,侵删) ▼ 2 西班牙修复失败的雕像 ▼ 3 这裤子长的过分了! ▼ 4 一般人肯定问不出的问题 ▼ 5 令人无语的重婚案 (via.头条新闻) ▼ 6 ...

  4. 如果你觉得 Git 很迷惑人,那么这份小抄正是为你准备的!

    作者 |Maxence Poutord 责编 | Carol 来源 | 漫话编程 封图 | CSDN付费下载于视觉中国 如果你觉得 git 很迷惑人,那么这份小抄正是为你准备的!请注意我有意跳过了 g ...

  5. 分享20份小升初超实用简历模板,每套都有自己的风格,可选取适合孩子的

    20份小升初超实用简历模板下载链接:https://pan.baidu.com/s/1fY0xhmGrvyfVXnd1CF5YXA?pwd=zdkp 提取码:zdkp 奔跑少年小升初简历.docx 女 ...

  6. 修复版拼团商城前端+后端微信小程序源码下载

    1.怎么玩? 多人拼团,部分人获得得商品,没获得商品的人退款并瓜分红包,红包佣金从获得商品的人的订单利润里返. 2.参与拼团的人需要支付多少钱? 每个人需要支付商品规定的卖价金额,一元购模式的大家分担 ...

  7. 【疯狂诗词大会小程序2.0】功能模块+前端+诗词答题小程序+内置数千道题目+开箱即用

    源码简介与安装说明: 模块介绍: 诗词答题小程序,支持单项选择题.文字线索题.看图猜诗词.读诗句猜谜等题目类型. 内置数千道题目,开箱即用.随机出题,先易后难. 诗词同步学,每一道诗题都配备了优质的诗 ...

  8. vue 传参 微信_小猿圈web前端之微信小程序页面间跳转传参方式总结

    原标题:小猿圈web前端之微信小程序页面间跳转传参方式总结 最近小程序发展的越来越快,很多大公司也在打造自己的小程序平台以及购物小程序等等,今天小猿圈web前端讲师就总结了关于微信小程序的知识点,首先 ...

  9. 前端开发----微信小程序入门级教程(前篇)

    前言 前段时间,凭借着出生牛犊不怕虎的劲头,凭借着一点Java基础和前端入门的知识水平,买了域名和服务器准备搭建自己的一个技术站点,初衷是旨在打造自己成为一个T形全站工程师.后经过各种百度,各种折腾终 ...

  10. 今日头条小程序内测!BAT早已收割,张一鸣还能分到羹吗?

    文:罗超,陶程亦有贡献 日前,一位开发者向"罗超频道"透露,其已受邀参加今日头条小程序内测,如果不出意外,今日头条小程序平台很快就会发布. 如果今日头条发布小程序,将是继BAT后, ...

最新文章

  1. 中国互联网+固体饮料行业商业模式创新与投资机会深度研究报告
  2. 在商业中,如何与人工智能建立共生关系?
  3. 一文读懂工业物联网 全面起底核心玩家和技术体系
  4. html局部可复制,截取网页局部区域css样式的方法和系统的制作方法
  5. File类判断功能的方法
  6. EFCore Lazy Loading + Inheritance = 干净的数据表 (二)
  7. 前端学习(648):转换为boolean
  8. 网站留言板防重复留言_2020微信公众号怎么开通原创、赞赏、留言功能?【5月更新】...
  9. MAC安装influxdb和grafana
  10. pythonlambda回调函数_Python中如何借助lambda来给回调函数传参
  11. 我是如何高效录制出那么多高质量 gif 动图的呢?
  12. 应用安全-XXE(XML外部实体注入)攻防整理
  13. 支付宝宣布刷脸支付将全面接管扫码支付
  14. typora 下载 安装教程
  15. Java课程设计- 记事本代码
  16. 当当网上书店购物车——JS源码
  17. win11iso镜像如何安装 Windows11官网镜像安装步骤
  18. NCA:九岁的已经发起了 DDoS 攻击
  19. linux判断文件类型是否存在脚本,shell脚本中的逻辑判断 文件目录属性判断 if特殊用法 case判断...
  20. vue中使用vue-awesome-swiper的方法(实现一屏展示多个图片,点击左右滚动一张)

热门文章

  1. Live Mesh - Synchronizing life
  2. 在克隆环境上分离httpd和subversion。
  3. 20天精通 Windows 8:系列课程资料集
  4. 网络安全工程考试大纲
  5. 为qt程序添加ico图标
  6. Java接受带文件的表单,Javaweb使用getPart来接收表单文件
  7. python float转int_Python 常见内置数据类型及其转换方法
  8. login组件的两种用法_Vue.js 组件该如何正确的复用和扩展
  9. redismanager 获取不到yml中的密码_恋爱物语APP:在城市的孤独中,获取真爱密码...
  10. You-Get—— 基于 Python3 的媒体下载工具