使用webstorm编辑html5时出现错误

img


使用webstorm编辑html5文件,在对和

添加属性时,出现“废弃的特性”,我是刚开始自学,不懂哪里有错误

 style="text-align:center"

没见过这种写法,样式都是通过style属性,或者给div绑定一个样式名来的

<div class="wrap" style="background:#fff"></div>
<style>
.warp{text-align:center}
</style>