George John has Published 1277 Articles

Adding YouTube videos on an HTML web page

George John

George John

Updated on 24-Nov-2023 01:36:49

747 Views

Videos can be easily from YouTube to your web page. You need to just embed the videos. At first, get the Video id − Step1: Go to the Video and right click on it. Select “Stats for nerds” − On clicking, you will get the following dialog box displaying ... Read More

Linear gradient with rainbow color

George John

George John

Updated on 24-Nov-2023 01:23:07

761 Views

To create a linear gradient that looks like rainbow color, you can try to run the following code - Example                    #demo {             height: 100px;             background: linear-gradient(to right, red,orange,yellow,green,blue,indigo,violet);          }                     Linear Gradient       Rainbow    

Are there any style options for the HTML5 Date picker?

George John

George John

Updated on 22-Nov-2023 04:25:09

946 Views

The date picker in HTML5 shows a popup like a calendar. This is the same as selecting the months and years and this adds the date. Example: Style options for HTML date pickerYou can also customize the popup and add background color as well. You can try to run the ... Read More

HTML 'input' required Attribute

George John

George John

Updated on 18-Nov-2023 03:28:20

1K+ Views

The required attribute of the element is used to set a field which is required to be filled before the form is submitted. If the field set with required attribute is not filled, then on clicking the SUBMIT button, the form won’t submit.Following is the syntax −Let us now ... Read More

Two’s Complement

George John

George John

Updated on 08-Nov-2023 00:47:01

124K+ Views

Binary Number System is one the type of most popular Number Representation techniques that used in digital systems. In the Binary System, there are only two symbols or possible digit values, i.e., 0 (off) and 1 (on). Represented by any device that only 2 operating states or possible conditions. Generally, ... Read More

IEEE 802.3 and Ethernet

George John

George John

Updated on 03-Nov-2023 13:56:49

26K+ Views

Ethernet is a set of technologies and protocols that are used primarily in LANs. It was first standardized in 1980s by IEEE 802.3 standard. IEEE 802.3 defines the physical layer and the medium access control (MAC) sub-layer of the data link layer for wired Ethernet networks. Ethernet is classified into ... Read More

How to Convert Binary to Octal?

George John

George John

Updated on 01-Nov-2023 20:03:16

34K+ Views

Binary is the simplest kind of number system that uses only two digits of 0 and 1 (i.e. value of base 2). Since digital electronics have only these two states (either 0 or 1), so binary number is most preferred in modern computer engineer, networking and communication specialists, and other ... Read More

What is Gray code?

George John

George John

Updated on 01-Nov-2023 02:47:07

36K+ Views

The reflected binary code or Gray code is an ordering of the binary numeral system such that two successive values differ in only one bit (binary digit). Gray codes are very useful in the normal sequence of binary numbers generated by the hardware that may cause an error or ambiguity ... Read More

Wireless LAN and IEEE 802.11

George John

George John

Updated on 31-Oct-2023 21:11:10

48K+ Views

Wireless LANs are those Local Area Networks that use high frequency radio waves instead of cables for connecting the devices in LAN. Users connected by WLANs can move around within the area of network coverage. Most WLANs are based upon the standard IEEE 802.11 or WiFi.IEEE 802.11 ArchitectureThe components of ... Read More

What is network interface card (NIC)?

George John

George John

Updated on 31-Oct-2023 13:34:36

58K+ Views

A network interface card (NIC) is a hardware component without which a computer cannot be connected over a network. It is a circuit board installed in a computer that provides a dedicated network connection to the computer. It is also called network interface controller, network adapter, or LAN adapter.PurposeNIC allows ... Read More

1 2 3 4 5 ... 128 Next
Advertisements