Homework 1

Size
1,462 Kb
Views
14,168

How do I make an homework 1?

What is a homework 1? How do you make a homework 1? This script and codes were developed by Liam Catherine on 13 October 2022, Thursday.

Homework 1 Previews

Homework 1 - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Homework 1</title>
</head>
<body> <p id="text">Liam</p>
<button onclick="myFunctionRed()">Red</button><button onclick="myFunctionBlue()">Blue</button> <script src="js/index.js"></script>
</body>
</html>

Homework 1 - Script Codes JS Codes

function myFunctionRed () { var x = document.getElementbyId ("text");
x.style.color = "red";
}
function myFunctionBlue() { var x = document.getELementbyId("text"); x.style.color = "Blue";
}
Homework 1 - Script Codes
Homework 1 - Script Codes
Home Page Home
Developer Liam Catherine
Username Bigliam
Uploaded October 13, 2022
Rating 3
Size 1,462 Kb
Views 14,168
Do you need developer help for Homework 1?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Liam Catherine (Bigliam) Script Codes
Create amazing SEO content with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!