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 […]
Open graph protocol is the metadata of web pages that helps to pull data on social media. <meta property=”og:locale” content=”” […]
xZoom is a Jquery library created to give a zoom effect to images on websites. It is very simple to […]
Owl Carousel is an easy to use, updateable, fast and free responsive carousel slider with editable code structure. It works […]
The viewport in the browser is the area in the window where the web content is viewed. Generally, the screens […]
There are two HTML tags used when quoting from any website; <blockquote> and <q> tags. <blockquote> Tag It is the […]
HTML markup consists of tags with CSS properties by default. Paragraphs, words or letters in web pages can be formatted […]