Search Header Logo

SMF - HTML Final Exam

Authored by abanoub samir

Computers

University

Used 1+ times

SMF - HTML Final Exam
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

54 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 2 pts

what does html stand for?

hyper text markup language

high technology markup language

  1. hyperlinks and text markup language


home tool markup language

Answer explanation

HTML stands for Hyper Text Markup Language. It is used to create the structure and layout of web pages.

2.

MULTIPLE CHOICE QUESTION

45 sec • 2 pts

which tag is used to define an image in html?

  1. <img>


<image>

<picture>

<src>

Answer explanation

The correct tag to define an image in HTML is . It is used to embed images in a webpage.

3.

MULTIPLE CHOICE QUESTION

45 sec • 2 pts

hey students! can you tell me which tag is used to create a hyperlink in html?

<a>

<link>

<href>

  1. <hyperlink>


Answer explanation