Click here to Skip to main content
15,893,161 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: (untagged)
While developing a website, which one of the two would you give more priority? content or design?

What I have tried:

Do share your views, I would like to get some issues faced when we go design first as well as what happens when we go content first.
Posted
Updated 17-Jul-18 8:01am
Comments
CHill60 17-Jul-18 4:42am    
You might get more responses from the appropriate forum Web Development Discussion Boards[^]

1 solution

The "order" is:

Content (text / images / other media)
Structure (HTML)
Presentation (CSS)
Behavior (JavaScript).

Focus on the others at the expense of (interesting) "content", and you have a site no one is interested in.

("Content" is "King").
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900