My Blog

My WordPress Blog

My Blog

My WordPress Blog

8. HTML Header

JavaScript

JavaScript allows you to create dynamic and interactive HTML pages. JavaScript is a high-level programming language and core technology behind web developments. A script is a small piece of program that can add interactivity to our websites. For example, a script could generate a pop-up alert box message or provide a dropdown menu based on certain conditions, such as […]

Favicon

HTML favicon stands for “favorite icon”. It is a small-sized image that displays in the browser’s tab just before the page title. Favicon is defined by using the <link> tag with the “rel=icon” attribute. What is a HTML Favicon? A favicon is a small image that represents your website and helps users identify it among multiple tabs, bookmarks, and search results. It […]

Head Elements

HTML head elements define metadata like the title, character set, links to external stylesheets, and other details. This information does not display on the webpage but is helpful for the search engines and browsers. The head elements are placed inside the <head> tag. The following are the commonly used head elements: Let’s understand each element in detail with […]

Scroll to top