Generally in css we use tag name of html elements to select an element and apply a style. But using tag name to select an html element is not efficient Read More
How To Include a style Sheet on HTML
Adding all of our css between <style> and </style> tags creates huge HTML file that are difficult to edit. Now our webpage have to files : index.html style.css Now let Read More
How to use Style tags on HTML
Modern webpage have a lot of style, meaning that they have a lot of properties to make them look great. One way to add style to a group of elements is Read More