What is VBScript? VBScript (Visual Basic Script) is a scaled down version of Visual Basic. Visual Basic is a full blown programming language. VBScript, on the other hand, is a scripting language that can be run client- side (i.e. via your web browser), or server-side (i.e. on the web server). VBScript is the most […]
Web authors today face significant challenges when making their Web pages interactive. The static nature of HTML pages limits their creative choices, and interactive components can be difficult to build and reuse. In addition, using proprietary extensions means authoring browser-specify Web pages. Microsoft Dynamic HTML technology helps to remove these barriers for content providers […]
HTML Uniform Resource Locators HTML Links When you click on a link in an HTML document like this: Last Page, an underlying <a> tag points to a place (an address) on the Web with an href attribute value like this: <a href=”lastpage.html”>Last page</a>. The Last Page link in the example is a […]
HTML Layout Everywhere on the Web you will find pages that are formatted like newspaper pages using HTML columns. HTML Layout – Using Tables One very common practice with HTML is to use HTML tables to format the layout of an HTML page. An HTML <table> is used to divide a […]
HTML Images With HTML you can display images in a document. The Image Tag and the Src Attribute In HTML, images are defined with the <img> tag. The <img> tag is empty, which means that it contains attributes only and it has no closing tag. To display an image […]
HTML Forms are used to select different kinds of user input. Forms A form is an area that can contain form elements. Form elements are elements that allow the user to enter information (like text fields, text area fields, drop-down menus, radio buttons, checkboxes, etc.) in a form. A form is […]
HTML Frames With frames, you can display more than one Web page in the same browser window. The intelligent use of frames can give your pages a cleaner look and make them easier to navigate. Dividing a page into frames is actually quite simple. The basic concept goes like this: Each frame is a […]
HTML Character Entities Some characters like the < character, have a special meaning in HTML, and therefore cannot be used in the text. To display a les than sign (<) in HTML, we have to use a character entity. Character Entities Some characters have a special meaning in HTML, like the […]
HTML Elements HTML documents are text files made up of HTML elements. HTML elements are defined using HTML tags HTML Tags HTML tags are used to mark- up HTML elements HTML tags are surrounded by the two characters <and> The surrounding character are called angle brackets HTML tags normally come […]
What is the World Wide Web? World Wide Web- the web, for short- is a network of computer able to exchange text, graphics, and multimedia information via the internet. By sitting at a computer that is attached to the web, using either a dialup phone line or a much faster broadband (Ethernet, cable, or […]