小编给大家分享一下HTML中如何设置类,相信大部分人都还不怎么了解,因此分享这篇文章给大家参考一下,希望大家阅读完这篇文章后大有收获,下面让我们一起去了解一下吧!
对 HTML 进行分类(设置类),使我们能够为元素的类定义 CSS 样式。
为相同的类设置相同的样免费云主机、域名式,或者为不同的类设置不同的样式。
实例
.cities {
background-color:black;
color:white;
margin:20px;
padding:20px;
}
London is the capital city of England.
It is the most populous city in the United Kingdom,
with a metropolitan area of over 13 million inhabitants.
分类块级元素
HTML
设置
实例
.cities {
background-color:black;
color:white;
margin:20px;
padding:20px;
}
London is the capital city of England.
It is the most populous city in the United Kingdom,
with a metropolitan area of over 13 million inhabitants.
Paris is the capital and most populous city of France.
Tokyo is the capital of Japan, the center of the Greater Tokyo Area,
and the most populous metropolitan area in the world.
分类行内元素
HTML 元素是行内元素,能够用作文本的容器。
设置 元素的类,能够为相同的 元素设置相同的样式。
实例
span.red {color:red;}
以上是“HTML中如何设置类”这篇文章的所有内容,感谢各位的阅读!相信大家都有了一定的了解,希望分享的内容对大家有所帮助,如果还想学习更多知识,欢迎关注云技术行业资讯频道!免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@byun.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。
这篇文章主要介绍“aria在bootstrap里指的是什么”,在日常操作中,相信很多人在aria在bootstrap里指的是什么问题上存在疑惑,小编查阅了各式资料,整理出简单好用的操作方法,希望对大家解答”aria在bootstrap里指的是什么”的疑惑有所帮…