CSS

id selector , '#'

class selector , '.'

onClick="window.location.href='success.jsp'"

If the link to the external style sheet is placed after the internal style sheet in HTML <head>, the external style sheet will override the internal style sheet!

body{margin-right:200px;}

how to set a fixed background image? body{background-attachment:fixed;}

原文地址:https://www.cnblogs.com/wangzhi/p/3379627.html