Bhanu Priya has Published 1660 Articles

Create small text in HTML

Bhanu Priya

Bhanu Priya

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

344 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

205 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

248 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

488 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

420 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 paragraph in HTML?

Bhanu Priya

Bhanu Priya

Updated on 10-Oct-2023 14:34:33

322 Views

To define a paragraph in HTML, we use tag. A block of text is representing a paragraph and it always starts on a new line. Before and after a paragraph the browser automatically adds white spaces. Syntax To represent a paragraph in HTML, following syntax is used − ... Read More

How to add a parameter for an object in HTML?

Bhanu Priya

Bhanu Priya

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

736 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

Section that contains only navigation links in HTML5

Bhanu Priya

Bhanu Priya

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

91 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

128 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

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