
- Forum
- Programming Talk
- Html
- Total site in CSS?
Total site in CSS?
This is a discussion on Total site in CSS? within the Html forums, part of the Programming Talk category; is it possible to make whole website in css? I don't know how to stretch the gifs in those columns ...
-
Total site in CSS?
is it possible to make whole website in css? I don't know how to stretch the gifs in those columns on the sides of the page with CSS.
-
Yes, you can make your whole page in CSS and you should.
Last edited by admin; 08-30-2010 at 01:08 PM.
-
CSS is used for presenting data logically and for managing the information presented in a website efficiently. CSS helps in making performance of website better by reducing the time taken for loading the web page. Since both CSS and HTML has its own limitations I would suggest use both HTML and CSS together to design the website efficiently.
-
You have no choice but to use both HTML and CSS if you are planning to create a whole site using CSS. It will not work without the HTML file telling it where to pull the other files from.
-
You have no choice but to use both HTML and CSS if you are planning to create a whole site using CSS.
-
04-19-2009, 12:39 PM #6
- Join Date
- Apr 2009
- Answers
- 1
No, you can't, because CSS is just only style sheet where you can change look and feel of site not other than this, and for that HTML support it. So, you have to use CSS with HTML either external or internal CSS file.
-
As per my knowledge you need to use both HTML and CSS....
-
12-14-2010, 01:44 AM #8
- Join Date
- Dec 2010
- Answers
- 34
Yes you can create a whole website in CSS... but it will be pointless as it will say nothing.
-
08-23-2011, 04:48 AM #9
- Join Date
- Aug 2011
- Location
- Hyderabad
- Answers
- 22
If you don't need any user interaction CSS and html is enough to build a content site. They loads faster than normal sites and looks very pretty. Browsers like this sites.
-
Sponsored Ads

Reply With Quote





