Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

HTML

Ashley Keeling
Ashley Keeling
11,476 Points

what is front and back end web design/development ?

I not sure what they mean could someone tell me plaese thanks

1 Answer

Hanna Mchatton
Hanna Mchatton
10,279 Points

Frontend is what runs in the browser...html, CSS, Javascript..." client-side" Backend is what the server runs and consists of (usually) a server, application, and database...SQL, PHP and so on..." server side"

The public will see the front end of the site and the backend is what the site communicates with. So if you write a blog post the content and style is the frontend and where/how it's stored and recalled is the backend.

Ashley Keeling
Ashley Keeling
11,476 Points

thanks I get what they are now