Search Header Logo
Html link

Html link

Assessment

Presentation

Computers

6th Grade - University

Easy

Created by

Asma Al-Faran

Used 4+ times

FREE Resource

5 Slides • 21 Questions

1

Html link

By Asma Al-Faran

2

EMPTY TAGS

THESE TAGS ARE SELF CONTAINED . THEY HAVE AN OPENING TAG BUT NO CLOSING TAG. FOR EG. <BR>,<HR>

3

BASIC HTML TAGS

  • <HTML> IT IS USED TO INDICATE THE BEDGINNING AND THE END OF AN HTML DOCUMENT.IT IS A CONTAINER TAG.

  • <HEAD> IT REPRESENTS THE HEADER OF THE DOCUMENT.IT CONTAINS THE DOCUMENT TITLE. IT IS A CONTAINER TAG.

    <TITLE>IT MENTIONS THE TITLE OF THE DOCUMENT AND IS USED INSIDE THE <HEAD> TAG. IT APPEARS ON THE TITLE BAR OF THE BROWSER WINDOW.IT IS A CONTAINER TAG.

    <BODY> IT IS USED TO DEFINE THE SECTION OF THE HTML DOCUMENT THAT WILL BE VISIBLE ON THE WEB BROWSERIT CONTAINS ALL OTHER TAGS RESPONSIBLE TO DEFINE THE CONTENT PRESENTATION.

4

ATTRIBUTE OF A TAG

AN ATTRIBUTE IS USED TO DEFINE THE CHARACTERISTICS OR PROPERTIES OF AN HTML TAG. ALL ATTRIBUTES HAVE TWO PARTS - THE NAME AND THE VALUE

THE NAME AND VALUE SPECIFY THE NAME AND THE VALUE RESPECTIVELY OF THE PROPERTY ONE WANTS TO SET

TO SPECIFY THE ATTRIBUTE OF ANY TAG WRITE

<TAGNAME ATTRIBUTE NAME = "PROPERTY 1:VALUE; PROPERTY 2 : VALUE;">

FOR EG

<BODY STYLE = "BACKGROUND-COLOR : RED;">

5

TAGS

AN HTML DOCUMENT IS MADE UP OF VARIOUS TAGS OR ELEMENTS. A TAG DEFINE HOW THE CONTENT OF THE WEB PAGE WILL BE DISPLAYED ON THE WEB BROWSER. TAGS ARE ENCLOSED IN ANGLE BRACKETS

media

6

Multiple Choice

<!DOCTYPE> 
1
Defines the document type
2
Defines a comment
3
Defines the document's body
4
Defines information about the document

7

Multiple Choice

HTML stands for...
1
Hypertext Markup Language
2
High Tech Making Language
3
High Tech Masking Literature
4
Hyper Tech Markup Lexicon

8

Multiple Choice

Which of the following tags inserts a blank line break?
1
<bk>
2
<br>
3
<break>
4
<hr>

9

Multiple Choice

A piece of a website, marked by a start tag and often closed with an end tag:

1

HTML

2

Tag

3

HTML Element

4

HTML Tag

10

Multiple Choice

Which is the correct syntax for a link?

1

<a href="url">link text</a>

2

<a href="url" link text>

3

<a href=url>link text</a>

4

<a href="url" link text</a>

11

Multiple Choice

The correct syntax for a link to an email address is

1

<a href="mailto:someone@example.com">Send email</a>

2

<a href="someone@example.com">Send email</a>

3

<a href=mailto:someone@example.com>Send email</a>

4

<a href="mailto:someone@example.com">

12

Multiple Choice

Question image

What is the purpose of the target attribute in the code above?

1

It tells the browser to make your screen blank when you click the link.

2

It tells the browser to open the link in the same tab when you click the link.

3

It tells the browser to open the link in a new tab when you click the link.

4

It tells the browser to open the link in a different browser when you click the link.

13

Multiple Choice

Which of the following do you use to create a hyperlink in an HTML document?
1
The <html> element
2
The <hr> element
3
The <img> element
4
The <a> element

14

Multiple Choice

Which attribute contains the URL to a linked web page?

1

href

2

type

3

src

4

name

15

Multiple Choice

___________attribute of <a> tag defines the document to which the link leads.

1

href

2

src

3

ref

16

Multiple Choice

Which is the correct syntax for a link?

1

<a href="url">link text</a>

2

<a href="url" link text>

3

<a href=url>link text</a>

4

<a href="url" link text</a>

17

Multiple Choice

Use the correct HTML to make the text below into a link to "default.html".

1

<a href="default.html">Visit our HTML tutorial.</a>

2

<link page="default.html">Visit our HTML tutorial.</a>

18

Multiple Choice

In the following markup example, what is ?

< href="http://www.example.com">This is a link</a>

1

element

2

tag

3

attribute

19

Multiple Choice

Question image

<a href="text.html"> What tag is this? </a>

1

comment

2

image

3

list

4

hyperlink

20

Multiple Choice

What tag defines the beginning of a webpage?
1
<html>
2
<h1>
3
<p>
4
<body>

21

Multiple Choice

A properly coded HTML tag will always be found between which two symbols?
1
( )
2
{ }
3
[ ]
4
< >

22

Multiple Choice

Which line of code correctly creates a link to Amazon's website?
1
<a ref=http://www.amazon.com>Amazon
2
<href=http://www.amazon.com>Amazon<a>
3
<a href="http://www.amazon.com">Amazon
4
<a href="http://www.amazon.com">Amazon</a>

23

Multiple Choice

What file extension do you need for HTML files?

1

.css

2

.js

3

.txt

4

.html

24

Multiple Choice

to make a comment in HTML you use
1
<!--  -->
2
//
3
/*
4
#

25

Multiple Choice

Anchor tag used for hyperlinking
1
<a></a>
2
#word
3
<p></p>
4
<anchor></anchor>

26

Multiple Choice

If you wanted to add links to your web page - what tag would you use?
1
<a>
2
<p>
3
<div>
4
<link>

Html link

By Asma Al-Faran

Show answer

Auto Play

Slide 1 / 26

SLIDE