Css中,content : '.' ; 是什么意思?

html-css06

Css中,content : '.' ; 是什么意思?,第1张

意思是有满足的、使满足、目录等,同时也是计算机语言的一种方法。音标:英 ['kɒntent]   美 [ˈkɑ:ntent] 。content 一共有三种词性,具体的意思如下:

1、n.内容;满足;(书等的)目录;容量

2、adj.满足的,满意的;愿意的;心甘情愿的

3、vt.使满足,使满意

content的各种形式:

第三人称单数: contents

复数: contents

现在分词: contenting

过去式: contented

过去分词: contented

扩展资料:

content 的近义词是

1、pleased

发音:英 [pliːzd] 美 [pliːzd] adj. 高兴的,开心的,乐意的。

例句:

He was pleased with their warm welcome.他们的热烈欢迎使他很高兴。

I am very pleased to hear the news.我很高兴听到这个消息。

2、happy

发音:英 ['hæpi] 美 ['hæpi] adj. 高兴的,幸福的,幸运的,乐意的。

例句:

I am so happy to hear of your engagement.听到你订婚我很高兴。

his has been the happiest day of my life.这是我生活中最快乐的一天。

参考资料来源:百度百科-content

dasplay的所有值:

none 此元素不会被显示。

block

此元素将显示为块级元素,此元素前后会带有换行符。

inline

默认。此元素会被显示为内联元素,元素前后没有换行符。

inline-block

行内块元素。(CSS2.1 新增的值)

list-item

此元素会作为列表显示。

run-in

此元素会根据上下文作为块级元素或内联元素显示。

compact

CSS 中有值 compact,不过由于缺乏广泛支持,已经从 CSS2.1 中删除。

marker

CSS 中有值 marker,不过由于缺乏广泛支持,已经从 CSS2.1 中删除。

table

此元素会作为块级表格来显示(类似 <table>),表格前后带有换行符。

inline-table

此元素会作为内联表格来显示(类似 <table>),表格前后没有换行符。

table-row-group

此元素会作为一个或多个行的分组来显示(类似 <tbody>)。

table-header-group

此元素会作为一个或多个行的分组来显示(类似 <thead>)。

table-footer-group

此元素会作为一个或多个行的分组来显示(类似 <tfoot>)。

table-row

此元素会作为一个表格行显示(类似 <tr>)。

table-column-group

此元素会作为一个或多个列的分组来显示(类似 <colgroup>)。

table-column

此元素会作为一个单元格列显示(类似 <col>)

table-cell

此元素会作为一个表格单元格显示(类似 <td>和 <th>)

table-caption

此元素会作为一个表格标题显示(类似 <caption>)

inherit

规定应该从父元素继承 display 属性的值。

<form action="http://www.baidu.com/baidu" target="_blank">

<div align="center">

<img src="https://gss0.bdstatic.com/70cFsjip0QIZ8tyhnq/search/img/baidulogo_clarity_80_29.gif" alt="Baidu" border="0" align="bottom"><input type=text name=word size=30>

<input type="submit" value="百度搜索">

</div>

</form>

把代码放在<body></body>标签之间运行一下。