+ 1
HTML Practice
Hi guys! I just recently finished the courses for HTML, JavaScript, and CSS and now I really want to practice it by writing some programs. Do you have any recommended programs I could try to make on HTML so I can practice with the programming language? (I'm having a hard time thinking of programs I can make to practice)
5 Answers
+ 5
This code developed by Jay Matthews will be helpful for you to find coding challenges:
https://code.sololearn.com/WNMa6MjQt28a/?ref=app
Thanks
+ 4
Bryan S. Hi,
đ Html, css, javascript all these languages is used in web development and to make websites you can practice on some basic course codes on every tags first then you can make some templates with your learn skills.
đ you can then style the templates with css and media query and materialize css these way you can add animation and style content to the template
đ then you can go for making your first website with your learn skill by using html, css, javascript you can make static website without any database
đ then you can use php as an server side language by practicing on php you can add database to your website and to connect that database to front end html use MySQL with php and make your website dynamic.
If on any stage you face any query ping me I'll loved to help you on your query
Have these đ đ đ đ đ
0
bonjour, est-ce que html fundamentals est le niveau html basics ou faut-il aller jusqu'Ă la certification?
0
doctype html>
<html>
<body>
<p>Range:</p>
<input type="range">
<p>Checkbox:</p>
<input type="checkbox">
<p>Date:</p>
<input type="date">
<p>Color:</p>
<input type="color">
</body>
</html>
0
Hello