Bhanu Priya has Published 1581 Articles

How to display a table body in HTML?

Bhanu Priya

Bhanu Priya

Updated on 10-Oct-2023 16:37:09

735 Views

Use the tag in HTML to display a table body. The HTML tag is used to add a body to a table. The tbody tag is used in conjunction with the thread tag and the tfoot tag in determining each part of the table (header, footer, body). The ... Read More

Create a selectable list in HTML

Bhanu Priya

Bhanu Priya

Updated on 10-Oct-2023 16:16:23

2K+ Views

The tag is used to create a drop-down list in HTML document. We just need to add the “multiple” attribute to the element. Now, in order to select multiple options, we use following syntax − text The HTML ... Read More

Display strikethrough text in HTML

Bhanu Priya

Bhanu Priya

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

610 Views

Strikethrough text means line through text, tag helps us to cut line in the text. This tag is not supported in HTML5; it was used when everyone working on HTML4. Now instead of tag tag is using in HTML5 to define deleted text. Syntax Following is the ... Read More

Create a media resources for media elements, defined inside video or audio elements in HTML5

Bhanu Priya

Bhanu Priya

Updated on 10-Oct-2023 15:17:41

308 Views

HTML5 supports five media elements, which are helpful in creating media resources. The different media tags are , , , and . These tags are used to change the development, let us discuss about each element in detail with an example − The tag If you want to ... Read More

Create small text in HTML

Bhanu Priya

Bhanu Priya

Updated on 10-Oct-2023 15:13:57

418 Views

If we want to set a small font size in HTML document use tag. This tag is used to decrease the font size by one that is from medium size to small size or extra-large to large size. There are two ways, we can use this tag in ... Read More

How to display completion progress of a task in HTML5?

Bhanu Priya

Bhanu Priya

Updated on 10-Oct-2023 14:56:29

243 Views

If we want to serve a visual demonstration of completion of any task or goal, we use element. To display how much progress has been towards task completion we use max and value attributes. Following is the syntax of tag in HTML - Progress has ... Read More

How to display a short quotation in HTML?

Bhanu Priya

Bhanu Priya

Updated on 10-Oct-2023 14:54:08

273 Views

In Html, in order to insert quoted text in browser page, we use quotation element. The quoted text appears different when compared to normal text. What is element? This element is used to insert quotation marks to the set of text in HTML document. It has opening and ... Read More

How to add preformatted text in HTML?

Bhanu Priya

Bhanu Priya

Updated on 10-Oct-2023 14:51:57

536 Views

In HTML tag is used for preformatted text. The text in between open and closed tags displayed exactly as written in HTML document. The usage of preformatted text is shown below - ---- The element displayed the text with preserved space ... Read More

How to include the result of a calculation in HTML5?

Bhanu Priya

Bhanu Priya

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

498 Views

To define or include a result of calculation in HTML, we use tag. The output tag helps in providing the result of calculation, which is performed by the JavaScript (Client side scripting language). Syntax Following is the usage of tag − --- ... Read More

How to add a parameter for an object in HTML?

Bhanu Priya

Bhanu Priya

Updated on 10-Oct-2023 14:30:30

834 Views

To define parameters for plug-ins that is associated with object element we use tag. tag does not contain end tag. The tag supports all browsers, but the file format defined in object may not support. It also supports the global and event attributes in HTML. Syntax Following ... Read More

Previous 1 ... 6 7 8 9 10 ... 159 Next
Advertisements