<!DOCTYPE html> <html lang="en"> <!-- But always use straight quotes --> <head> <meta charset="utf-8"> <title> </title> </head> <body> … </body> </html>
• • • • • •
HTTP request HTML file HTTP response Web Browser Web Server
GET / HTTP/1.1 Host: www.example.com HTTP/1.1 200 OK Content-Type: text/html Content-Length: 136 Server: Apache/2.2.3 <html> <head> <title>Example Web Page</title> </head> <body> <p>This is a sample web page</p> </body> </html> Slide 14
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"/> </head> <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> </head>
• • • • • •
< attribute="value"
• • •
• • • • •
Recommend
More recommend