Html 如何删除没有类或ID的div?

Html 如何删除没有类或ID的div?,html,css,Html,Css,我有一个div,我想删除trought CSS,但我忘了怎么做 <div style="position: fixed; z-index: 999999; bottom: 0; left: 0; right: 0; border: 1px solid #3ba2f4; background:#3ba2f4; text-align: center; padding: 10px 20px; color: #fff; font-size: 13px; line-height: 18px

我有一个div,我想删除trought CSS,但我忘了怎么做

<div style="position: fixed; z-index: 999999; bottom: 0; left: 0; right: 0; border: 1px solid #3ba2f4; background:#3ba2f4; text-align: center; padding: 10px 20px; color: #fff; font-size: 13px; line-height: 18px; font-family: inherit;"><b>You have to read our documentation.</b>There is link to docs.: <a href="#!" style="color: inherit; font-weight: bold; text-decoration: underline;">Read our documentation</a></div>
您必须阅读我们的文档。这里有指向文档的链接:
如何删除此trought css?

谢谢

您可以执行div{display:none}