Read Chapter 1 and make sure you understand the following:
People and organizations create webpages to attract attention to information such as products, services, multimedia, news, and research.
Although webpages display content including text, drawings, photos, animations, videos, and links to other webpages, they are created as documents containing only text.
Hypertext Markup Language (HTML) is used to create webpages.
HTML uses tags which consist of a start tag, content, and an end tag.
<!DOCTYPE> is the first line of HTML code for all HTML webpages.
All HTML5 webpages must begin with:
<!DOCTYPE html>
<html> and its closing tag </html> wrap all webpage content.
lang="en" is an attribute contained within the opening html tag and defines
the language used (English).
<head> and </head> contain information about the webpage.
The meta tag contains information about the data on the webpage.
UTF-8 is the standard for HTML5 pages and is the preferred encoding standard for email and other applications.
The encoding chosen is also important when validating a webpage.
<title> and </title> appear inside the head section and
display the page title in the browser tab.
<body> and </body> contain all visible webpage content.
Day One we created a basic webpage, then we used GitHub.com to host and display the webpage in the Chrome browser.
<!DOCTYPE html>
<html>
<head>
<title>Day1 | studentName</title>
</head>
<body>
<h1>studentName first webpage</h1>
<p>"Made it through day1"</p>
</body>
</html>
.html extensionul – Unordered listol – Ordered listdl – Definition listHTTP, FTP, TCP/IP, IP, DNS