English 中文(简体)
html特性和风格的功能重叠
原标题:When functionalities of html attributes and css styles overlap
  • 时间:2010-03-29 18:18:56
  •  标签:
  • html
  • css

(1) 如果在安全局档案中,我们具体说明以下风格:

td
{ text-align:center; }

在“Html”档案中,我们已经掌握了这些档案。

<td align=”right” … >

然后,在CSS档案中设定的价值将优先于在线html特性,从而将载于<代码><td>的电池与该中心连接起来。

a) 所有html属性是否相同? 如果中心服务公司的规则和html认为功能重叠,中心服务公司的规则是否总是优先?

BTW——我知道,我们通常更喜欢使用CSS规则诉html属性。

页: 1

最佳回答

哪一套定义、超文本属性或特别安全局的特性优先?

www.un.org/Depts/DGACM/index_spanish.htm 教科书答案:

基础设施服务公司的财产优先于超文本属性。 如果两者都明确,在浏览器中将显示超文本的属性,而没有CSS的支持,但是在CSS支持下的浏览器中则不会有任何效果。

(参考:

www.un.org/Depts/DGACM/index_spanish.htm 真正的世界答案:

如果你想要确定某一特性或一套特性,则取决于你是否必须进行单位测试,并将这些测试应用于你希望核查是否符合“教科书”答案的具体浏览器,或者是否遵守你对你所从事具体项目的具体说明。

你已经表示,你知道某些超文本属性被贬低,因此,我不会在这里重复这一点。

问题回答

暂无回答




相关问题
CSS working only in Firefox

I am trying to create a search text-field like on the Apple website. The HTML looks like this: <div class="frm-search"> <div> <input class="btn" type="image" src="http://www....

image changed but appears the same in browser

I m writing a php script to crop an image. The script overwrites the old image with the new one, but when I reload the page (which is supposed to pickup the new image) I still see the old one. ...

Firefox background image horizontal centering oddity

I am building some basic HTML code for a CMS. One of the page-related options in the CMS is "background image" and "stretch page width / height to background image width / height." so that with large ...

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签