Bhanu Priya has Published 1660 Articles

Define a scalar measurement within a known range in HTML

Bhanu Priya

Bhanu Priya

Updated on 10-Oct-2023 14:20:37

143 Views

To define a scalar measurement within a known range or a fractional value, we use tag in HTML. tag is also called as gauge. For disk usages, relevance of query results etc., we use tag in HTML. The tag is not used to indicate progress bar, ... Read More

Highlight HTML content for reference purposes

Bhanu Priya

Bhanu Priya

Updated on 10-Oct-2023 14:19:01

203 Views

The tag is used to mark or highlight the text in HTML. It is one of the new tags used in HTML5. It supports global and event attributes. we can include tag in between the statement also, like − I play with Coding ... Read More

Include meta data in an HTML document

Bhanu Priya

Bhanu Priya

Updated on 10-Oct-2023 13:51:43

181 Views

To include meta data in an HTML document, we use tag. Metadata provides important information about HTML document. It is used to add value pairs for describing the properties of HTML documents, like document author, list of keywords, expiry date, author name, etc. The meta data consists of only ... Read More

How do we add a menu list in HTML?

Bhanu Priya

Bhanu Priya

Updated on 10-Oct-2023 13:48:06

608 Views

If we want to create a menu list in HTML, we have to use tag, it is used to defines a list of commands that can be used by the users for creating listing form control, context menus, toolbar, and commands. At present this tag was removed from ... Read More

How do we display the main content in the document in HTML5?

Bhanu Priya

Bhanu Priya

Updated on 10-Oct-2023 13:06:01

162 Views

To display the main content in the document, we use tag. The tag consists of open and closing tags, the content present in between element is unique to the document, it does not contain any content which is repeated across documents like navigation links, site logos, sidebars ... Read More

How to add a resource reference in HTML?

Bhanu Priya

Bhanu Priya

Updated on 10-Oct-2023 13:01:16

2K+ Views

In HTML the tag is used to add a resource reference. The link defines the relationship between the external document and current document. The tag is also used to link external style sheets and to add favicon to our websites, tag consists of attribute values. Following is ... Read More

How to add a layer in HTML?

Bhanu Priya

Bhanu Priya

Updated on 10-Oct-2023 12:57:38

2K+ Views

We can add a layer to an HTML document using the tag in HTML. Once we have created a layer using this tag, then we can manipulate it using JavaScript. This tag is used to position and animate (through scripting) elements in a page. A layer can be thought ... Read More

How to include a title in a fieldset in HTML?

Bhanu Priya

Bhanu Priya

Updated on 10-Oct-2023 12:43:14

314 Views

In HTML the tag is used to include/define a title for a tag. Before proceeding further let us understand what is a fieldset. A fieldset is an element in HTML, used for grouping related elements. It is helpful to user if form fields are arranged in logical groups. ... Read More

Add a label for a form control in HTML?

Bhanu Priya

Bhanu Priya

Updated on 10-Oct-2023 12:41:35

256 Views

In HTML the tag is used to define labels for serval elements like , , , , . Syntax Following is the usage of tag ... Read More

Include a header for a document or section in HTML5?

Bhanu Priya

Bhanu Priya

Updated on 10-Oct-2023 12:36:58

357 Views

Header tag is used to represent a container consists of set of navigational links or introductory content. It consists of one or more heading elements, icons and authorship information. In HTML we can place number of elements, but element cannot be placed within a , another ... Read More

Previous 1 ... 5 6 7 8 9 ... 166 Next
Advertisements