How to align a heading and a hyperlink or an image or some text in the same row (without using tables)?
Latest Answer: krishna.header{ width:300px; height:25px; line-height:25px; font:11px Verdana, Arial, Helvetica, sans-serif; padding:0 10px; background-color:#CCCCCC; }.header ...
How does a browser determine how an item is positioned?
Latest Answer: .logo{position: absolute;left: 100px;top: 50px;}This kind of CSS helps the browser. ...
What are the issues encountered with IE z-index?
Latest Answer: z-index {} is used for overlapping trifle; can vary from 0 to 100; ...
What is the Difference between display:none and visibility: hidden?
Latest Answer: Display:none will hide the control on the webpage (hidden)Visibility:hidden will not render the control on the webpage (not rendered) ...
What are the five possible values for "Position", and what is the default?
Latest Answer: Static, Relative, Fixed and Absolute. Static is the Default positioning ...
What is the relationship between CSS and HTML?
Latest Answer: HTML structural part of the webpage, while CSS consumes and modifies the presentation part of a web page ...
Latest Answer: A superset of CSS, CSS2 includes a number of new capabilities like absolute, relative, and fixed positioning of elements, the concept of media types, support for aural style sheets and bidirectional text, and new font properties such as shadows.CSS3 is ...
Latest Answer: heading 1 (h1)margin-left: 0px margin-right: 0px; margin-top: 8px; margin-bottom: 8px;heading 2 (h2)margin-left: 0px margin-right: 0px; margin-top: 10px; margin-bottom: 10px;heading 3 (h3)margin-left: 0px margin-right: 0px; margin-top: 12px; margin-bottom: ...
Latest Answer: write all classes one by one separated by space Ex: welcome to my home page ...
Latest Answer: In CSS,a{ text-decoration: none;} ...
View page [1] 2 3 4 Next >>

Go Top