BasicIm 发表于 2022-11-22 12:23:16

一些html元素

meta
meta name=" " content=" "

description ,author,
自适应:<meta name="viewport content="width"=device-width,initial-scala=1.0">
style元素:
<style>
        body{background-image: url("../img/bc.png")}
        h1{text-align:center;color:white;}
        p{text-indent:32px;font-size:16px;line-height:32px;color:white}
        img{position:absolute;left:50%;margin-left:-181px;}


</style>

style
width
height
title
text-align
center
line-height
background
image
background-position
background-repeat
top/right/bottom/left/center






页: [1]
查看完整版本: 一些html元素