1

Developer
Size
1,885 Kb
Views
12,144

How do I make an 1?

What is a 1? How do you make a 1? This script and codes were developed by Lichi Chen on 18 October 2022, Tuesday.

1 Previews

1 - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>1</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <h1>Choices of City to Travel</h1>
<div id="one"> Choice one
</div>
<div id="two"> Choice two
</div>
<p> <input type = "button" value = "submit" onclick = "confirm1()">
</p>
<p id="lol"></p> <script src="js/index.js"></script>
</body>
</html>

1 - Script Codes CSS Codes

h1 { font-size: 30pt; color: rgb(0, 0, 255); front-family: arial;
}
div { font-size: 15pt; Border: 10px outset; Padding: 5pt; Margin: 20pt;
}
#one { background-color: rgb(255, 153, 153);
}
#two { background-color: #66ff99;
}

1 - Script Codes JS Codes

function alert1() { alert('Hello The World!');
}
function confirm1() { var r = confirm("Press a button!"); var txt; if (r == true) { txt = "You pressed OK!"; } else { txt = "Are you sure you want to cancel?"; } alert (txt); document.getElementById("lol").innerHTML = txt;
}
1 - Script Codes
1 - Script Codes
Home Page Home
Developer Lichi Chen
Username chenlichiclc
Uploaded October 18, 2022
Rating 3
Size 1,885 Kb
Views 12,144
Do you need developer help for 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!

Lichi Chen (chenlichiclc) 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!