3Development Techniques. HTML _didactic material1_ 2 variant

  • docx
  • 09.05.2020
Публикация на сайте для учителей

Публикация педагогических разработок

Бесплатное участие. Свидетельство автора сразу.
Мгновенные 10 документов в портфолио.

Иконка файла материала 3Development Techniques. HTML _didactic material1_ 2 variant.docx

Didactical materials

Name __________________ Class ______________________

Objective: 10.4.2.1 use HTML in web-development;

1. Start Notepad and type the following text:

<HTML>

    <HEAD>

        <TITLE> Fourth page </TITLE>

    </HEAD>

<BODY>

 

</BODY>

</HTML>

2. Save the file with the name "Surname_4.HTML"
3. Open the Paint graphics editor. Set the dimensions of the picture to 300 x 200 pixels and draw, that either resembling the following figure
.

 

 

 

 

 

 

 


Save the image as Familie.jpg (file name in English).
4. After the first <BODY> tag, insert the following expression
:

<IMG SRC=" Familie.jpg">

Start the browser and make sure the drawing is displayed in the browser.
5. Insert the following phrase
:

 

<P ALIGN="center">

                    <FONT COLOR=red

                                   SIZE=6>

                                   Contents of my site.

                    </FONT>

 

</P>

Save, and start the browser, the phrase "Site Contents" of the red color aligned in the middle should appear on the screen.
6. Before the closing tag </ P>, insert the tag that displays the hyperlink
.

<BR>

<A HREF="Фамилия_1.html"> Practical work No. 1</A>

Pay attention to the correct spelling of the file name of the first page. Save and make sure that the hyperlink is working correctly.
7. Similarly, add links to the other two works.
8. In the three previous files after the first <BODY> tag, add
:

<BR>

<A HREF="Фамилия_4.html">На главную</A>