Bhanu Priya has Published 1660 Articles

Add a horizontal rule in HTML

Bhanu Priya

Bhanu Priya

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

472 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

447 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

25K+ 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 Push down automata in TOC?

Bhanu Priya

Bhanu Priya

Updated on 07-Oct-2023 01:55:41

26K+ Views

A push down automata (PDA) is a way to implement a context free grammar (CFG) in a similar way to design the deterministic finite automata (DFA) for a regular grammar. A DFA can remember a finite amount of information but a PDA can remember an infinite amount of information. Basically, ... Read More

What is the operating system evolution?

Bhanu Priya

Bhanu Priya

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

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

What is an Entity relationship model in DBMS?

Bhanu Priya

Bhanu Priya

Updated on 07-Oct-2023 01:05:12

22K+ Views

Entity relationship (ER) models are based on the real-world entities and their relationships. It is easy for the developers to understand the system by simply looking at the ER diagram. ER models are normally represented by ER-diagrams.ComponentsER diagram basically having three components:Entities − It is a real-world thing which can ... Read More

Create self-contained content in HTML5

Bhanu Priya

Bhanu Priya

Updated on 06-Oct-2023 16:03:48

296 Views

The element in HTML5 is used to display self-contained content (images, videos, etc). This can be attached to the main program, and can be used at any place within the document without impacting the flow of document. Additionally, if we remove the tag, it won’t affect the structure ... Read More

Include a caption for a <figure> element in HTML5

Bhanu Priya

Bhanu Priya

Updated on 06-Oct-2023 15:59:44

81 Views

The element in HTML5 is used to add self-contained information like diagrams, photographs or code present in a document. Generally, the figure element attached to the main program, we can use at any place in the document, and we can also remove the tag without impacting the flow ... Read More

How to display a fieldset in HTML?

Bhanu Priya

Bhanu Priya

Updated on 06-Oct-2023 14:48:20

391 Views

Fieldset is an element in HTML, used for grouping related elements. It is helpful to user if form fields are arranged in logical groupings. To differentiate the look from other parts of web page, it adds a border around the related elements. tag is used to define a caption ... Read More

How to add a container for an external (non-HTML) application in HTML5

Bhanu Priya

Bhanu Priya

Updated on 06-Oct-2023 14:46:07

172 Views

To add a container for an external application in HTML5 we use tag. It defines or embed a container for an external resource like, web pages, media player, pictures or a plug-in application. Following is the usage of embed tag in HTML − It doesn’t have ... Read More

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