answersLogoWhite

0

What role does CSS play in the development of a webpage?

Updated: 8/19/2019
User Avatar

Wiki User

12y ago

Best Answer

It provides formatting instructions for areas of the page (Usually used in div and span tags). Such as where to position it, what background, font, ect.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What role does CSS play in the development of a webpage?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are the language are available to create webpage?

Some web development languages include: HTML, CSS, and JavaScript.


Is HTML a language for describing a webpage?

It's one of them. Also, the main one. Others are PHP, ASP, JavaScript, CSS, Ruby On Rails, and Perl


What are the importants of css in HTML?

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


What are CSS frameworks?

It is a pre-planned libraries, which allows easier and more standards-compliant webpage styling, using CSS language.


What is the definition for a relative address in CSS?

Relative addresses exist on servers and in HTML. A webpage can have a relative address linking a stylesheet to it. They do not exist in CSS.


How a webpage can be decorated?

Lots of ways...common ways are: -CSS floating tabs -CSS menus, esp.drop downs -Background images -Pictures everywhere -Animations, esp. marquee


Is Source Code the same as CSS Code?

It can be but source code is just the code of a webpage. Whatever format it is.


Can you create a forum in a webpage?

Yes, we can create a forum on a page. It would require HTML, CSS and JavaScript.


What is css an how it can use with xml?

CSS stands for cascading style sheet and it is used to apply styling to websites and webpage's i.e. colour and font of text, colour and style of buttons etc. XML is for transporting xml data over the internet. Combined you can use xml and css to style up data and represent it over the internet on webpage's in a consistent way across different browsers


What are some skills needed for webpage designing?

The two essentials are:Knowing how to code (X)HTML.Knowing how to code CSS.


How do you put images on a webpage that change from one to the next?

CSS would not do this for you, you need javascript or php or something other web language. You could get CSS to change images on a click to a hyperlink though.


How do you attach a css file to a a webpage?

The common way of attaching a CSS file to a web page, is to include a link inside the header section. This would look like <link rel="stylesheet" href="style.css" type="text/css" /> This allows you to attach an external CSS style sheet to a web page.