answersLogoWhite

0

What is css php?

User Avatar

Anonymous

13y ago
Updated: 8/18/2019

There is no such thing. PHP is a scripting language, and CSS is a markup protocol. While the two technologies are often used as different parts of the same web application, they are not mutually inclusive and are not part of the same specification.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

How do you write themes in PHP?

You can use Cascading Style Sheets (CSS) to create website themes for your PHP website.


Html css javascript php etc charts and cheat sheets. Linkz please?

HTML: http://www.w3schools.com/tags/default.asp CSS: http://www.w3schools.com/css/css_reference.asp JavaScript: http://www.w3schools.com/jsref/default.asp PHP: http://www.php.net/manual/en/


What is the career in PHP?

I think it depends, but may be learning or having experience with: 1. HTML 2. CSS 3. PHP 4. Some database combined with PHP such as MySQL, Postgre or SQLite 5. PHP frameworks and APIs (there are many)


Why can a CSS sheet fail to work properly after converting a web page from HTML to PHP?

AnswerThe web browser cannot tell whether the page information arriving at the browser comes from a PHP source or an HTML source. So if the HTML version works and the PHP version CSS is broken you have translated the page incorrectly. Examine the page source from the browser window for both versions and compare them closely. The PHP version must reference the CSS file correctly in the header. Check that in particular. :]


How do you link css to a database?

CSS, Cascading Style Sheet, is a formatting tool. It can not connect to a database. You need to use a programming language like C#, JavaScript, or PHP.


What programming language is used for webOS applications?

HTML5, JavaScript, CSS


How do you add styles to links with PHP?

PHP is not designed to do this sort of decoration alone -- you will need another language that adds styles. However, PHP can output a portion of these styling languages, like CSS, that add decoration to links.


What is a special formatting language that programmers use to format documents for display on the Web?

Html, css, php


What lanquage can you create and publish a website?

HTML, CSS, PHP, ASP.NET, JavaScript, Ruby on Rails - to name a few.


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 I draw a diamond shape using PHP?

You should seriously consider use of css, photoshop and illustrator for designing the diamond shape. PHP is originally meant for development (that too server side)


Where can you learn more of php?

Two sites worth exploring for lessons on web programming in general are CSS-Tricks.com and Lynda.com