Bhanu Priya

Bhanu Priya

1,061 Articles Published

Articles by Bhanu Priya

Page 33 of 107

What are the threats on the Internet?

Bhanu Priya
Bhanu Priya
Updated on 16-Mar-2026 2K+ Views

Internet threats are malicious software programs and attack methods that target users when they browse the web, access online services, or download content. These web-based threats are designed to steal personal information, damage systems, or gain unauthorized access to devices and networks. Major Threats on Internet The following are the most common and dangerous threats that users face while using the internet: Spam Spam refers to unsolicited bulk emails that flood inboxes with unwanted content. While spam emails may seem like mere annoyances, they often serve as delivery mechanisms for malware, phishing links, and fraudulent schemes. ...

Read More

What are the interesting facts about Computer Viruses?

Bhanu Priya
Bhanu Priya
Updated on 16-Mar-2026 2K+ Views

A computer virus is a type of malware that corrupts or destroys files on computer systems. Computer viruses have been around since the 1980s and are programs capable of self-replication, spreading from one machine to another without the user's knowledge. Computer viruses typically run in the background while users browse the internet. As more devices connect to networks and people increasingly use the web, security threats and risks continue to grow exponentially. Computer Virus Infection Process Clean System Virus Entry ...

Read More

How to create conditional comments in HTML?

Bhanu Priya
Bhanu Priya
Updated on 16-Mar-2026 2K+ Views

Conditional comments are HTML comments that contain special syntax to target specific versions of Internet Explorer. They allow developers to include or exclude HTML content based on the browser and version being used, helping solve cross-browser compatibility issues that were common with older IE versions. HTML Comments Overview Before understanding conditional comments, let's review regular HTML comments and their characteristics − HTML comments are non-executable statements used to describe or annotate code. Comments use the syntax with opening and closing tags. Comments can be placed anywhere in HTML but are commonly placed after the DOCTYPE ...

Read More

How do we add a definition term in HTML?

Bhanu Priya
Bhanu Priya
Updated on 16-Mar-2026 616 Views

The definition term is represented by the tag in HTML, which describes the name or term in a description list. The element works in conjunction with and tags to create structured definition lists. tag defines a description list container tag defines the term being described tag provides the description or definition for each term The tag supports both global and event attributes and is supported by all modern browsers. Syntax Following is the syntax for creating definition terms − Term ...

Read More

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

Bhanu Priya
Bhanu Priya
Updated on 16-Mar-2026 448 Views

To add a container for an external application in HTML5, we use the tag. It defines a container for an external resource like web pages, media players, pictures, or plug-in applications. The embed element is a self-closing tag that provides a generic way to include external content when more specific HTML5 elements are not suitable. Syntax Following is the basic syntax for the embed tag in HTML − The tag is self-closing and does not require a closing tag. It supports global and event attributes in HTML5. Attributes The ...

Read More

Add a horizontal rule in HTML

Bhanu Priya
Bhanu Priya
Updated on 16-Mar-2026 891 Views

The tag in HTML creates a horizontal rule that defines a thematic break in an HTML page. It is commonly used to visually separate content sections or indicate a change in topic within a document. The tag is a self-closing element that requires no closing tag. Syntax Following is the basic syntax for the tag − In modern HTML5, the tag is styled using CSS rather than HTML attributes. However, for compatibility, some legacy attributes are still recognized − Legacy Attributes The following ...

Read More

Add a label for a form control in HTML?

Bhanu Priya
Bhanu Priya
Updated on 16-Mar-2026 645 Views

In HTML, the tag is used to define labels for form controls, creating a clickable association between the label text and the form element. When a user clicks on a properly associated label, the browser automatically focuses or activates the corresponding form control. The tag can be associated with the following form elements − (all types) Syntax Following is the basic syntax of the tag − Label text The tag supports two key attributes − for − Specifies ...

Read More

How to add a layer in HTML?

Bhanu Priya
Bhanu Priya
Updated on 16-Mar-2026 3K+ Views

The concept of layers in HTML refers to creating overlapping elements that can be positioned and stacked on top of each other. While the obsolete tag was once used for this purpose, modern HTML uses elements with CSS positioning and z-index properties to create layered content. Important Note: The tag is deprecated and not supported in modern browsers. It was a Netscape-specific element that never became part of the HTML standard. Instead, we use CSS positioning with elements to achieve layering effects. Modern Approach: Creating Layers with CSS To create layers in modern ...

Read More

How to add a resource reference in HTML?

Bhanu Priya
Bhanu Priya
Updated on 16-Mar-2026 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. It is an empty element that only contains attributes and must be placed within the section of an HTML document. The tag is commonly used to link external style sheets, add favicons to websites, preload resources, and establish relationships with other documents. The tag consists of various attribute values that define the type and location of the referenced resource. Syntax Following is the basic syntax for the tag − ...

Read More

Define a scalar measurement within a known range in HTML

Bhanu Priya
Bhanu Priya
Updated on 16-Mar-2026 406 Views

To define a scalar measurement within a known range or a fractional value, we use the tag in HTML. The tag represents a gauge that displays a value within a specific range, commonly used for disk usage, quiz scores, battery levels, or relevance of query results. The tag is not used to indicate progress bars. If you want to show progress or completion, use the tag instead. For best accessibility, it's recommended to use a tag or provide fallback text between the opening and closing tags. Syntax Following is the syntax ...

Read More
Showing 321–330 of 1,061 articles
« Prev 1 31 32 33 34 35 107 Next »
Advertisements