zoukankan
html css js c++ java
html5--1.3 元素的概念与3个常用标签
html5--1.3 元素的概念与3个常用标签
学习要点
1.元素的概念
2.3个常用的标签
HTML 元素指的是从开始标签到结束标签的所有代码。
开始标签
元素内容
结束标签
<h1>
h标签用来表示标题
</h1>
<p>
p标签表示一个段落
</p>
<hr>
我是一个单标签,我会给文档加一个横线
*注意我没有结束标签哦!
查看全文
相关阅读:
googleMap JsAPI
格式化Json代码
baidu map JSAPI
ajaxFileUpload与KindEditor
Intent 意图
初识Android
Android环境搭建
Android入门知识梳理
网页版计算器
使用socket实现简单的聊天功能
原文地址:https://www.cnblogs.com/Renyi-Fan/p/7874837.html
最新文章
The value of 'list_editable[0]' refers to the first field in 'list_display' ('title'), which cannot be used unless 'list_display_links' is set
Forbidden (403) CSRF verification failed. Request aborted.
Error: Exception in thread "main" java.lang.ClassNotFoundException: org.sqlite.JDBC (view)
auth.User.groups: (fields.E304) Reverse accessor for 'User.groups' clashes with reverse accessor for 'Us
pymysql的简单操作
Python collections模块总结
IE浏览器中不支持cookie问题
关于document.cookie的使用
my sql存储过程 基本使用
C#中DateTime详解
热门文章
sql中合并列方法
sql中纵表变横表
sql日期查询
c#正则获取html里面a标签href的值
1键安装包8个步骤
ldap查询、鉴权
ldap连接mysql (openldap-2.4.40 rpm + 操作系统CentOS 6.5标准版)
java长连接发短信-smppapi-0.3.9
lucen全文检索
Js欣赏
Copyright © 2011-2022 走看看