Everyone who browse internet on a daily basis surely have to meet with HTML, CSS and JS. Every single website is structured with HTML which means every elements like image, video, comment, divisions etc are a work of HTML.
CSS helps websites to style it, means to make it beautiful with attractive colors so that can help in better UI, without CSS website will look very very ugly. You have to link your CSS file to your html file or you can also use <style> tag, which is also known as inline CSS.
There are options for ID and Class which also helps developers to design in a good manner.
CSS can also do Animations using @keyframes
Now comes JavaScript, It can help you in many ways. JS is a programming language and complex things on any website is done by JavaScript.
Post a Comment