Change Contents of the Bubble
Welcome to CS1315. Click on the python to add comments.

Looking for the book? They have it at the Engineer's Bookstore at 748 Marietta St NW. Here is there website: http://www.engrbookstore.com/ - Monica

Hotspots: Slides and CodeTA CornerComments?AnnouncementsFAQStatic Webspace
View this PageEdit this Page (locked)Uploads to this PageHistory of this PageHomeRecent ChangesSearchHelp Guide

Midterm Exam 2 Review Spring 2004: HTML Questions

Comments, answers, and questions go here:

(Link back to Sp2004 Midterm 2 Review)


a)
html=everything written after this is in "html"
title=everything up until will be the title of the webpage
body=separates text/pictures from the title, as the "body" of the site (like the "body" of an essay)
table,tr,td=starts the rows and columns for a table online
img=makes an image out of a file
a=if followed by "href", then it makes a link out of text/an image...otehrwise, I have no idea.
b) hypertext markup language...the text that makes webpages appear as they appear
c) <

Hello

>
d)xml=extensible markup language...allows you to specify text and such by using specific tags.
Ok, how do I get it to show what html I'm saying?
Karin Bowman

Read the FAQ, Karin. You'll need to use < to represent Mark Guzdial

Possibly(?)-a is an Anchor Tag, used to create links from an anchor(i.e., text or an image)to somewhere else Jennifer Blake

Is the same as ?
Is the same as ?

I will try this again. Is  the same as ?
Is  the same as ? 

img and image are the same. href is just a parameter to the a tag. Mark Guzdial

Once more without the symbols used above. Is img the same as image?
Is a the same as a href?
Look back over the instructions and information included in your webpage lab, they contain lots of different info on html tags and you should be able to find both of those. Summer McWilliams

html- until the ending /, everything inside will be read as code for the internet.
title- gives the name at the Very top of the page (the blue space for PC users), not the heading we see at the top of this white page.
body-main paragraph, all the usual white space you fill up in writing a page.
table- inserts a table
tr,td, inserts colums
img- inserts an picture file onto the page
a? -guess(stands for a reference. (a href) is a hyper reference connecting the user to another page simply a "link"
Arseni Zaitsev

You do hello like this
<font size="7" color="red"><b><i>Hello!</i></b></font>

Hello


oops...
but it worked!
<b><big><i><font color=red>Hello</font></i></big></b>


Where could I find a better explanation for title??

(b) HTML is Hyper Text Markup Language Amanda Cook

Title sets the title of the window for the page. C'est tout. Mark Guzdial

I dont think there is a better explanation for title. It is the text that will be displayed at the top of the browser window, known as the title bar.



Hello!

/< is an anchor tag used to create a link





Link to this Page