SLIDE 1
Outline
- How does Internet Work?
- Web Development
- HTML
– Block vs. Inline elements – Lists – Links and Attributes – Tables – Forms
2
Web Development and HTML Shan-Hung Wu CS, NTHU Outline How does - - PowerPoint PPT Presentation
Web Development and HTML Shan-Hung Wu CS, NTHU Outline How does Internet Work? Web Development HTML Block vs. Inline elements Lists Links and Attributes Tables Forms 2 Outline How does Internet Work? Web
2
3
4
5
6
7
GET /wiki/Node.js HTTP/1.1 Host: www.wikipedia.org Accept: text/html, application/json
HTTP/1.1 200 OK Content-Type: text/html Content-Length: 3324 <!DOCTYPE html> <html> <head> ... </head> <body> ... </body> </html>
8
9
10
11
12
13
14
15
16
17
<meta name="viewport" content="width=device-width, initial-scale=1.0">
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33