answersLogoWhite

0

CSS provides styling to the code for interactiveness. It makes the webpage look good and classy.

User Avatar

Wiki User

10y ago

What else can I help you with?

Related Questions

What is css in relation to HTML?

HTML contains the content and CSS contains the formatting.


How do you set margins without CSS in HTML?

HTML does not have a built-in way to set margins without CSS. Margins are a property of Cascading Style Sheets (CSS), not of HTML. To set margins in HTML, you need to use CSS either directly in a “style” attribute of an HTML element, or by using an external CSS file linked to your HTML document.


What languages can a browser understand?

HTML, CSS, & JavaScript.


How do you set HTML side by side?

CSS works alongside HTML for complete functionality. A CSS can be embedded in HTML also.


How to create thumbnail images using HTML and css?

Thumbnail images can be made using HTML and CSS. HTML will import the image and CSS would give the thumbnail style.


What are built-in tags Like for HTML and CSS?

No tags are used in CSS. Tags are actually what CSS primarily styles.


How does CSS inhance HTML?

CSS handles the presentation portion of displaying an HTML document on the web. That is to say that CSS makes things like color, size, shape, weight, etc. possible in HTML. To say that CSS "enhances" HTML, however, is an over simplification. CSS provides separate and different functionality than HTML does. HTML does not have the abilities inherent in CSS. Instead, the CSS code makes HTML code more palatable for a human user. Most web spiders, for instance, do not employ HTML fully, if at all.


What you can do with CSS?

HTML provides the content and CSS gives the formatting or "styling"


What is an embedded style?

Embedded CSS simply means that your CSS is written in an external file (i.e. not in your HTML file). The external file can be anywhere on your server and must end in ".css". You would call this CSS file from inside your HTML file like this:On the otherhand, inline CSS is when your CSS is included inside of your HTML code, for example:foo


Is there a list of cheat sheets for HTML and css code?

w3schools has very handy guides and references to CSS and HTML, and more. [ http://www.w3schools.com/ ]


How do you layer CSS elements above the HTML tooltip?

You can layer CSS element above HTML easily. It can be done as :<style> #id { ... } </style>


What are HTML stylesheets?

HTML is a markup language and not a style sheet. CSS is the styling code used to make an HTML page look the way you want it. CSS Tutorials might help you.