In HTML the <nav> (navigation) tag is used for the menu. <nav> <ul> <li><a href=””>A</a></li> <li><a href=””>B</a></li> <li><a href=””>C</a></li> </ul> […]
The <link> tag used between the <head></head> tags is used to load resources outside the page into the page. The […]
What should be considered when using ID and Class of HTML tags when designing a web page? ID The tag […]
HTML input tags, which are generally used in forms, help users who come to the page to enter data. A […]
The use of images with high file size without visual optimization on web pages negatively affects the speed and performance […]
Open graph protocol is the metadata of web pages that helps to pull data on social media. <meta property=”og:locale” content=”” […]
What is Shorthand CSS? Shorthand CSS is the creation of CSS elements with minimal code while writing style files. What […]
CSS position property is a property that helps us determine the position of HTML elements within the page. In addition […]
Console.log() is used to print messages to the console of web browsers. It is generally used when testing whether a […]
Style.css is one of the essential files for a new WordPress theme. The style.css file in every WordPress theme contains […]