+ 8
Can you use only css language to program a website
I am confused whether only the css coding can create a very beautiful website
3 Answers
+ 8
I don't see how that would be possible. CSS is for styling and it can be used for animations and such... But what you will actually need to style or animate you have to define with HTML (or JavaScript if you like the pain of defining all of your DOM there)... That is unless I am not understanding your question
+ 10
thanks cyk
+ 3
Actually you will need javascript to make the elements function.Also you might need bootstrap to make it responsive.