Search Header Logo
HTML Introduction

HTML Introduction

Assessment

Presentation

Computers

Professional Development

Medium

Created by

Lazaro Alsina

Used 29+ times

FREE Resource

8 Slides • 7 Questions

1

HTML Introduction

Elements and Structure

  1. ​What does HTML?

  2. ​What are elements?

  3. ​What are the most common elements we use?

  4. ​Why should we still use HTML?

  5. ​Demo Time!

media

2

Understanding what HTML does.

HTML is known as the skeleton structure for websites. Understanding its role and importance.

3

HTML Elements and Structure

  • HTML(Hyper-Text Markup Language)

  • HTML uses a Hierarchy tree.

  • HTML uses elements to mark content on a website, which uses tags that specify exactly where it starts the markup and where it ends it.

4

Multiple Choice

HTML stands for ?

1

Hypertext Markup Language

2

Hyperlink Markup Language

3

Hypertext Mark Language

4

Hyperfile Markup Language

5

6

Multiple Choice

What Year did HTML 5 come out officially?

1

2008

2

2009

3

2014

4

2015

7

What does HTML looks like?

As we can see on our right, this!

There are elements on this image, which are the names capsulated within the <...>

Notice we call these <> tags. Which lets us know where it starts and ends

media

8

HTML Common Elements

  • <HTML> = Hyper Text Markup Language

  • <body> = main content for HTML

  • <h1> ... <h6> = How to organize our content

  • <div> = Division

  • ​<strong> = bold text

  • ​<em> = italic

  • ​<ol> = unorder list

  • ​<ul> = ordered list

  • ​​<li> = listing item

  • ​<img>​ = image

9

How should we start with HTML?

Use whatever text editor you have and start using it!

(We are going to show you a live demo!)

10

Multiple Choice

An " Empty Tag" contains

1

Break Tag

2

Both Starting Tag and Ending Tag

3

Only Starting Tag

4

Only Ending Tag

11

Multiple Choice

The _____ element defines a large heading

1

<h2>

2

<h1>

3

<h3>

4

<h4>

12

Multiple Choice

The <p> element defines a ___________.

1

title

2

heading

3

paragraph

4

page content

13

Multiple Choice

The end tag is written like the start tag, but with a forward slash inserted before the tag name. Which is the following is an example of a correct end tag?

1

<p>

2

<p/>

3

</p>

4

</p/>

14

Poll

Barometer

Comfort zone

Stretch Zone

Panic Zone

15

web page not embeddable

HTML Tutorial: Learn HTML For Free | CodecademyMini Arrow Down IconCodecademy LogoArrow Chevron Down Filled IconArrow Chevron Down Filled IconArrow Chevron Down Filled IconSearch IconCodecademy LogoMenu IconTwitter IconFacebook IconInstagram IconYoutube Icon

You can open this webpage in a new tab.

HTML Introduction

Elements and Structure

  1. ​What does HTML?

  2. ​What are elements?

  3. ​What are the most common elements we use?

  4. ​Why should we still use HTML?

  5. ​Demo Time!

media

Show answer

Auto Play

Slide 1 / 15

SLIDE