Crus4

logo
JavaScript Objects

JavaScript Objects (with examples)

JavaScript Objects JavaScript Objects is one of the built-in data types, that are used to store key-value pairs. Objects in ...
Difference Between array and variable

Difference Between Array and Variable

Difference Between Array and Variable In Programming, most of the beginners get confused between the Variable and an Array. Some ...
JavaScript Arrays

JavaScript Arrays

JavaScript Arrays JavaScript Arrays is a data structure that is used to collect the elements of same Data Type. Arrays ...
JavaScript init Function

JavaScript init Function

JavaScript init Function JavaScript init Function is a function that is used to initialize an object. Initialization is the process ...
JavaScript Check if Function Exists

JavaScript Check if Function Exists

JavaScript Check if Function Exists JavaScript gives us a method to check if a function exists or not. We can ...
JavaScript Functions

Functions in JavaScript

Functions in JavaScript JavaScript Functions is a block of code that is designed to perform a specific task. Functions can ...
JavaScript Data Types

JavaScript Data Types (with examples)

JavaScript Data Types (with examples) JavaScript is a dynamically-typed language that supports a variety of data types. Data types in ...
JavaScript Variables var let const

JavaScript Variables – var, let, const

JavaScript Variables - var, let, const What are JavaScript Variables? JavaScript is a dynamic and flexible programming language used for ...
JavaScript Variables

JavaScript Variables

JavaScript Variables JavaScript Variables are used to store values, such as numbers, strings, or objects, that can be used throughout ...
Comments in JavaScript

How to Add Comments in JavaScript

How to Add Comments in JavaScript Comments in JavaScript or in any other language are used to describe and explain ...
what is JavaScript Console

What is JavaScript Console

What is JavaScript Console JavaScript Console is a tool present in all web browsers that allows developers to interact with ...
Output in JavaScript

JavaScript Output

JavaScript Output JavaScript Output specifies the ways to display the output of a given JS code. The output can be ...
Introduction to JavaScript

Introduction to JavaScript

Introduction to JavaScript JavaScript is a simple, easy-to-learn, quick and powerful programming language, which can be used in all kinds ...
How to Add Search Bar in HTML

How to Add Search Bar in HTML

How to Add Search Bar in HTML Adding a search bar to your HTML page is very important. With the ...
nav tag html

nav Tag HTML

nav Tag HTML HTML nav tag (<nav>) is used to define a section of an html document that includes navigation ...
How to Move Text HTML

How to Move Text HTML

How to Move Text HTML Sometimes, you may want to add some important text on your website, and you wish ...
Difference Between Ordered List and an Unordered List

Difference Between Ordered List and Unordered List

Difference Between Ordered List and Unordered List There are mainly two types of HTML Lists: Ordered List and Unordered List ...
Create a Form in HTML

How to Create a Form in HTML

How to Create a Form in HTML How to Create a Form in HTML We mostly use HTML Forms to ...
Create a Link to Send Email

Create a Link to Send Email in HTML

Create a Link to Send Email in HTML HTML anchor tag (<a>) gives us an option to specify an email ...
Create a Link in HTML

Create a Link in HTML

Create a Link in HTML HTML Links helps us to redirect the user from one web page to another. To ...
html figure and figcaption

HTML figure and figcaption

HTML figure and figcaption The HTML <figure> and <figcaption> tags are used to group an image, video, or other types ...
HTML input tag

What is input tag in HTML

What is input tag in HTML The HTML input tag is used to collect the user's data. That is why ...
How to Add Radio Button in HTML

How to Add Radio Button in HTML

How to Add Radio Button in HTML In this article, we will learn almost everything about HTML Radio Button and ...
HTML form Element

HTML form Element

HTML form Element HTML <form> element is used to create a container for user input, such as text boxes, radio ...
HTML Tables

HTML Tables in Hindi

HTML Tables in Hindi Example <!DOCTYPE html> <html> <head> <title>HTML Tables</title> </head> <body> <h2>Create a simple HTML Table</h2> <table border=1px;> ...
HTML Tables

HTML Tables

HTML Tables HTML Tables are used to represent data in rows and columns. In HTML, Tables are created using the ...
HTML Lists

HTML Lists

HTML Lists HTML Lists is used to group a set of related items in a list. Suppose you are a ...
HTML span tag

Why is span Tag Used in HTML

Why is span Tag Used in HTML Previous The HTML <span> tag allows you to set style for part of ...
html div tag

HTML div Tag

HTML div Tag Previous The <div> tag is a generic container used to group together other HTML elements. The <div> ...
html aside element

HTML aside Element – crus4

HTML aside Element HTML aside element is used to display some content aside from the main content. The aside content ...
HTML Audio Tag

HTML Audio – crus4

HTML Audio Previous HTML <audio> tag is used to play an audio file on a web page. At present there ...
HTML Deprecated Tags

HTML Deprecated Tags – crus4

HTML Deprecated Tags Previous What are Deprecated Tags? Deprecated tags are those tags which are replaced by some other tags ...
add css to html

How to Add CSS to HTML – crus4

How to Add CSS to HTML Previous How to Add CSS to HTM What is CSS? CSS stands for Cascading ...
HTML Canvas Images

HTML Canvas Images – crus4

HTML Canvas Images HI guys, in this post we are going to draw an image on Canvas. To draw an ...
html favicon

HTML Favicon – crus4

HTML Favicon Previous HTML Favicon Explained in less then 3 minutes. A favicon is a small file/image that is displayed ...
HTML Iframes

HTML Iframes – crus4

HTML Iframes ...Previous HTML Iframe is used to display a separate web page within a web page. Iframe in HTML ...
HTML Forms

HTML Forms – crus4

HTML Forms Previous HTML Forms are used to collect data (like images, text etc ) from the user. Forms are ...
lists and tables in html

Lists and Tables in HTML – crus4

Lists and Tables in HTML HTML Lists HTML lists is employed to form a collection of related items in a ...
images in HTML

Images in HTML – crus4

Images in HTML The <img> Tag The <img> tag is used to insert an image in a web page. It ...
Scanning in Ethical Hacking

Scanning in Ethical Hacking

Scanning in Ethical Hacking Scanning is the Second Phase of Ethical Hacking. In this phase, an Ethical Hacker finds a ...
Reconnaissance Explained

Reconnaissance Explained: First Phase of Ethical Hacking

Reconnaissance Explained: First Phase of Ethical Hacking Reconnaissance is the first phase of Ethical Hacking. In this Phase a hacker ...
5 phases of hacking

5 Phases of Hacking

5 Phases of Hacking Hacking in nutshell means identifying and exploiting weakness in a computer system or gaining unauthorized access ...
Skills of Ethical Hackers

Skills of Ethical Hackers

Skills of Ethical Hackers Who are Ethical Hackers Ethical Hackers are professionals who are responsible for identifying and exploiting vulnerabilities ...
What tools hackers use

What Tools Hackers Use

What Tools Hackers Use Hackers use number tools and techniques to breach the security of computer systems. Some of the ...
What Does Metasploit Do

What Does Metasploit Do

What Does Metasploit Do What is Metasploit Metasploit is an open-source penetration testing framework that provides information about security vulnerabilities ...
Ethical Hacking Course Syllabus

Ethical Hacking Course Syllabus PDF

Ethical Hacking Course Syllabus PDF In this Article we are will discuss about what you need to learn to become ...
Computer Security Threats

Computer Security Threats

Computer Security Threats So, how this hacking actually occur. How some people lost millions of dollars. How the data of ...
become a hacker

How to Become a Hacker After 12th – crus4

How to Become a Hacker After 12th Introduction So you are interesting in Hacking or you wanna to become an ...

Introduction to Ethical Hacking – crus4

Introduction to Ethical Hacking Most of the people think that hacking is just stealing of data and information illegally but ...

Introduction to Hacking – crus4

Introduction to Hacking There are various definitions you can get about hacking. Some people will say its illegal some will ...
CSS Display Property

CSS display Property

CSS display Property The CSS display Property is used to control how an HTML Element is displayed on the web ...
Style a Table With CSS

How to Style a Table With CSS

How to Style a Table With CSS In order to make your website look great, you must style every single ...
Styling List in CSS

Styling List in CSS

Styling List in CSS We all want to make our webpage stylish. Because a stylish webpage engages the user and ...
Style Links in CSS

Style Links in CSS

Style Links in CSS We all know that links are very important to add in all HTML pages. But sometimes ...
CSS Icons

CSS Icons

CSS Icons CSS Icons are icons that are created using CSS rather than traditional image files. They can be created ...
CSS how to import google fonts

CSS How to Import Google Fonts

CSS How to Import Google Fonts What are Google Fonts? Google Fonts is a library of over 1000+ free, open-source ...
CSS Fonts

CSS Fonts

CSS Fonts Picking the right font for your website is very important. You must choose the font that is stylish ...
CSS font-family

CSS font-family

CSS font-family CSS font-family is a crucial property in web design that specifies the typeface to be used for text ...
CSS background vs background-color

CSS background vs background-color

CSS background vs background-color Both background and background-color are CSS properties, that are used to modify the background of an ...
CSS Make Text Unselectable

CSS Make Text Unselectable

CSS Make Text UnSelectable If you are a developer or blogger, sometimes you have some type of text on your ...
CSS Text Shadow

CSS Text Shadow

CSS Text Shadow The CSS text-shadow property adds shadow to text. This property accepts other shadow properties that are applied ...
CSS Text

CSS Text

CSS Text CSS has many properties for formatting text. With the help of CSS we can style a text with ...
CSS Outline

CSS Outline

CSS Outline An outline is a line that is drawn outside the element's border, to make the element stylish. Here ...
CSS Height and Width

CSS Height and Width

CSS Height and Width The CSS Properties height and width are used to set height and width of an element ...
CSS padding

CSS Padding

CSS Padding The CSS padding property is used to create space around an element's content, inside the specified borders. So, ...
CSS Margin

CSS Margin

CSS Margin The CSS margin property is used to create space around an HTML element, outside the defined borders. With ...
CSS Border

CSS Borders

CSS Borders The CSS border property is used to specify the element's border. The border can be of any color ...
CSS Background Image

CSS Background Image

CSS Background Image The background-image property defines an image that we wanna use as the background of an element. Here ...
CSS Background Coor

CSS Background Color

CSS background-color CSS background-color property defines the background color of an element. We mostly specify a color by using a: ...
CSS Colors

CSS Colors

CSS Colors Colors in CSS are specified by using the predefined color names, or by using color values. CSS Color ...
CSS Selectors

CSS Selectors – crus4

CSS Selectors CSS Selectors as the name indicates, A CSS Selector selects the HTML element or elements that we wanna ...
Css Introduction

Introduction to CSS – crus4

Introduction to CSS What is CSS CSS stands for Cascading Style Sheets. With the help of CSS we can apply ...
Web Development Jobs

Top 5 Highest Paying Web Development Jobs in India

Top 5 Highest Paying Web Development Jobs in India Web Development has emerged as one of the most in-demand and ...

How to Change Progress Bar Color in HTML

Change Progress Bar Color in HTML Previous The <progress> element is used to create a progress bars on a web ...

HTML button Element – crus4

HTML button Element Previous The <button> tag is used to define a clickable button. The button element can perform various ...