Karthikeya Boyini has Published 2550 Articles

How to use small font in HTML?

karthikeya Boyini

karthikeya Boyini

Updated on 22-Dec-2021 09:43:02

4K+ Views

To set the small font in HTML, use the style attribute. The style attribute specifies an inline style for an element. The attribute is used with the HTML tag, with the CSS property font-size. HTML5 do not support the tag, so the CSS style is used to add ... Read More

Time Division Multiplexing

karthikeya Boyini

karthikeya Boyini

Updated on 20-Jan-2021 11:31:49

4K+ Views

Frequency division multiplexing (FDM) is a technique of multiplexing, where the users are allowed the total available bandwidth on time sharing basis. Here the time domain is divided into several recurrent slots of fixed length, and each signal is allotted a time slot on a round-robin basis.Concept and ProcessIn TDM, ... Read More

How to Enable or Install Byobu for Terminal Management on Ubuntu 16.04

karthikeya Boyini

karthikeya Boyini

Updated on 14-Jul-2020 11:57:17

954 Views

In this article, we will learn about Byobu on the Ubuntu 16.04, Byobu which is a terminal multiplexer and easy to use, Byobu is used to have multiple windows, consoles and split panes within the windows and will also show the status badges and notifications on the terminal.To complete this ... Read More

The 5 Best Price Tracking Tools

karthikeya Boyini

karthikeya Boyini

Updated on 14-Jul-2020 07:38:34

277 Views

The E-commerce sector in our nation is booming like never before. Presently, it is occupying the third position with regards to internet users, having 10 million people who shop online. Definitely, there exists a huge potential, which is untapped to make use of.In India, Flipkart concluded its biggest online sale ... Read More

Windows in safe mode troubleshoots all system issues

karthikeya Boyini

karthikeya Boyini

Updated on 14-Jul-2020 07:22:43

142 Views

Now, because of heavy or 24 hours uses of computer at corporate or home place, it becomes a complex and delicate machine. This complex and delicate machine sometime goes wrong while updating BIOS, downloading new drivers, or just surfing the Web. To resolve these issues user does not have to ... Read More

Share Powerpoint Presentation through Facebook

karthikeya Boyini

karthikeya Boyini

Updated on 14-Jul-2020 05:58:47

3K+ Views

Using Microsoft’s PowerPoint software, people create new presentation for marketing, office, or college purpose, there are number of ways to share those presentations with others. Although, people can use these presentation as a slideshow for next business meeting, and collage guy or office people can use it to present their ... Read More

Define colors using the Hue-Saturation-Lightness-Alpha model (HSLA) with CSS

karthikeya Boyini

karthikeya Boyini

Updated on 06-Jul-2020 08:23:59

180 Views

To define colors using the Hue-Saturation-Lightness model (HSL) with Opacity, use the hsla() CSS method.ExampleYou can try to run the following code to implement the hsla() function in CSSLive Demo                    h1 {             background-color:hsl(0,100%,50%);          }          h2 {             background-color:hsl(192,89%,48%);          }          p {             background-color:hsla(290,100%,50%,0.3);          }                     Red Background       Blue Background       This is demo text!    

Set the flex items vertically from bottom to top with CSS

karthikeya Boyini

karthikeya Boyini

Updated on 04-Jul-2020 08:01:29

570 Views

Use the flex-direction property with column-reverse value to set the flex-items vertically, from top to bottomExampleYou can try to run the following code to implement the column-reverse value −Live Demo                    .mycontainer {             display: ... Read More

Usage of var() CSS function

karthikeya Boyini

karthikeya Boyini

Updated on 04-Jul-2020 07:03:47

99 Views

The var() function in CSS is used to add custom property values to your web page. Set a custom name of the property and set value for it.ExampleYou can try to run the following code to implement var() functionLive Demo                 ... Read More

HTML DOM Select size Property

karthikeya Boyini

karthikeya Boyini

Updated on 01-Jul-2020 09:22:05

59 Views

The HTML DOM select size property returns and modify the value of the size attribute of a drop-down list.SyntaxFollowing is the syntax −Returning sizeobject.sizeModifying valueobject.size = “number”ExampleLet us see an example of HTML DOM select size property − Live Demo    html{       height:100%;    } ... Read More

Previous 1 ... 4 5 6 7 8 ... 255 Next
Advertisements