考试代码:98-383使用 HTML 和 CSS 编程 考试大纲
微软MTA认证考试考什么?考试内容?
微软MTA认证考试是分科目的,现在我们要看得就是微软给出的MTA考试代码:98-383 考试名称:使用 HTML 和 CSS 编程的大纲,如果你通过了这科考试之后,将会获得使用 HTML 和 CSS 编程的MTA证书
此处微软有两点要提醒考生们注意:
- 考试大纲中的描述,仅仅为了说明微软MTA认证考试将如何评估该技能,并不确保已经包含了所有要考的内容
- 在大多数情况下,MTA考试只会涵盖已经正式发布的功能,不会涵盖还在预览的功能
了解 HTML 基础知识 (10-15%)
- meta标签
- script; noscript; style; link; meta tags, including encoding, keywords, viewport, and translate
- 符合行业最佳实践的标记规范
- DOCTYPE declaration; HTML; head; body; proper syntax, including closing tags and commonly used symbols; comments
了解 CSS 基础知识 (15-20%)
- 分析使用内联样式、内部样式表和外部样式表的影响
- 何时使用内联样式;何时使用内部样式表;何时使用外部样式表;使用内联样式和样式表组合时优先顺序
- 样式选择器
- 验证样式选择器的语法,包括: class, id, elements and pseudo-class
- 构建符合最佳实践的样式表
- 复用样式选择器;注释;多个浏览器调试;安全字体
使用 HTML 构建文档 (30-35%)
- 用标签构建文档
- table; h1-h6; p; br; hr; div; span; ul; ol; li
- 用HTML5的语义标签构建文档
- header; nav; section; article; aside; footer; details; summary; figure; caption
- 超链接
- image links; a; target; bookmark; 相对和绝对链接; 导航简单的文件夹层次结构
- 表单
- form; action; method; submission methods; accessibility; input types and restrictions; select; textarea; button; output; option; datalist; fieldset
使用 HTML 呈现多媒体 (10-15%)
- 图片
- img and picture标签和他们的属性
- 准确描述img、svg 和canvas元素的用法
- 音频和视频
- video; audio; track; source; iframe
使用css样式表美化网页
- 元素定位
- position:float, relative, absolute, max-width, overflow, height, width, 行内和块元素;visibility;盒子模型:包括margins和padding
- 文本样式
- font-family; color; font-style; font-size; font-weight; link colors; text formatting, including text alignment, text decoration, and indentation
- 背景和边框
- border-color; border-style; border-width; backgrounds; divs; colors
- 响应式布局
- 计量单位;CSS的响应效果,包括视口和媒体查询;百分比与像素;框架和模板;最大宽度