Learning HTML for web programming

chk210
09:26:19
I want to start learning HTML but want to focus more on backend programming. To do this which are the areas I should focus more and start learning in details.

I understand that all HTML tags are required but should I learn all at a time?


smo1234
09-26-2019
Start with important tags highlighted HTML home page

From this list start with form as that will give you idea on how to handle data using back end scripts . There are some exercises for you at the end of the page. Complete all of them.

Read the SCRIPT tag on how to run front end codes.
chk210
09-26-2019
Okay!Thanks
smo1234
09-27-2019
Read the Basics of Table here. After this understand SQL.

Then you can create table and learn how to store data.
smo1234
08-08-2023
There are some basic queries like SELECT , LIMIT , ORDER BY.

Then you read some advance topics like GROUP BY, LIKE , LEFT JOIN
smo1234
09-29-2019
Try this Exercise to learn how to use SQL
smo1234
09-30-2019
Learn the meaning of NULL data and how to filter such data by using IFNULL condition.
Please Login to post your reply or start a new topic