Search Header Logo
Lesson 3

Lesson 3

Assessment

Presentation

Computers

10th - 12th Grade

Easy

Created by

Ilham Mulyawan, S.Kom

Used 1+ times

FREE Resource

5 Slides • 3 Questions

1

Creating Your First HTML Page

InTech Study Club

Slide image

2

The HTML File

HTML files are text files, so you can use any text editor to create your first webpage.

There are some very nice HTML editors available; you can choose the one that works for you. For now let's write our examples in Notepad.

Slide image

3

Fill in the Blank

The HTML File


What type of editor is used to edit HTML code?

..... editor

4

The HTML File

Add the basic HTML structure to the text editor with "This is a line of text" in the body section.

In our example, the file is saved as first.html


Slide image

5

The HTML File

When the file is opened, the following result is displayed in the web browser:

Slide image

6

Multiple Choice

What is the correct extension for HTML files?

1

.css

2

.txt

3

.html

4

.exe

7

The <title> Tag

To place a title on the tab describing the web page, add a <title> element to your head section:

<html>

    <head>

      <title>First page</page>

    </head>

    <body>

       This is a line of text.

    </body>

</html>


Slide image

8

Multiple Choice

Where should you put the title tag?

1

Between the body tags

2

Between the head tags

3

After the closing html tag

4

Before the html tag

Creating Your First HTML Page

InTech Study Club

Slide image

Show answer

Auto Play

Slide 1 / 8

SLIDE