+/*
+Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
+Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/css.css to edit this template
+*/
+/*
+ Created on : Jan 24, 2023, 8:37:05 AM
+ Author : caleb
+*/
+body
+{
+ background-color: #0099FF;
+ color: #FFFFFF;
+}
+
+
+<!DOCTYPEhtml>
+<!--
+Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
+Click nbfs://nbhost/SystemFileSystem/Templates/Other/html.html to edit this template
+-->
+<html>
+ <head>
+ <title>TODO supply a title</title>
+ <metacharset="UTF-8">
+ <metaname="viewport"content="width=device-width, initial-scale=1.0">
+ </head>
+ <bodystyle="backgroundcolor:#F5F5F5;color:#008080">
+ <h1style="background-color:#008080;color:#F5F5F5;">Inline CSS</h1>
+ <p>This paragraph inherits the styles applied to the body tag.</p>
+ <pstyle="color:#333333">This paragraph overrides the text color style.</p>
+ </body>
+</html>
+
+
Trillium Media Design will bring your company’s Web presence to the next level. We offer a comprehensive range of services:
+
+
Website Design
+
Interactive Animation
+
E-Commerce Solutions
+
Usability Studies
+
Search Engine Optimization
+
+
Meeting Your Business Needs
+
Our expert designers will listen to you as they create a website that helps to promote and grow your business.
+
+
+
+
\ No newline at end of file
diff --git a/Assignments/lab4_CalebFontenot/public_html/4.4/classid_2.html b/Assignments/lab4_CalebFontenot/public_html/4.4/classid_2.html
new file mode 100644
index 0000000..9383d5f
--- /dev/null
+++ b/Assignments/lab4_CalebFontenot/public_html/4.4/classid_2.html
@@ -0,0 +1,51 @@
+
+
+
+ Trillium Media Design
+
+
+
+
+
+
Trillium Media Design
+
+
+
+
New Media and Web Design
+
Trillium Media Design will bring your company’s Web presence to the next level. We offer a comprehensive range of services:
+
+
Website Design
+
Interactive Animation
+
E-Commerce Solutions
+
Usability Studies
+
Search Engine Optimization
+
+
Meeting Your Business Needs
+
Our expert designers will listen to you as they create a website that helps to promote and grow your business.
+
+
+
+
\ No newline at end of file
diff --git a/Assignments/lab4_CalebFontenot/public_html/4.5/classid_2.html b/Assignments/lab4_CalebFontenot/public_html/4.5/classid_2.html
new file mode 100644
index 0000000..f7baf1f
--- /dev/null
+++ b/Assignments/lab4_CalebFontenot/public_html/4.5/classid_2.html
@@ -0,0 +1,52 @@
+
+
+
+ Trillium Media Design
+
+
+
+
+
+
Trillium Media Design
+
+
+
+
New Media and Web Design
+
Trillium Media Design will bring your company’s Web presence to the next level. We offer a comprehensive range of services:
+
+
Website Design
+
Interactive Animation
+
E-Commerce Solutions
+
Usability Studies
+
Search Engine Optimization
+
+
Meeting Your Business Needs
+
Our expert designers will listen to you as they create a website that helps to promote and grow your business.
+
+
+
+
\ No newline at end of file
diff --git a/Assignments/lab4_CalebFontenot/public_html/4.6/classid.html b/Assignments/lab4_CalebFontenot/public_html/4.6/classid.html
new file mode 100644
index 0000000..ae0684f
--- /dev/null
+++ b/Assignments/lab4_CalebFontenot/public_html/4.6/classid.html
@@ -0,0 +1,34 @@
+
+
+
+ Trillium Media Design
+
+
+
+
+
+
+
Trillium Media Design
+
+
+
+
New Media and Web Design
+
Trillium Media Design will bring your company’s Web presence to the next level. We offer a comprehensive range of services:
+
+
Website Design
+
Interactive Animation
+
E-Commerce Solutions
+
Usability Studies
+
Search Engine Optimization
+
+
Meeting Your Business Needs
+
Our expert designers will listen to you as they create a website that helps to promote and grow your business.
+
+
+
+
\ No newline at end of file
diff --git a/Assignments/lab4_CalebFontenot/public_html/4.6/services.html b/Assignments/lab4_CalebFontenot/public_html/4.6/services.html
new file mode 100644
index 0000000..efe7bb1
--- /dev/null
+++ b/Assignments/lab4_CalebFontenot/public_html/4.6/services.html
@@ -0,0 +1,15 @@
+
+
+
+
+ TODO supply a title
+
+
+
+
+
TODO write content
+
+
diff --git a/Assignments/lab4_CalebFontenot/public_html/4.6/trillium.css b/Assignments/lab4_CalebFontenot/public_html/4.6/trillium.css
new file mode 100644
index 0000000..b7b8ea6
--- /dev/null
+++ b/Assignments/lab4_CalebFontenot/public_html/4.6/trillium.css
@@ -0,0 +1,37 @@
+/*
+Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
+Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/css.css to edit this template
+*/
+/*
+ Created on : Jan 24, 2023, 9:20:27 AM
+ Author : caleb
+*/
+
+body
+{
+ background-color: #E6E6FA;
+ color: #191970;
+}
+h1 {
+ background-color: #191970;
+ color: #E6E6FA;
+}
+h2 {
+ background-color: #AEAED4;
+ color: #191970;
+}
+nav {
+ background-color: #E2E2EF;
+}
+footer {
+ color: #666666;
+}
+.companyname {
+ color: #6A6AA7;
+}
+.feature {
+ color: #FF0000;
+}
+#new {
+ color: #FF00CC;
+}
\ No newline at end of file
diff --git a/Assignments/lab4_CalebFontenot/public_html/4.7/index.html b/Assignments/lab4_CalebFontenot/public_html/4.7/index.html
new file mode 100644
index 0000000..3a3876a
--- /dev/null
+++ b/Assignments/lab4_CalebFontenot/public_html/4.7/index.html
@@ -0,0 +1,21 @@
+
+
+
+
+ TODO supply a title
+
+
+
+
+
+
This paragraph applies the external and embedded styles —
+ note how the blue text color that is configured in the embedded styles takes precedence
+ over the black text color configured in the external stylesheet.
+
Inline styles configure this paragraph to have red text and take precedence over the embedded and external styles.
+
+
diff --git a/Assignments/lab4_CalebFontenot/public_html/4.7/site.css b/Assignments/lab4_CalebFontenot/public_html/4.7/site.css
new file mode 100644
index 0000000..25cabb6
--- /dev/null
+++ b/Assignments/lab4_CalebFontenot/public_html/4.7/site.css
@@ -0,0 +1,12 @@
+/*
+Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
+Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/css.css to edit this template
+*/
+/*
+ Created on : Jan 24, 2023, 9:28:59 AM
+ Author : caleb
+*/
+body {
+ background-color: #FFFFCC;
+ color: #0000FF;
+}
diff --git a/Assignments/lab4_CalebFontenot/public_html/index.html b/Assignments/lab4_CalebFontenot/public_html/index.html
new file mode 100644
index 0000000..716a0f6
--- /dev/null
+++ b/Assignments/lab4_CalebFontenot/public_html/index.html
@@ -0,0 +1,17 @@
+
+
+
+
+ TODO supply a title
+
+
+
+
+
Inline CSS
+
This paragraph inherits the styles applied to the body tag.
+
This paragraph overrides the text color style.
+
+
diff --git a/Assignments/lab4_CalebFontenot/public_html/index_1.html b/Assignments/lab4_CalebFontenot/public_html/index_1.html
new file mode 100644
index 0000000..a36f927
--- /dev/null
+++ b/Assignments/lab4_CalebFontenot/public_html/index_1.html
@@ -0,0 +1,16 @@
+
+
+
+
+ TODO supply a title
+
+
+
+
+
Inline CSS
+
This paragraph inherits the styles applied to the body tag.
+
+
diff --git a/ZIPs/lab4_CalebFontenot.zip b/ZIPs/lab4_CalebFontenot.zip
new file mode 100644
index 0000000..ba88aed
Binary files /dev/null and b/ZIPs/lab4_CalebFontenot.zip differ