JS Basics

Size
1,827 Kb
Views
18,216

How do I make an js basics?

What is a js basics? How do you make a js basics? This script and codes were developed by Anthony Raffini on 08 December 2022, Thursday.

JS Basics Previews

JS Basics - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>JS Basics</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel="stylesheet" href="css/style.css">
</head>
<body> <!-- Tag, Attribute, Value-->
<h1>FIrst Last</h1>i
<h1>	<span>First</span>	<span>Last</span>
</h1>
<h1>	<span class="first">First</span>	<span class="last">Last</span>
</h1> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.2/jquery.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

JS Basics - Script Codes CSS Codes

/* Color h1 */
h1 {	color: orange;
}
h1 span {	color: gray;
}
.first,
.last {	color: teal;
}

JS Basics - Script Codes JS Codes

// Selector, Action, Option
$('h1 span').text('Harry Pooper');
$('.first').text('Harry').hide('fast').show('slow');
$('.last').text('Pooper').hide('slow').show('fast');
console.log($('OK!!!!!!!!!!!!!!!!!!!'));
JS Basics - Script Codes
JS Basics - Script Codes
Home Page Home
Developer Anthony Raffini
Username rottingroom
Uploaded December 08, 2022
Rating 3
Size 1,827 Kb
Views 18,216
Do you need developer help for JS Basics?

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!

Anthony Raffini (rottingroom) Script Codes
Create amazing video scripts 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!