Bhanu Priya has Published 1449 Articles

How to display a short quotation in HTML?

Bhanu Priya

Bhanu Priya

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

379 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

716 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

759 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

Section that contains only navigation links in HTML5

Bhanu Priya

Bhanu Priya

Updated on 10-Oct-2023 14:27:49

313 Views

Navigational links can be provided by using tag in the document. The links of nav element navigates to other webpages or points to different section of same webpage. Examples of nav element are contents, tables, menus and indexes. Syntax Following is the usage of tag in HTML − ... Read More

How to allow no breaks in the enclosed text in HTML?

Bhanu Priya

Bhanu Priya

Updated on 10-Oct-2023 14:25:40

296 Views

To allow no breaks in the enclosed text in HTML, we will use tag for creating a single line text, it does not bother about how long the statement is. If we want to read whole text a horizontal scroll has to be used. It is exactly opposite to ... Read More

Multi-Column Layout for Text Flow using HTML

Bhanu Priya

Bhanu Priya

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

2K+ Views

In HTML tag is used to create multi-column layouts. It has opening and closing tags, . Following is the syntax of multicol tag. …….. Attributes of tag Following are the attributes used in tag − cols The value used ... Read More

Define a scalar measurement within a known range in HTML

Bhanu Priya

Bhanu Priya

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

300 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

327 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

463 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

1K+ 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

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