1Development Techniques. HTML _didactic material_ 1 variant

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

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

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

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

Didactical materials

Name __________________ Class ______________________

Objective: 10.4.2.1 use HTML in web-development;

1.      Create a folder in your “Documents” called “Web Design” Create another folder called “HTML” to save your HTML pages in (you will call this file “Assignment1.htm” . 2. To start Notepad: Go to Accessories and click on Notepad. 3. Type in the following structure document tags :

<html>

<head>

<title> Assignment 1</title>

</head>

<body>

</body>

</html>

Now save the file to the html directory you created

Click File, save it as Assignment1.htm

1. Start with a Heading displaying you name

in the middle of the page.

2. Add a horizontal rule across the page

3. Create three different paragraphs of information (this should include 3-5 sentences)…

a. Paragraph 1 – Introduce yourself and include some information like name, age, b-day ect.

b. Paragraph 2 – Talk about School and include an order list of your classes.

c. Paragraph 3 – Tell me about your hobbies and things you enjoy. Include an unordered list of

the things you like.

4. Change the font in one of your paragraphs

5. Change the color of the text in one of your paragraphs

6. Change the text alignment (center or right) to one of

7. Add a background color to the page

[20]