Can inline CSS apply to child elements nested in the styled element?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 由 翻译 强力驱动 问题: This is the problem in a nutshell: I want to apply the style vertical-align: top to every <tr> in a table, without manually applying the style to every row. I have to use inline CSS because I'm on a wiki, so I can't edit the external style sheet, or edit the <head> to embed a style. When I add a style attribute to a <table> tag, it appears this style is not passed on to its child elements. (I can see how this is nearly always a good thing.) I can't use <style><!--...--></style> , because that is not a permitted tag on MediaWiki