Добавил:
Upload Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
4/2 English_book.doc
Скачиваний:
65
Добавлен:
23.02.2016
Размер:
1.36 Mб
Скачать

12. Find English equivalents in the text:

Растрове зображення, карта кольорів, безперервний тон, тонка градація, роздільна здатність, стискати, зменшений, з’єднані один з одним, вікна, придатний, усувати, прямокутник, масштабований, обертати, збільшити (2).

13. Answer the questions:

  1. What are the two most common image formats on the web?

  2. What images do GIF and JPEG encode?

  3. What is characteristic for a bitmap image?

  4. What is an animated GIF?

  5. What is GIF format suitable for?

  6. What does an MPEG (Moving Picture Experts Group) file use?

  7. What does a Shockwave file specify?

  8. What files allow user interaction?

14. In pairs, discuss these questions:

Why do companies have websites?

What is the difference between a website and a web page?

What is a home page?

Do you have a blog or personal website? Describe it.

15. Read and translate the text. Learn the words in bold type:

Creating a website

A basic website can be designed by using Hyper Text Markup Language (HTML). Thescripts can be written in Notepad or a text document depending on the operating systemwhich you use. The very basic tools for creating a website start with the use ofHTMLtags andHTMLelements. The former are often used to pass on information about theunit of the content and the latter ones are used to format tools for the webpage. While coding, the HTMLattributes and values are used to provide information like placement,height etc. for the content. In addition to these, one can use colour tags, picture tags and HTMLdivision tags to create avivid webpage. 

An HTML tag is defined as a markup that is added into an HTML document to give more information about the content. An HTML tag is put in between brackets and needs a closing tag. (e.g. <html> </html>). 

Elements are markup tags used to format some sections of a web page. An example of an HTML element is the <b> tag, used to bold the text displayed in the browser. Here is the list of the most common elements: <html> is used to tell your browser that the file is made up of HTML-coded data. </html> is used at the very end of the document to tell your browser that the HTML contents end there; <head> contains the first part of the document and is where the title of your browser page will be found. It can also contain the commands used to format the display of your browser (e.g. CSS calls). </head> is then used to end this section. This part will not be displayed in your browser; <title> will be used to label your website. </title> is hence used to indicate the end of that command. <body> defines all the content that will be displayed in your browser. 

HTML Attributes are information added to the elements and used to include a particular characteristic to the HTML elements. HTML attributes are always written together with a value (e.g. name="value") and are put at the start tag of an HTML element. For example, if you want the heading to be placed at the center of your page instead of being displayed on the left by default, you can add the align attribute to the tag: <h1 align="center">. The value will give the specific information about the attribute. A value is commonly written with the equal sign and is enclosed by quotation marks. (e.g. name="value") 

Most websites today use a combination of CSS (Cascading Style Sheets) and HTML (Hypertext Markup Language) or XHTML (Extensible Hypertext Markup Language). While the HTML/XHTML handle the structure and content of your site, the CSS determines the style and appearance of elements on your page.

A hyperlink is one of the most important parts of any website. It is defined as a graphic or a piece of text in an Internet document that can connect readers to another webpage, or another portion of a document. Web users will usually find at least one hyperlink on every webpage. The most simple form of these is called embedded text or an embedded link. In this instance, a hyperlink will show up as a single word or group of words that will usually be marked as underlined, and are frequently blue in color. Clicking on the hyperlink may take one to another part of the page, or it may open another Internet page.

Sometimes tables may be used in a web document. Tables are defined with the <table> tag. A table is divided into rows (with the <tr> tag), and each row is divided into data cells (with the <td> tag). td stands for "table data," and holds the content of a data cell. A <td> tag can contain text, links, images, lists, forms, other tables, etc.

(based on: http://en.kioskea.net/)

Соседние файлы в предмете [НЕСОРТИРОВАННОЕ]