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
top-50-html-interview-questions.pdf
98.6 KB
HTML Q A Top 50 πŸ“πŸ€©
❀2
HTML_Quick_Start_Guide_Learn_The_Basics_Of_HTML_and_CSS_in_2_Weeks.pdf
1.1 MB
❀3
HTML_Complete_Notes (1).pdf
12.9 MB
❀3πŸ‘1
Important and best notes 😁❀️

Do not forget to React ❀️ to this Message for More Content Like this

Share with your friends πŸ‘‰ https://t.me/addlist/vnAFuK9rY6FjNjM1
❀6πŸ’‹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

🌟 Don’t Miss Out! Grab Your Spot Today and Transform Your Future!
πŸ“ž Contact Us Now! @Myhurthearts @imabhi3030 πŸ“¨βœ¨
πŸ”° Try this html elements in your next projects
πŸ‘2
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