Digital Code Hub
177 subscribers
24 photos
9 videos
21 files
47 links
Welcome to Digital Code Hub, your ultimate destination for learning coding languages! Whether you're a beginner looking to take your first steps into the world of programming or an experienced developer seeking to expand your skill set.
Download Telegram
You can buy these project from my store for 1-5$

01.Modern Login and Registration Website with HTML, CSS, JavaScript and PHP :
https://www.buymeacoffee.com/digitalcodehub/e/214566

02.Create react login and registration page:
https://www.buymeacoffee.com/digitalcodehub/e/207988

03.Create responsive login and registration form in html CSS& JavaScript:
https://www.buymeacoffee.com/digitalcodehub/e/179965
👍1
Enjoy with the mini-game. Happy coding guys 😊❤️
Which of the following is the "attribute" in this
example? <a href="#" id="MyId">Click me</a>
Anonymous Quiz
35%
A) <a>
39%
B) href
17%
C) Click me
9%
D) #
you guys can try this course free
👍1
Html & Css - PDF Room.pdf
18.8 MB
You guys can learn more from this book.
Forwarded from Digital Code Hub
Which of the following will move the image to the
right of the text? <p>
<img src="./img.jpg" alt=""> Hello! </p>
Anonymous Quiz
74%
img { float: right; }
5%
img { clear: left; }
5%
img { clear: right; }
5%
p { float: left; }
11%
p { float: right; }
If you want to clear a float, and the float has a value
of "float: left;", what should your clear value be?
Anonymous Quiz
33%
A) clear: none;
33%
B) clear: left;
8%
C) clear: right;
0%
D) Any of the above
25%
E) You can't clear a floated element
👍1