猿问

把A标签设置为内联块状标签 设置高宽不起作用

<!DOCTYPE HTML>

<html>

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8">

<title>流动模式下的内联元素</title>

<style type="text/css">

a{display:inline-block

width:200px;

height:2300px;

    border:1px solid red;

}

</style>

</head>

<body>

    <a href="http://www.imooc.com">www.imooc.com</a><span>强调</span><em>重点</em>

    <strong>强调</strong>

</body>

</html>


qq_慕仰5024839
浏览 1663回答 3
3回答

ziom

display:inline-block后面少了个分号

自由的气息

display:inline-block后面少了个分号,建议使用sublime编辑器就不会出现这种低级错误了。
随时随地看视频慕课网APP
我要回答