4Development Techniques. HTML _didactic material2_ 2 variant

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

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

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

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

Formative assessment

Name __________________ Class ______________________

Objective: 10.4.2.1 use HTML in web-development;

1)       

·         Open Notepad

·         Save this file as website.htm in your HTML folder.

·         Type in the HTML tags below:

·         Save your work again then open it in Internet Explorer to view your page. 

·         Test your hyperlink.

·         Note that you have to put some text to act as the link.  In the example the text ‘To the news!’ will be in blue & underlined to show it’s a hyperlink.  This text goes after the opening <A HREF…> tag, and before the closing </A>.

2)       

  • Go on the Internet, find a site that offers background images and find a background you would like to include on a new web page. 
  • Download the background image, give it a short & sensible file name and save it in your HTML folder.
  • Close your Internet window now. 
  • Open Notepad++
  • Save this file as backgroundimage.htm in your HTML folder.
  • You can use jpg or gif backgrounds.
  • In the example below a jpg background called “paper” was inserted into the page.  You need to replace the word “paper” with the name of your saved background.
  • Type in the HTML tags below:

 

  • Save your work again then open it in Internet Explorer to view your page.