Author Archives: Vikram Singh

About Vikram Singh

hello everyone my name is vikram singh . I have study in Rajasthan university . I will providing all the detail of computer and its use . I will providing latest technology also.

Java script popup boxes

Introduction -: In java script language providing many facility. In java script  we can create three type of popup boxes as like  Alert box,confirm box,prompt box these are here Alert Box- : An alert box often is used if we want to make sure information come through to the user when an alert box pops… Read More »

java script operator

Java script operator -: Like any other language java script is supporting many type operator . These are Arithmetic operator-: Arithmetic operator use to calculate the value of mathematics operators as like addition, subtraction, multiplication, division, modules,increment,and decrements as like Addition -: It add the value and sign of this (+)   example       … Read More »

variable in java scripting

Variable Definition -: A variable is a container for information we want to store. A variable’s value can change during the script. You can refer to a variable by name to see its value or to change its value. Rules for variable name -: variable names are case sensitive means uppercase and lower case are… Read More »

Learning Java scripting programming language

Java scripting Introduction-:Java scripting is a programming language that can be included on web pages to them more interactive.we can use it check or modify the contents of forms,changes,images open new window and write dynamic page content.we can even use it with css to make DHTM(Dynamic Hyper Text markup Language). This allows you to make… Read More »

Insert Button in html

Button –HTML is a web programming language that providing the facility for  multiple type button in our web page. There are many types buttons are available here HTML language. Insert a button in html -:  In the html language we can insert button. where we want to insert we give this way as like First… Read More »

Learning html commands and use

html commands -: Here are multiple html command are given Subscript -: By the help of this command we can create subscript. This is mostly use in math and other formula  as like <body> netnic<sub>.org</sub>// use of subscript </body> output—–   Superscript-: By the help of this command we can create superscript.  as like  <body> netnic<sup>.org</sup>… Read More »

html formatting command

HTML Format command -: In html language provide all type formatting command here are some BOLD-: This command use for text in Bold in html language as like  its represent <b> <html> <head> <title>tips and Technic of computer and internet</title> </head> <body> <b> http://netnic.org</b><br /> http://netnic.org                     … Read More »