HTML Introduction

HTML Introduction

1st - 5th Grade

8 Qs

quiz-placeholder

Similar activities

HTML Язык Quiz

HTML Язык Quiz

1st Grade

10 Qs

HTML and CSS

HTML and CSS

4th - 9th Grade

13 Qs

HTML тегтері

HTML тегтері

1st Grade - University

13 Qs

HTML Introduction

HTML Introduction

3rd Grade - Professional Development

10 Qs

Html

Html

5th Grade

11 Qs

Quiz week two TSC

Quiz week two TSC

1st - 5th Grade

10 Qs

Kod Arahan HTML (html, head, title, body, p, heading)

Kod Arahan HTML (html, head, title, body, p, heading)

1st - 3rd Grade

10 Qs

WD 1 - Basic HTML

WD 1 - Basic HTML

KG - University

10 Qs

HTML Introduction

HTML Introduction

Assessment

Quiz

Computers

1st - 5th Grade

Hard

Created by

SES Store

Used 4+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What it stands for HTML?

Hyper Text Markup Language

Hyper Text Meaning Language

Hyphen Text Markup Language

Hypen Text Meaning Language

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following options is the language for the front end developer

HTML, CSS, PHP

HTML, JS, Phyton

HTML, CSS, JS

CSS, JS, PHP

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following options is the Text Editor for programmers to compile program code, except

Atom

Wondershare

Sublime

Visual Studio Code

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one of the following options is the correct basic construction of HTML Structure?

<html>

<title>

<head></head>

</title>

<body>

</body>

</html>

<html>

<title>

<head></head>

</title>

<body>

</html>

<html>

<head>

<title></title>

</head>

<body>

</body>

</html>

<head>

<html>

<title></title>

</html>

<body>

</body>

</head>

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What <tag> we use to create the page title?

<html></html>

<head></head>

<title></title>

<body></body>

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What <tag> we use to create the content of web page?

<html></html>

<head></head>

<title></title>

<body></body>

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The Developers who designed the processing data from interface to server side is called as

Front End Developer

Back End Developer

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The Developers who designed the interface of page for user see is called as

Front End Developer

Back End Developer