begin MP2
This commit is contained in:
13
Assignments/lab4_CalebFontenot/public_html/4.3/color.css
Normal file
13
Assignments/lab4_CalebFontenot/public_html/4.3/color.css
Normal file
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
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;
|
||||
}
|
15
Assignments/lab4_CalebFontenot/public_html/4.3/external.html
Normal file
15
Assignments/lab4_CalebFontenot/public_html/4.3/external.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<!--
|
||||
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
|
||||
Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/html.html to edit this template
|
||||
-->
|
||||
<html>
|
||||
<head>
|
||||
<title>External Styles</title>
|
||||
<meta charset="UTF-8">
|
||||
<link rel="stylesheet" href="color.css">
|
||||
</head>
|
||||
<body>
|
||||
<p>This web page uses an external style sheet.</p>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user