HTML 5 Semantic Elements and JavaScript Basics

There are two category of HTML 5 elements listed below. Block level elements Inline elements Block elements such as<mark style=”background-color:rgba(0, 0, 0, 0);color:#b61515″ class=”has-inline-color”> </mark><h1> and <p> tags take the entire width of the document.Inline elements such as <b> and <em>,<i>,<img> element will take just enough space within a blockelement.HTML 5 Semantic ElementThere is no … Read more

JavaScript Introduction

JavaScript is a popular scripting language that control the behavior of the webpage using script.Where to Place JavaScript Code?You can place your JavaScript code in two places. Inside the HTML document Use an external file for JavaScript and link to HTML document. JavaScript inside HTML pageExternal JavaScript FileFor external JavaScript file, you have to link … Read more

VB 6 Tool Bar

The VB 6 allows you to add a toolbar to the form object. In this article we will explain the method to add the toolbar .To create a toolbar you have to follow steps given below. Add component, “Microsoft Windows Common Control 6.0″ Select Toolbar control from the Toolbox in VB 6 IDE. Configure Toolbar … Read more

JavaScript : Truthy And Falsy

In JavaScript, we have two sets of values – truthy and falsy. The main difference between these two are:Truthy – Always returns true when done a Boolean comparison.Falsy – Always returns false when done a Boolean comparison.What are Falsy values?The following is list of falsy values:Falsy and Truthy ConceptTo understand the falsy and truthy concept … Read more

JS: String.prototype.substring()

The JavaScript substring() function extract a part of a string. It is very useful in many string related programs.The syntax for .substring() function is given below.startIndex is number that represents the position of a character from where you want to begin extraction.endIndex is the number that represents the position of the last character you want … Read more

VB 6 Form Title

A VB 6 form has a title bar and the title of the form can be changed. In this article, we will talk about two ways to change the title of a form object. Change title from property window. Change title during run-time from code editor. Change title using property windowWhen you select a VB … Read more

VB Form Basics

In this article, you learn about Vb 6 form and understand the types and different parts of VB 6 form object. There are many things that you can do with VB 6 form object. Here is a list. Change form title Add new title Create menu bar Create new toolbar for the form Add new … Read more

VB 6 Handling Financial Data

Apart from performing mathematical calculations using builtin math functions, the Visual Basic 6 has functions that can handle financial data. You can always write your own functions, however, VB 6 provides builtin functions. A list of financial functions are given below. Financial Functions Description DDB, SLN, SYD Compute depriciation FV Compute the future value Rate … Read more

VB 6 Date And Time Functions

Date and time are very important to programming languages. It helps show the date and time, run a timer, show current time or date, even show the difference between two different dates or times.In this article, we will list few VB 6 date and time related function that you can use with examples. Each of … Read more

Ads Blocker Detected!!!

We have detected that you are using extensions to block ads. Please support us by disabling these ads blocker.

Exit mobile version