上传者: 40729159
|
上传时间: 2019-12-21 20:52:50
|
文件大小: 1.19MB
|
文件类型: doc
HTML5开发实训:让我们学会用代码编写网页,最重要的是学会HTML5的基础运用,了解安卓系统方面的一些知识!有利于我们以后的网页设计学习!
二、实习内容
第一天,我们学习了用代码写网页最基本的知识,如:
<html>
<head>
<meta charset="utf-8" />
<title>Hello MobileTalk</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<!-- UI Lib CSS resources -->
<link rel="stylesheet" href="styles/css/dolphin.ui.layout.css" />
<link rel="stylesheet" href="styles/css/dolphin.ui.theme.css" />
<!-- Add this script to enable wifi debug -->
<!-- [removed][removed] -->
<!-- Comment this script out to enable wifi debug -->
[removed][removed]
<!-- Add this script to enable device APIs and zepto js -->
[removed][removed]