天天看點

Nearth===>WEB前端--第一課/html5新增标簽

此次對于前端知識不做過多的講解,隻是簡單的做個學習筆記。另外,學習源碼樂于分享:

第一課回顧了html的相關知識,好多都忘記了,都怪自己平時沒有加強練習

html5在原有基礎html基礎上增加了不少的新表簽,便于應用移動用戶端:

<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <title>Nearth</title>
  </head>
  <body>
    <form action="#" method="post">
      <fieldset id="">
        <legend>Nearth學員資訊</legend>
      姓名:<input type="text" name="" id="" value=""accesskey="s"placeholder="張揚"
      autofocus=""autocomplete="on"/></br>
      電話:<input type="tel" name="" id="" value="" required=""/></br>
      郵箱:<input type="email" name="" id="" value="" required=""/></br>
      學院:<input type="text" name="" list="xueyuan" value="" placeholder="請選擇學院"/></br>
      <datalist id="xueyuan">
      <option value ="清華">清華</option>
      <option value ="北大">北大</option>
      <option value ="川大">川大</option>
        </datalist>
        成績:<input type="number" max="100"min="0" id="" value="" /></br>
      畢業時間:<input type="date" name="" id="" value="" /></br>
      顔色深度:<input type="range" name="" id="" value="" /></br>
      檔案路徑:<input type="url" name="" id="" value="" /></br>
      畢業月份:<input type="month" name="" id="" value="" /></br>
      畢業周:<input type="week" name="" id="" value="" /></br>
      檔案上傳:<input type="file"multiple="" name="" id="" value="" /></br>
      搜尋框:<input type="search" name="" id="" value="" /></br>
      <input type="submit" value="送出"/></br>
      <input type="reset" name="" id="" value="重置" /></br>  
      </fieldset>
    </form>
  </body>
</html>      

小妲己隻想和愛學習的主人一起玩·············