HTML+CSS~~超详细的知识点统计

本文介绍了HTML的基本标签,如html、head、body、meta、link、script、p、h1~h6、a、table、form、div等,并概述了CSS中的背景、文本、字体和边框等样式属性。这些基础知识对于前端开发至关重要。
摘要由CSDN通过智能技术生成

   众所周知,html是超文本标记语言,css是级联样式表

  1.html标签统计:

html:根标签

 <html></html>

head:头标签

<head></head>

body:主体标签

<body></body> 

meat:单标签

<meta charset="UTF-8">

 link:引入外部文件

<link rel="stylesheet" href= "">

script:脚本标签

<script></script>

<script src=""></script>

p:段落文字

<p></p>

h1~h6:标题系列

<h1~6></h1~6>

a:链接

<a href = "" target=""></a>

table:表格表示数据

<table>

<tr><td></td></tr>

</table>

form:表单

<from action="" method="">

</from>

div:盒子

<div></div>

css样式:

background背景:

   background-image

   background-color

   background-repeat

   background-position

text文本 :

text-align

text-decoration

text-indent

text-shadow

text-tranfrom

color

font字体:

font

font-family

font-size

font-style

font-weight 

 list列表:

list-style

border边框:

border

border-style

border-color

border-width

border-bottom

border-right

border-left

border-radius 

outline轮廓:

outline-style

outline-color

其他样式:

z-index

display

position

overflow

curson

line-height

以上仅供参考哦!

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值