Объяснение:
1. List the main components of media.
Digital format, interactivity and multimedia
2. Give an example of a nonlinear and comment on multimedia.
For example, Skyrim will have; audio, video, animation, text, interactivity and image multimedia inside of it. Skype is also a non-linear multimedia as it allows for user input and has interactivity. Skype consists of; video, audio, interactivity, image and text multimedia.
3. Describe the advantages and disadvantages of vector graphics.
Vector images usually require less disk space as compared to bitmap. They are formed mostly by simple gradients or flat colors since they don't require too much disk space. They don't lose quality when you scale them.
4. For what purpose uses interlaced scanning and why Currently?
The purpose of using interlaced scanning is to transmit a full frame quickly to reduce flicker.
5. What is the nature of the structural approach to design IP?
About Structural Approach It is based on the assumptions that language can be best learnt through a scientific selection and grading of the structures or patterns of sentences and vocabulary.
В HTML есть два варианта, которые не предполагают использование CSS.
1. Тег <center>
Очень простой в использовании тег, который выравнивает по центру все строчные элементы, которые в нём находятся, а именно:
текст,
картинки,
ссылки,
а также теги <span>, <strong>, <b>, <gt;, <gt;, <input><select> и некоторые другие.
PHP
<center>
Текст, который нужно выровнять по центру.
</center>
<center>
Текст, который нужно выровнять по центру.
</center>
2. Использование HTML атрибута align cо значением center.
Этот атрибут нам нужно дописать внутри блочного тега, в котором находится текст, который нам нужно выровнять по центру.
Это может быть тег <div>, <p>, <h1> <h2>… <h6> <blockquote> <form> <section> и некоторые другие.
PHP
<h2 align="center">Выравнивание текста по центру при
1 .
<h2 align="center">Выравнивание текста по центру при
Если у вас не срабатывает выравнивание заданное при то, скорее всего, для этого блока уже задано выравнивание в CSS.
Так же атрибут align имеет и другие значения:
align='»left’ — выравнивание текста по левому краю
align=’right’ – выравнивание по правому краю
align=’justify’ – выравнивание текста по ширине
возможно так, но это не точно!