You are on page 1of 2

INFORMATION AND COMMUNICATION TECHNOLOGY

The laboratory work №5-6.


Determination requirements to development “convenient in application” the Web site.
Аdditional tasks on this topic:
1 task.
Open Notepad and write the following text:

Keep this document under your name enter .html. Put it on your desktop. View the saved document by
opening it again. Open the saved document on the internet.
We continue with the next task, folding the notepad.

2 task.
Next step <h2 style="background-color:red;">My first Web site!</h2>
<body style="background-color:yellow;"> enter the action.

We will save the document. We will see the result. We continue with the next task, folding the notepad.

3 task.
In the next step, we will enter the text.
<li>1.Welcome to my Web site</li>
<li>2.You study more information here</li>. Here the text is executed in a row.

We will also save this page. we'll try to open it in the HTML state.
4 task.
Now let's create a table. To do this, follow these steps:
<table border="1" width="30%">
<tr>
<td>1 group </td>
<td>2 group </td>
</tr>
<tr>
<td>3 group </td>
<td>4 group </td>
</tr>
</table>

We will save this page as well.Let's open it in HTML mode.


5 task.
In the next step, we will send all the news of the site to the mail. To do this, follow these steps:
<a href="mailto:madi.anapiya@gmail.com"><table border="1"
width="30%">madi.anapiya@gmail.com</table></a>

We will save this page as well.Let's open it in HTML mode.

You might also like