考試代碼:98-383使用 HTML 和 CSS 編程 考試大綱


微軟MTA認證考試考什么?考試內容?

微軟MTA認證考試是分科目的,現在我們要看得就是微軟給出的MTA考試代碼:98-383 考試名稱:使用 HTML 和 CSS 編程的大綱,如果你通過了這科考試之后,將會獲得使用 HTML 和 CSS 編程的MTA證書

此處微軟有兩點要提醒考生們注意:

  1. 考試大綱中的描述,僅僅為了說明微軟MTA認證考試將如何評估該技能,并不確保已經包含了所有要考的內容
  2. 在大多數情況下,MTA考試只會涵蓋已經正式發布的功能,不會涵蓋還在預覽的功能

了解 HTML 基礎知識 (10-15%)

  1. meta標簽
    • script; noscript; style; link; meta tags, including encoding, keywords, viewport, and translate
  2. 符合行業最佳實踐的標記規范
    • DOCTYPE declaration; HTML; head; body; proper syntax, including closing tags and commonly used symbols; comments

了解 CSS 基礎知識 (15-20%)

  1. 分析使用內聯樣式、內部樣式表和外部樣式表的影響
    • 何時使用內聯樣式;何時使用內部樣式表;何時使用外部樣式表;使用內聯樣式和樣式表組合時優先順序
  2. 樣式選擇器
    • 驗證樣式選擇器的語法,包括: class, id, elements and pseudo-class
  3. 構建符合最佳實踐的樣式表
    • 復用樣式選擇器;注釋;多個瀏覽器調試;安全字體

使用 HTML 構建文檔 (30-35%)

  1. 用標簽構建文檔
    • table; h1-h6; p; br; hr; div; span; ul; ol; li
  2. 用HTML5的語義標簽構建文檔
    • header; nav; section; article; aside; footer; details; summary; figure; caption
  3. 超鏈接
    • image links; a; target; bookmark; 相對和絕對鏈接; 導航簡單的文件夾層次結構
  4. 表單
    • form; action; method; submission methods; accessibility; input types and restrictions; select; textarea; button; output; option; datalist; fieldset

使用 HTML 呈現多媒體 (10-15%)

  1. 圖片
    • img and picture標簽和他們的屬性
  2. 準確描述img、svg 和canvas元素的用法
  3. 音頻和視頻
    • video; audio; track; source; iframe

使用css樣式表美化網頁

  1. 元素定位
    • position:float, relative, absolute, max-width, overflow, height, width, 行內和塊元素;visibility;盒子模型:包括margins和padding
  2. 文本樣式
    • font-family; color; font-style; font-size; font-weight; link colors; text formatting, including text alignment, text decoration, and indentation
  3. 背景和邊框
    • border-color; border-style; border-width; backgrounds; divs; colors
  4. 響應式布局
    • 計量單位;CSS的響應效果,包括視口和媒體查詢;百分比與像素;框架和模板;最大寬度