Сообщение от рони
|
maximepihin,
создали div а потом что? и где html
|
<!DOCTYPE html>
<html>
<head>
<title>Smart color code</title>
<style>
div {
width: 100px;
height: 25px;
}
</style>
<script src="sccg.js"></script>
</head>
<body>
<input type="text" name="sinput" id="sinput" value="abcde123">
<input type="button" id="cinput" value="Generate" onclick="action();">
</body>
</html>