Skip to content

Commit 424835c

Browse files
committed
fixed markdown
1 parent f0e0cd1 commit 424835c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

notes.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Front-end vs Back-end development
22

3-
---
4-
53
We visit a page, the browser sends a request to the web server where the website is hosted, the server then sends a response with all of the files requested. It responds with html, css, and javascript, which are the core web technologies. The browser then renders the website with the provided files.
64

75
The process of writing html, css, and js is called front-end development. When the files are simply stored on the server a request will return a static website.
@@ -10,8 +8,6 @@ When you visit a dynamic website the request is sent to a server where the websi
108

119
The files are sent as before and the browser renders the site in the same way.
1210

13-
---
14-
1511
## The three languages
1612

1713
HTML is the content of the webpage. CSS is the styling of that content on the page. JS is the dynamic effects and data of the webpage.

0 commit comments

Comments
 (0)