Skip to content

Commit f0e0cd1

Browse files
committed
fixed markdown
1 parent 0fd3d49 commit f0e0cd1

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

notes.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
_============================================_
2-
Front-end vs Back-end development
3-
_============================================_
1+
# Front-end vs Back-end development
2+
3+
---
44

55
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.
66

@@ -10,12 +10,10 @@ When you visit a dynamic website the request is sent to a server where the websi
1010

1111
The files are sent as before and the browser renders the site in the same way.
1212

13-
_============================================_
14-
The three languages
15-
_============================================_
13+
---
1614

17-
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.
15+
## The three languages
1816

19-
_============================================_
17+
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.
2018

21-
_============================================_
19+
---

0 commit comments

Comments
 (0)