JS - this second example

Size
1,990 Kb
Views
54,648

How do I make an js - this second example?

What is a js - this second example? How do you make a js - this second example? This script and codes were developed by Colleen Van Lent on 26 August 2022, Friday.

JS - this second example Previews

JS - this second example - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>JS - this second example</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <hi>	<div id = "message">	Hover over an image to display the alt text.	</div>	<img class = "preview" alt = "Styling with a Bandana" src = "https://s3-us-west-2.amazonaws.com/s.cdpn.io/389177/bacon.jpg" onmouseover = "showProperties(this)" onmouseleave = "document.getElementById('message').innerHTML='Hover over an image';">	<img class = "preview" alt = "With My Boy" src = "https://s3-us-west-2.amazonaws.com/s.cdpn.io/389177/bacon2.JPG" onmouseover = "showProperties(this)" onmouseleave = "document.getElementById('message').innerHTML='Hover over an image';">	<img class = "preview" src = "https://s3-us-west-2.amazonaws.com/s.cdpn.io/389177/bacon3.jpg" alt = "Young Puppy" onmouseover = "showProperties(this)" onmouseleave = "document.getElementById('message').innerHTML='Hover over an image';"> <script src="js/index.js"></script>
</body>
</html>

JS - this second example - Script Codes CSS Codes

body{	margin: 2%;	border: 1px solid black;	background-color: #b3b3b3;
}
#message{ line-height:100px; text-align:center;	width: 575px; height: 100px;	border:5px solid black;	margin:0 auto; margin-bottom:10px; background-color: #8e68ff; font-size: 150%;
}
.preview{	width:10%;	margin-left:17%; border: 10px solid black;
}
img{	width:95%;
}

JS - this second example - Script Codes JS Codes

function showProperties(element){ document.getElementById('message').innerHTML = element.alt;
}
JS - this second example - Script Codes
JS - this second example - Script Codes
Home Page Home
Developer Colleen Van Lent
Username ColleenEMc
Uploaded August 26, 2022
Rating 3.5
Size 1,990 Kb
Views 54,648
Do you need developer help for JS - this second example?

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!

Colleen Van Lent (ColleenEMc) Script Codes
Create amazing blog posts 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!