Search Header Logo
Learn HTML

Learn HTML

Assessment

Presentation

Instructional Technology, Design, Computers

6th - 7th Grade

Hard

Created by

Huỳnh Phúc Thành

Used 3+ times

FREE Resource

6 Slides • 3 Questions

1

Learn HTML

by Huỳnh Phúc Thành

2

​HTML basic

​In this lesson you will learn:

  • ​Elements.

  • ​When to use the elements.

  • ​And after the ends of each section, you will have a quiz.

3

​Heading elements

​In HTML there are 6 heading elements:

  • ​<h1> for main headings.

  • ​<h2>, <h3>, <h4>, <h5>, <h6> for subheadings.

​The subheadings were smaller as the number got bigger.

​The <h1> element creates the biggest headings and the <h6> element creates the smallest heading.

4

​Marking up elements

​In HTML, the <div> (short for division) are use as the most popular marking element, use to mark parts of the HTML file; besides there are also <span> use to mark letters, <p> element use to mark paragraphs.

  • ​<div> are elements that use to mark parts of the HTML file, so it must have something to mark, this leads to an attribute calls "id". This "id" attribute is the name of the part that the <div> mark.

  • ​<p> is really a element that use to write paragraph that will display on the web.

5

​Main elements

​In an HTML file, you must include these elements:

  • ​<!DOCTYPE.html> is the element that you must include in the very first row.

  • ​<html> is the element that include all of the elements in the file.

  • ​<body> is the main element that you include the <div> elements and all of the important elements.

  • ​<head> is the element that include <title> which is the title display on your web.

  • ​<p> is the paragraph element that I told you in the last slide.

6

Multiple Select

Now tell me what are the main elements?

1

<html>, <!DOCTYPE.html>, <body>, <p>, <title>, <head>, <div>.

2

<html>, <!DOCTYPE.html>, <body>, <p>, <title>, <head>, <div>, <span>

3

<html>, <!DOCTYPE.html>, <body>, <p>, <title>, <head>, <div>, <ul>.

7

Multiple Choice

How many heading elements are there?

1

5

2

1

3

6

8

Multiple Choice

What is the attribute in <div> elements?

1

id

2

name

3

type

9

​HTML

Learn HTML

by Huỳnh Phúc Thành

Show answer

Auto Play

Slide 1 / 9

SLIDE

Discover more resources for Instructional Technology