DH 102: Data in the Humanities
Prof. Mackenzie Brooks
September 13, 2016
At your table, come up with the following:
http://www.justinrominedesign.com/internet.php
On a Mac:
On Windows:
Using http://docs.reclaimhosting.com and Google, try to figure out what each of the icons is for in your CPanel.
Present back to the group on what you've learned
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<h1>My First Heading</h1>
<p>My first paragraph.</p>
</body>
</html>
body {
background-color: #d0e4fe;
}
h1 {
color: orange;
text-align: center;
}
p {
font-family: "Times New Roman";
font-size: 20px;
}
Complete Activities 1-3 on the GitBook course site.
If you finish, work on customizing your WordPress. Can you use your new HTML and CSS skills?
For Thursday: