没有背景颜色啊

来源:1-6 编程练习

DURANT

2017-11-15 20:15:35

<html>
    <head>
    <title>hello</title>
    </head>
    <body>
        <p backgroundcolor="red">HELLO,everyone.This is my first page!</p>
    </body>
    </html>


写回答

2回答

叼牌大师兄

2017-11-16

<p style="background: red">HELLO,everyone.This is my first page!</p>

bgcolor 是标签body的属性 不推荐使用

0

慕姐2234847

2017-11-15

<html>

<head>

<title>hello</title>

</head>

<body bgcolor="red">

        <p>HELLO,everyone.This is my first page!</p>

</body>

</html>

背景属性写在<body>标签内


0
hURANT
h 谢谢,我也试了,有颜色了 但是为什么放在<p>标签里不行啊
h017-11-15
共1条回复

0 学习 · 36712 问题

查看课程

相似问题

关于背景色

回答 2

回答 1

回答 2