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
Creating links
Let’s take a look at how work to combine webpages into websites. To start making a link, we add text between the <a> and </a> tags. This won’t high line Read More