Posts

Showing posts from December, 2021

How to create UI Designing Music player web app

Image
PREVIEW  Hello Developer, In this blog We teach you how to create a simple UI Designing Music Player Using HTML , CSS , JAVASCRIPT .   Before you start writing code first you create a folder and files then write a music player code so without wasting your time let's get started.  You will create a HTML file and a CSS file  then create a javascript file Ex:- index.html, style.css , script.js So now let's learn about Here is HTML code now you copy this code and paste in your code editor in index.html file.  <div class="wrapper" id="app"> <div class="player"> <div class="player__top"> <div class="player-cover"> <transition-group :name="transitionName"> <div class="player-cover__item" v-if="$index === currentTrackIndex" :style="{ backgroundImage: `url(${track.cover}...

How to create HTML links in computer?

Image
Hello Developer's in This tutorial I will show you how to create HTML link in Complete our web Page.  How to create a link in our web page or blog to another web Page Or website.  This tutorial is based on HTML  a href tag  , using of a href tag to inserted body section of HTML source code, This link working only one time one link the user click or tap the link to open specifics web page or website.  Below are one example of HTML a href tag with additional information about of the different types of link, You can see and insert your web page.  Absolute HTML link example <a href="https://www.biharigraphic.com/">Your text here</a> Run For Example :- The Example are external link an absolute path link that point to the web page or website home page. This HTML tag also support other attributes for examples, you could add in the title attributes.  JOIN OUR GROUP BihariGraphic: Join our Te...

CS Business Cammunication Skills in BCA Part-3

Image
1) what's distinction between sitp and utp in trying out? A take a look at plan this is achieved at the smallest degree or stand on my own mode is referred to as unit check plan. as an example, a project is having patron and invoicing modules. so the check on patron module and invoicing module may be done individually. that is unit check plan. Later both customer and bill is to be tested in a single set. to do so, we combine each into one set and test them. so device integration take a look at plan and unit test plan canBe achieved by way of using nunit. Unit trying out is commonly completed by way of builders and the device checking out is commonly executed via testing professionals in an integrated mode. 2) Define in very wide phrases how you'll create a strategy for say, a public interest marketing campaign. A terrific candidate will listing at the least a number of the following standards: a clean defining of the goals and goals of the marketing campaign; identif...

CS Business Cammunication Skills in BCA Part-2

Image
1) what is business communications   Answer :- Enterprise communique is defined as information sharing inside and outside agency this is completed for the economic benefit of the employer. this educational covers basic concepts like inner communique (upward/downward/horizontal conversation) and outside communique. Target market Business communication tutorial is most suitable for control students and company specialists. this educational explains approximately the have an effect on of bodyLanguage, the necessities of commercial enterprise writing, overcoming smartphone tension.  2) what do you observed you do nicely whilst you communicate? Answer:- At my ripe age, humans inform me they sense uplifted, empowered, and loved via me. i watch for moments i'm able to genuinely well known, encourage and recognize. i smile as frequently as i can because it helps others sense safe and trusting. listening empathetically properly as the usage of self-accountable language h...

CS Cammunication Skills in BCA Part-1

Image
Q 1.) What are the three sorts of communication abilities?  Answer :-  1. verbal conversation, or the ability to explicit ideas and concepts the usage of phrases. 2. nonverbal cues, or the capability to pick up on and react/respond to non-verbal cues like symbols, frame language, etc.

Text processing tags in HTML, How to formating HTML text

Image
 Hello Developers, In this artical learn about, How to formating HTML text. Text processing tags in HTML. Use for Html consists of numerous elements for defining text with a unique meaning. Formatting elements were designed to show unique types of text.  <b> - Bold text <strong> - Important text <i> - Italic text <em> - Emphasized text <mark> - Marked text <small> - Smaller text <del> - Deleted text <ins> - Inserted text <sub> - Subscript text <sup> - Superscript text where is it used <b> and <strong> Elements The html <b> detail defines bold text, without any more importance. Use <b> tags to convert any plain text into bold text . <b>This is bold text</b> The html <strong> element defines textual content with robust significance. the content material inner is commonly displayed in ambitious. <stron...