Programs are used to view web pages. Using Internet Explorer to Browse Web Pages


Web browser (Firefox)

14. The file is called

A program or data on disk that has a name

Named area on disk

A file is either a named memory area on an external storage medium (hard drive, floppy disk, CD, etc.), or a logical device representing a source or receiver of information (keyboard, display, printer, ports, etc.).

A file can be understood as any set of data.

For example: Program - source, compiled, etc. Data – initial, intermediate, resulting, drawing, text, graph, audio-video, etc.).

File characteristics:

The file has a name.

The file has attributes.

Date and time of creation.

Files come in various types.

15. Hyperlink is

Part of a hypertext document that refers to another element (command, text, heading, note, image) in the document itself, to another object (file, directory, application) located on the local computer or on a computer network, or to elements of this object.

This is the connection between web pages or files. When you click a hyperlink, the item it references appears in the web browser, opens, or runs, depending on the type of the item

16. Internet browsing is done

By entering a URL, often through the use of hyperlinks

17. A person who manages the organization of work of participants in a local computer network is called

System administrator

18. It was suggested to format the disk. After agreeing, the user will receive...

Empty disk - all data is deleted

19. The main difference between a flash card and an optical one (CD, DVD) storage medium

Flash cards, unlike CDs, are not susceptible to scratches and dust, and are resistant to vibration, shock, and falls. It operates silently, has low weight and size, which is very convenient if you need to constantly carry it with you. Some special flash drives have an additional function such as information protection

20. What is not an operating system? (7)

What is not an object of the Windows operating system?

    Desktop

    Task bar

    CPU

Answer: 4;(http://informatika.na.by/files/razrabotkiurokovimeropriiatii/tests/141208/os.HTML)

21. What is it for?hdd(Winchester)?

HDD is a data storage device - a hard magnetic disk drive.

HDD is used to store information. The information located on the hard drive is called data. The data on the disk is organized using a file system and is represented by files.

HDD is computer memory. Don't confuse it with RAM. The hard drive is non-volatile memory, RAM is volatile.

22. Most documents available on Internet servers have:

Have a hypertext format

23. To conduct a video conference, you must have

Connections to the global network for all video conference participants, as well as access to the services of a video communication service provider

24. Example of a computer address on the network

193.27.61.137 / 198.68.191.10

Each computer connected to the Internet has its own unique address, even if the connection is temporary. An Internet address uniquely specifies the location of a computer on the network. Special IP addresses are used for this. An IP address is always 32 bits long and consists of four parts called octets. The four parts are combined into a notation in which each octet is separated by a period, for example 198.68.191.10. By its structure, each 32-bit IP address is divided into two parts - a prefix and a suffix, which form a two-level hierarchy. The prefix refers to the physical network to which the computer is connected, and the suffix refers to the individual computer on that network.

The Internet uses a domain addressing method, when the entire space of subscriber addresses is divided into areas, or domains.

There are seven domain options to indicate the type of organization:

Com - the most common domain, indicates that the computer belongs to a commercial organization;

Org-belongs to a non-profit organization;

Edu-belongs to a university or other educational institution;

Mil-owned by a government military organization in the United States;

Gov-owned by a government non-military organization;

Int-belongs to some international organization;

Net-belongs to an organization that carries out certain work related to networks.

A domain indicating a country consists of two letters, which, as a rule, repeat the international code of the state: ia - Ukraine, sh - Russia, us - USA, uk - Great Britain, fr - France. For example, www.NMU.ua

Differences between browsers

So, before we go any further, let's take a look at browsers and see what they can and can't display. Indeed, everything that we write will be viewed by the user in browsers, and if we do not focus on specific browsers, the result may be the most unexpected.

Of course, simple pages (like the one we wrote in the previous section) will most likely look the same in all browsers. However, the more complex the page, the greater the differences in its perception by different viewing programs. These differences can be in the layout of elements on the page, how they react to user input, how individual elements look, etc. When creating a web page, it's helpful to view it in different browsers and adjust the code based on what you see. It can often happen that a page that looks very beautiful in one browser will simply be unreadable in another. Creating a complex page that looks almost the same in different browsers is not an easy task. Therefore, we would recommend focusing on one browser, and maintaining compatibility with others only at a minimum level. You can also create copies of pages for different browsers, but there is also a small problem here, which we will discuss below.

And finally, the simplest solution: having created a page, write at the beginning of it something like: “Looks best in such and such a browser” and place a link next to it, by clicking on which the user could download the desired viewer program. However, we must keep in mind that not all users are likely to want to do this, and not only because not all browsers are free. Firstly, not everyone has the opportunity to download large amounts of data from the Internet, and secondly, many are already accustomed to using some kind of viewing program, and advice to urgently install another one will cause them, at best, bewilderment.

Internet Explorer browser

Today, the most popular web browsing program is Microsoft Internet Explorer, which is used by approximately half of all Internet users. MS Internet Explorer version 5 supports most requirements HTML 4.0, and it is this program that we will focus on in the examples given in this book. This program is free and can be downloaded from http://www.microsoft.com/windows/ie_intl/ru/download/. There you can update the browser version and download various add-ons for this program. Almost all of the cardinal innovations have appeared in MS Internet Explorer since version 4. However, some aspects, mainly related to the reaction to user actions and the interpretation of code written in JavaScript, have changed significantly in the fifth version. Therefore, do not be surprised if a page written for Internet Explorer version 5, when viewed in version 4, displays, for example, messages about a “script error.” By the way, the fifth version of Internet Explorer is capable of automatically correcting minor inaccuracies. Other browsers do not know how to do this, and for them these inaccuracies will result in error messages. Internet Explorer supports not only JavaScript as a scripting language, but also the VBScript language invented by Microsoft, which is derived from the Visual Basic language. Since web pages written using VBScript actually exist, only using the Internet Explorer browser today allows them to adequately display their content. VBScript introduced some interesting features that were missing in JavaScript 1.0, such as the ability to automatically ignore errors in a loop ( On Error Resume Next). We do not cover the VBScript language in this book, since JavaScript is still the universal scripting language today.

As for earlier versions of MS Internet Explorer, their use raises a number of problems. For example, the third version uses a rather unique implementation of JavaScript, and some functions written for later versions or for Netscape browsers do not work quite correctly in Internet Explorer 3. Moreover, since the project HTML 4.0 it was still just in its infancy, Internet Explorer 3 lacks functions for responding to user actions, the ability to arbitrarily arrange design elements, etc. There is also no support for cascading style sheets. In some cases, there are problems with navigation between frames. And in even earlier versions of this browser there was no support for scripting languages ​​at all and only the most basic tools were available.

Netscape Navigator browser

The second most popular browser in the world is Netscape Navigator. Unlike MS Internet Explorer, this program is implemented for many platforms, including OS/2 and UNIX with its clones. On non-Windows computers, Netscape Navigator continues to be the most popular web browser.

At the time of this writing, the second preliminary release of the sixth version of Netscape Navigator has been released. This version also supports many requirements HTML 4.0, however, not to the same extent as in MS Internet Explorer 5. In particular, not all elements of a web page can still respond to user actions. Netscape Navigator is available free of charge from www.netscape.com. The previous version of this program (the fourth) did not support new tags proposed in the fourth version of Internet Explorer (for example







2024 gtavrl.ru.