为什么这个style标签里面没有写<style type="text/css">???求解释。

来源:15-2 水平居中设置-定宽块状元素

一棵心

2016-03-12 20:06

<html>

<head>

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

<title>定宽块状元素水平居中</title>

<style>

div{

    border:1px solid red;

   width:500px;

    margin:20px auto;

}


</style>

</head>


<body>

<div>我是定宽块状元素,哈哈,我要水平居中显示。</div>

</body>

</html>


写回答 关注

1回答

  • youngrivers
    2016-03-12 20:40:13

    没写是表示默认了

初识HTML(5)+CSS(3)-升级版

HTML(5)+CSS(3)基础教程8小时带领大家步步深入学习标签用法和意义

1225808 学习 · 18234 问题

查看课程

相似问题