HTML Review Game

Post on 25-Feb-2016

31 views 0 download

Tags:

description

HTML Review Game . What does HTML stand for?. Hypertext Markup Language. What is ?. Heading 1 – the largest heading tag. What will the tag < img src =“ filename.jpg ”> do?. Insert a picture in your web page. - PowerPoint PPT Presentation

Transcript of HTML Review Game

HTML Review Game

What does HTML stand for?

Hypertext Markup Language

What is <h1>?

Heading 1 – the largest heading tag

What will the tag <img src=“filename.jpg”> do?

Insert a picture in your web page.

What will the tag <a href=“http://www.bradyschools.org”> Click here</a> do to the words

“Click here”?

Make it a hyperlink you can click on to go to that website

What is <p>?

Paragraph formatting tag

What is <br>?

Line break tag

What is <hr>?

Horizontal rule

What is the HTML framework for each web page?

<html><head><title> </title></head>

<body></body></html>

What text editing program are we using?

Text wrangler

What 2 browsers on our mac will open our web pages?

Firefox & Safari

What indicates the title contents to display on the title bar of a web page?

<title> </title>

What is WYSIWYG?

What you see is what you get … web page editor

What would the following tags tell you about a group of words?

<ul><li><li><li></ul>

It is a bulleted list.

What will the tag <body bgcolor=“#94D6E7”> do?

Change the color of the background.

What does <b> do?

bold

What does <i> do?

italicize

border=5 col=4 width=“80%” belongs in which tag?

<table><td><tr>

<table>

The difference between embed and link is?

Embed plays it on the page and link gives you something to click on

to go to another page it is on

How do you change the word “Brady” to red text and Arial font?

<font face=“Arial” color=“red”>Brady</font>