Posts

Javascript

Image
Wishing you all a nice reading friends,in this article I am just talking about the most famous scripting language " JAVASCRIPT ". What can do Javascript do? Javascript can change HTML attribute values In this case JavaScript changes the value of the src (source) attribute of an image. What is the difference between Java and Javascript ? By comparison, Javascript is mainly used to make Java more interactive. While creating applications then run in our browser. Java is (object-oriented programming) language and Java script is specifically an OOP scripting language. Who invented Javascript and why it is  called Javascript? Brandan Eich A Javascript origins  In september 1995, A Netscape programmer named Brandan Eich developed a new scripting language in just 10 days It was originally named Mocha, but quickly became Livescript and later known as Javascript. What are the use of javascript ? JavaScript is a client scripting language which is used for creating web pages. It is a sta...

CSS (CASCADING STYLE SHEETS)

Image
Although we just talked about HTML in the last article. And HTML make a content of your  website like hearing, paragraphs, lists, images etc…. . But if you want a perfect look and structure for your website the style is necessary. So we use the CSS (Cascading style sheets) for making the site beautiful. What is CSS? CSS is designed to enable the separation of presentation and content including layout , colours , fonts . Shortly we can say that CSS is used to give HTML  look. Who and when CSS founded ? The CSS released as an official W3C (world web consortium) on December 1996. So first officially CSS created by Hakon Wium Lie  and B ert Bas. And the Hakim Wium  Lie known as the father of CSS. How many types of CSS? There are THREE types of CSS : • In the separate file – External • At the top of a web page document- Internal • Right next to the text it decorates -  Inline What means cascading in CSS ? “Cascading” it means that st...

HTML(hypertext markup language)

Image
HTML attributes are special words used inside the opening tag to control the element's behaviour. HTML attributes are a modifier of an HTML element type. An attribute either modifies the default functionality of an element type or provides functionality to certain element types unable to function correctly without them. In HTML syntax, an attribute is added to an HTML start tag. Several basic attributes types have been recognized, including: (1) required attributes, needed by a particular element type for that element type to function correctly; (2) optional attributes, used to modify the default functionality of an element type; (3) standard attributes, supported by many element types; and (4) event attributes, used to cause element types to specify scripts to be run under specific circumstances. Some attribute types function differently when used to modify different element types. For example, the attribute name is used by several element types, but has slightly different D...

DOMAIN AND HOSTING

Image