产品经理学习的代码笔记
2022-12-12 17:04:18 1 举报
AI智能生成
产品经理懂得基本代码
作者其他创作
大纲/内容
head
title
每个网页都有标题
每个网页的标题内容都不一样
meta
<meta charset="utf-8">
charset
utf-8
<meta name="Keywords" content="关键词1,关键词2">
name
keywords
content
<meta name="Description" content="描述文字">
Description
link
href
type
text/css
rel
stylesheet
body
h1~h6
前后都换行
文字加粗
p
br
b
strong
i
em
u
s
ul(ol)
li
type
start
dl
dt
dd
分支主题
a
href
target
_blank
分支主题
img
src
alt
table
tr
td
rowspan
colspan
table的属性
border
width
height
form
input
type
text
password
email
radio
CheckBox
file
button
submit
reset
placeholder
maxlength
value
name
select
option
textarea
cols
rows
form的属性
action
method
iframe
src
width
height
frameborder
scrolling
frameset
frame
div
span
蓝色为单标签
<!doctype html>
body的属性
bgcolor
text
0 条评论
下一页