HTML's primary purpose is to list the content used in the webpage HTML will display text, labels, lists, insert photos, and other media to create hyperlinks, buttons, and container.
CSS: CASCADING STYLE SHEET (1996)
CSS is used to create a responsive layout, animations, styling text, and positioning container by applying CSS you add the look and feel that you would like to your websites.
HTML is made up of contents between <tags> whereas CSS is made of selectors followed by {declaration block}
Simple HTML code
<p>This is a paragraph</p>
Simple CSS code
p{
color:red;
}
For more blogs related to technology you can visit Relatetechno.codes
Comments
Post a Comment