-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
18 lines (18 loc) · 789 Bytes
/
index.html
File metadata and controls
18 lines (18 loc) · 789 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>HTML and CSS Basics: Overview</title>
</head>
<body>
<h1>HTML and CSS Basics: Overview</h1>
<p>This is a series of html and css documents to introduce what is html and css and how to use it to create and design standard's compliant websites.</p>
<h2>Topics / Lessons Covered:</h2>
<ol>
<li>Topic 1:</li>
<li>Topic 2:</li>
</ol>
<h2>Creator Info:</h2>
<p>These documents were adapted from various sources for a series of classes on Drupal 7. These pages help were used to introduce html/css design techniques before we began working on Drupal 7 Theming.</p>
<p>Creator: Mark Koester aka markwk <a href="https://github.com/markwk">https://github.com/markwk</a>.</p>
</body>
</html>