Web Development - HTML, CSS & JavaScript
50.9K subscribers
1.67K photos
5 videos
34 files
316 links
Learn to code and become a Web Developer with HTML, CSS, JavaScript , Reactjs, Wordpress, PHP, Mern & Nodejs knowledge

Managed by: @love_data
Download Telegram
๐Ÿ‘† 40 Project Ideas for Web Developers
๐Ÿ‘6๐Ÿ”ฅ2
LEGEND Form Project ๐Ÿ˜…๐Ÿ˜€
-----------------------------------------------------
Complete Source Code ๐Ÿ‘‡
-----------------------------------------------------

<html>
<head>
<style>

.outer{ 
margin:auto;
height:300px;
width:400px;
border:2px solid black;
position:relative
}
p{
margin-left:80px;
}
.in{
margin-left:80px;
padding:10px
}
#bt{
margin-top:20px;
position:absolute;
left:150px;
}
#bt:hover{
background:green;
font-size:13px;
cursor:pointer;
color:white;
}
</style>
<script>
function fa(){
if(a.value=="" || b.value==""){
f()
document.getElementById("a").style.border="3px solid red"
document.getElementById("b").style.border="3px solid red"
bt.value="Pahila data tak"
}
else{
document.getElementById("a").style.border="3px solid green"
document.getElementById("b").style.border="3px solid green"
bt.value="Ha thik ahe ata"
bt.style.left="120px";
}
}
flag=1
function f(){
if(flag==1){
bt.style.left="210px"
flag=2
}
else if(flag==2){
bt.style.left="80px"
flag=1
}
}
</script>
</head>
<body>
<div class="outer">
<h1 style="text-align:center">Legend form</h1>
<p>Enter Id</p>
<input class="in" type="text" placeholder="Enter id" id="a"/>
<p>Enter Confirm Pass</p>
<input class="in" type="password" placeholder="Enter password" id="b"/>
<br>
<input type="submit" onmouseenter="fa()" onclick="alert('waaaa')" id="bt" />

</div>

</body>


</html>
๐Ÿ‘7๐Ÿ‘Ž2โค1
7 Loop Types in JavaScript ๐Ÿ‘†
๐Ÿ‘5โค2๐ŸŽ‰2
Apple Pay and Google Pay Security
โค7
9 underrated skills that make you a better developer:

๐Ÿง  Logical thinking โ€” structure your thoughts like your code

โœ๏ธ Writing clean commit messages โ€” future-you will thank you

๐Ÿงช Testing your code โ€” even basic tests prevent big bugs

๐Ÿ—ฃ๏ธ Explaining code to others โ€” teaches you more than tutorials

๐Ÿงน Refactoring โ€” improve existing code without changing behavior

๐Ÿ“š Reading documentation โ€” learn straight from the source

๐Ÿงญ Navigating large codebases โ€” essential for real-world projects

๐Ÿงฐ Using dev tools โ€” inspect, debug, and optimize your apps

โฑ๏ธ Time management โ€” code smarter, not longer


#coding #tips
๐Ÿ‘9๐Ÿ”ฅ2
Most Asked Interview Questions with Answers ๐Ÿ’ปโœ…
โค5๐Ÿ‘1