CSS PROGRAMMING LANGAUGE disadvantages CSS full form is cascade style sheets , which we call it says about how you should display the HTML elements on the screen. CSS tells us the style of the webpage let us take a simple example, if we build a home first we lay out the design that is known as the HTML language. Where the CSS means layout which means giving instructions on how the furniture should be nothing but the CSS. For example if we take PayPal we can see that the background color blue says the CSS background-color property. Netflix is also the best way of saying CSS property, but if we remove it will be a normal webpage but with the red color and the black plus symbols it looks like the best webpage. Versions of CSS There are differen...
WHAT IS A LINK IN HTML links HTML Links: A link is a URL that takes us to a new tab if we give the address of the image or any website. We use the links in HTML because they help us to navigate to other websites easily. These are the different types of giving links in HTML absolute, relative, and inline links. SYNTAX <a href="https://www.w3schools.com/html/html_links.asp">hi</a> This is overall how to write syntax, firstly open the HTML link parenthesis, an element href attribute equal to. Double codes give the URL of any one of the website or web page, I have given the link of w3 schools and closed the parenthesis and closed it between that writedown some any text. LINK TO WEB PAGE <html> <body> <p> This ...