HTML favicon

HTML favicon is a brand logo that is used to represent the website or a blog. It is also known as a tab icon, website icon, URL icon, or a … Read more

HTML iframes

The iframe in HTML stands for Inline Frame. The HTML <iframe> tag defines an inline frame, hence it is also called as an Inline frame. It is used to display a … Read more

HTML Id Attribute

The id attribute is used to specify the unique ID for an element of the HTML document. It is used by CSS and JavaScript for performing certain tasks. You cannot have more than one … Read more

HTML Class Attribute

The HTML class attribute is used to specify a single or multiple class names for an HTML element. Multiple HTML elements can share the same class. The class name can … Read more

HTML Progress Tag

HTML <progress> tag is used to display the progress bar on the website. It is HTML5 tag. It is used to represent the progress of a task. It is also used … Read more

HTML Video Tag

The <video> tag is used to embed video content in a document. It is used for streaming video files such as a movie clip, song clip on the web page. HTML 5 … Read more

HTML Audio Tag

HTML audio tag is used to define sounds such as music and other audio clips.  It is used to embed sound content in documents. Supported file format for HTML 5 audio tag … Read more

HTML “style” attribute

CSS stands for Cascading Style Sheet. It describes the look of the webpage. It is used to format the layout of a webpage. In this chapter you will learn about … Read more