HTML & CSS PROGRAMMING
4.21K subscribers
308 photos
18 videos
79 files
108 links
https://t.me/addlist/oJIs6WVKrqBmMWQ1

Hello! I am @Myhurthearts and welcome to the Coding channel! Here we can learn all things related to coding and improve our skills , just let me know!
Download Telegram
This media is not supported in your browser
VIEW IN TELEGRAM
Source Code πŸ‘‡

<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>

<input type="button" value="red"
onclick="red()">

<input type="button" value="Green"
onclick="green()">

<input type="button" value="Blue"
onclick="blue()">


<script type="text/javascript">

function red(){
document.bgColor="red";

}
function green(){
document.bgColor="green";
}
function blue(){
document.bgColor="blue";
}

</script>
</body>
</html>
❀4πŸ‘3
Source Code: πŸ‘‡

<!DOCTYPE html>
<html>
<head>
<style type="text/css">
body{
margin: 0;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
background: #031321;
font-family: consolas;
}
a{
position: relative;
display: inline-block;
padding: 15px 30px;
color: #2196f3;
text-transform: uppercase;
letter-spacing: 4px;
text-decoration: none;
font-size: 24px;
overflow: hidden;
transition: .5s;
}
a:hover{
color: #255784;
background: #2196f3;
box-shadow: 0 0 10px #2196f3,
0 0 30px #2196f3,
0 0 50px #2196f3;
}
</style>
<title></title>
</head>
<body>
<a href="#">Neon Button</a>
</body>
</html>
πŸ‘9❀3πŸ‘Ž1
🌐 Unlock Your Web Development Career! πŸŽ‰ 

πŸš€ Join the Future of Tech with Our Amazing Course Offer! 

✨ Courses Available: 
- 🎨 PW Skills Web Development 
- ⭐ Delta 5.0 Batch: Apna College 
- πŸ’» DOT Batch: Love Babbar 
- 🌈 Namaste React 
- πŸ“œ Namaste JavaScript 
- βš™οΈ Namaste NodeJs 
- 🌟 Cohort 3.0: Web + DevOps 
- πŸ”§ Full Stack Web Development: Naresh IT & DurgaSoft 
- πŸš€ Sanket Singh Full Stack Web Development 
- πŸ”— NodeJS: Sanket Singh 
- 🌟 MERN Stack: Anuj Bhaiya 
- πŸ–₯️ PHP: Ram Sir 
- 🎨 Frontend Development: IIT Madras 
- πŸ“š Almabetter Full Stack Web Development Course 
- ⚑ ASHOK IT Node JS 
- ⭐ UI Full Stack: Sudhakar Sharma | Naresh IT 
- πŸ”₯ Sherians Frontend Course
😁 Ineuron Full stack web development 

ο»Ώ
🌟
Don’t Miss Out! Grab Your Spot Today and Transform Your Future! 
πŸ“ž Contact Us Now!  @Myhurthearts @imabhi3030 πŸ“¨βœ¨

Join for Free Course βœ… https://t.me/addlist/vnAFuK9rY6FjNjM1
❀2πŸ‘2
A real world project. Rgb & rgba color generator
πŸ‘2
❀2
Our new project is ready for broadcasting. Simple calculator with #javascript.
Digital clock ⏰
Follow me for more cool projects.

https://t.me/html_programming_language
πŸ‘3
Forwarded from πα΄€α΄…α΄€Ι΄ 𝐏ᴀʀΙͺɴᴅᴇ (𝐍ᴀᴅᴀɴ 𝐏ᴀʀΙͺɴᴅᴇ)
Dear Subscribers,
We sincerely apologize for the recent issues on our channel. Unfortunately, due to an illegal bot attack that sent inappropriate content during the night, one of our C programming channels was banned, and another faced serious trouble but has now been recovered.
We take full responsibility for this and deeply regret any inconvenience or discomfort caused. We are working harder to improve our security and prevent this from happening again.
Thank you for your understanding and continued support. πŸ™
πŸ‘4😒3
Modern stop watch with JS.