Blogger Information
Blog 8
fans 0
comment 0
visits 6173
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
页面的文档结构及元素的三大属性
多喝水
Original
952 people have browsed it

html页面的文档结构及元素的三大属性

一、HTML5文档结构

HTML文档结构


二、元素说明

元素 说明
<!DOCTYPE html> 通知浏览器这是⼀个 HTML5 ⽂档,应始终写在第⼀⾏
<html></html> HTML文档开始、结束标签
<head></head> 头部信息标签,内部可包含meta信息
<title></title> 页面标题
<body></body> HTML文档正文内容区域,输出到页面的内容置于body标签内部
<script></script> Javascript代码块,内部可直接书写JS代码
<style></style> 样式代码块,内部可直接书写CSS代码

三、HTML元素的三大属性

名称 作用
id 获取页面中的唯一元素
class 获取页面中的一类元素
style 设置元素的内联样式

优先级:style>id>class

四、学习感悟

  1. 学习了HTML5文档结构
  2. 认识了HTML元素的三大通用属性,id、class、style。
  3. 认识了第一个Js的元素console.log(),使用console.log()指令可将代码执行结果发送到浏览器控制台显示
Correcting teacher:WJWJ

Correction status:qualified

Teacher's comments:总体写的还不错,可以更详细一点。
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post