Bhanu Priya has Published 1449 Articles

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

Bhanu Priya

Bhanu Priya

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

276 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

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

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

761 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

556 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

547 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

Add a horizontal rule in HTML

Bhanu Priya

Bhanu Priya

Updated on 10-Oct-2023 12:34:23

724 Views

The tag in HTML is a horizontal rule, defines a thematic break in an HTML page. It is often used to display a horizontal rule to separate the content or to change the display of content in an HTML page. It consists of only opening tag in HTML. Syntax ... Read More

Create an italic text in HTML

Bhanu Priya

Bhanu Priya

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

662 Views

In HTML the text can be represented in italic using tag. The text present in between tag open and closing is represented in italic format. tag is called as Idiomatic text element. Syntax Usage of tag in HTML is shown below − ... Read More

Explain the characteristics of DBMS?

Bhanu Priya

Bhanu Priya

Updated on 07-Oct-2023 02:36:26

35K+ Views

There are so many characteristics of a database management system, which are as follows − A database management system is able to store any kind of data in a database. The database ... Read More

What is the operating system evolution?

Bhanu Priya

Bhanu Priya

Updated on 07-Oct-2023 01:20:48

33K+ Views

Operating systems work as an interface between the user and the computer hardware. OS is the software which performs the basic tasks like input, output, disk management, controlling peripherals etc. Windows, Linux etc are some examples of operating systems. Operating System Evolution  Operating system is divided into four generations, which ... Read More

Advertisements