如何将img或链接放在div中?

时间:2018-06-28 18:45:24

标签: html css3

我正在尝试在html和css中设计标题,但失败了。 this is what happened

这是我的代码:

<body>
        <header id="topheader">
            <a href="index.html" id="headerImage"><img height=115px width=110px src="image/bloglogo.png"></a>
        </header>
    </body>

#topheader {
    background-color: brown;
}

我不明白为什么我的img不能真正放入标题中?

0 个答案:

没有答案