全栈介绍

general public 公众
HTML 用来显示文字 CSS 可以用来更改样式 javas
intelligence and behavior management
智力与行为管理
客户端包含三层 网页浏览器 客户端库 客户端代码 website(网站)increasingly(越来越多的)web application(网络应用)devices to access (设备访问)multi-platform(多平台)服务端支持多平台变得越来越重要 ultimate goal 最终目标提高到无缝整合包括网页,手机,服务端 essential(基本)assessment(评估)presentation(介绍)attributes(属性 )properties(属性)indicator(指示器)presentation files)(演示文档)

<head>
<title>我的第一个 HTML 页面</title>//网页头好像没什么用的样子,等以后看
</head>
<h1>This is heading 1</h1>//这是文章的一级标题和二级标题,差别就是字体大小
<h2>This is heading 2</h2>
<body>//网页要表达的内容
<p>以后我要在自己的网站上</p>
<hr />//段落线
<!--这是一段注释。注释不会在浏览器中显示。-->
<p>写日记</p>//<p>...</p>这是一段,分段显示通过这种方式
</body>

</html>
<html>
<body bgcolor="yellow">//设置字体颜色
<p align="center">
我一个人吃饭<br />旅行<br />到处走走停停<br /也一个人看书,<br /写信 <br />自己对话谈心
</p>
</html>

<svg xmlns="http://www.w3.org/2000/svg">
<text x="10" y="30"
style="font­weight:bold; font­size:34">My Web Page</text>
<text x="10" y="80"
style="font­size:34">This web page is so awesome!</text>
</svg>

HTML ELEMENTS WE WILL LOOK AT ## HTML的元素

Structure <html> <head> <body>
In <head> <meta> <author>
<style> <link> <script> <base>
In <body> <h1> <p>//所拥有的结构
HTML命令被称为元素
HTML PAGE STRUCTURE//html页面结构
<!DOCTYPE html>
<html>
<head>
. . . header elements go here . . .
</head>
<body>
. . . the main web page content goes here . . .
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>A Simple Web Page</title>//title不显示
<meta name="author" content="David Rossiter">
</head>
<body>
<h1>My Web Page</h1>//一级标题
<p>This web page is so awesome!</p>//段落
</body>
</html>
//You need to use speech marks for any HTML attributes//你需要使用引号来描述任何HTML属性
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值