diff --git a/index.html b/index.html
new file mode 100644
index 0000000..10cb4de
--- /dev/null
+++ b/index.html
@@ -0,0 +1,71 @@
+
+
+
+
+
+
SEO as defined by wikipedia: Search engine optimization
+ (SEO) is the process of improving the quality and quantity of website traffic
+ to a website or a web page from search engines.
+
+
+ SEO targets unpaid traffic (known as "natural" or "organic" results) rather than direct traffic or
+ paid traffic. Unpaid traffic may originate from different kinds of searches, including image search,
+ video search, academic search, news search, and industry-specific vertical search engines.
+
+
+ As an Internet marketing strategy, SEO considers how search engines work, the computer-programmed
+ algorithms that dictate search engine behaviour, what people search for, the actual search terms or keywords
+ typed into search engines, and which search engines are preferred by their targeted audience.
+
+
+ SEO is performed because a website will receive more visitors from a search engine when websites rank higher
+ on the search engine results page (SERP).
+ These visitors can then potentially be converted into customers.
+
+
+
+
+
+
+
+
diff --git a/seo_pic.jpg b/seo_pic.jpg
new file mode 100644
index 0000000..cce770d
Binary files /dev/null and b/seo_pic.jpg differ
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..2cb8361
--- /dev/null
+++ b/style.css
@@ -0,0 +1,7 @@
+/* Example styling of a h1 element */
+h1 {
+ color: #a200ff;
+ font-family: 'Yaldevi', sans-serif;
+ text-align: center;
+ background-color: aquamarine;
+}