Illustrated nicely! 👌 Guys, I recommend you to code along with the series videos. If you are a beginner, just watching the videos is not enough. You will get a lot by coding along. After you understood here everything, explore the internet, try experimenting with the code on your own creativities. Doing so is a fun and it will definitely make you the master of that concept.
Thank you so much Akhilesh. I have seen your positive comments & support on other videos as well ✌😇 Thanks bro for the constant support. Means a lot to me ✌
This is a great series! My version of HTML is different. It accepts only strings such as "large", "medium", etc, instead of integers like 25, 11, 12, etc. It took me a while to figure that one out, but I'm back in the game now LOL.
I think is a bad practice to have an script into , this must go in the last line before you close and call the javascript funcion in a javascript file calle by src
Thank you so much Shubham. So happy to hear this from you. About SAP, I am not really into that tech(even though I did an internship is that domain). So I can talk theory about it but the practical implementation is a different scenario altogether. So maybe in future will collab with some expert for that ✌
Thank you so much for the compliment buddy. And yeah it is Peace ✌ I like to end my videos on a positive note so I say that. Plus I find it cool as well 😉
Sir I want to learn website development and its language (html, css, Javascript) I don't have any programming knowledge before because I'm a commerce background student So I want to know from where I can learn html css and Javascript for free.. Plzzzz zzzzzzzzzzzzzzzzzzzzzzzxzx help me
Well if you are an absolute beginner, you can find good HTML, CSS & JS tutorials anywhere on the internet and youtube. For JS I would recommend this series itself. For HTML & CSS basics you can easily search many tutorials and channels on youtube. Just watch 2-3 videos from every channel and see which you like and then continue with that. Also I would recommend that since you an absolute beginner, learn a general purpose programming language also. The 3 basic ones I would recommend are - C++, Core Java & Python. All these videos are there on this Telusko channel itself so even that will be very helpful you in future ✌😇 All the best ✌
Bro ...my code is not responding....I just want to change the background colour of the page if user click any where in the webpage.......I used var a = getElementsByTagName("body"); And wrote a.style.backgroundcolor="red"; but doesn't show nothing....plz help me