Add information to this page about html
Add the best resources
add questions for potential inclusion to test
add your name to each entry
Mr. Connors
Most useful is highlighted in yellow
html formatting
<Html>
<head>
<!--pagename.html
yourname
3-19-09
-->
<title>This is the title of the page</title>
</head>
<body>
This is the visible part of the page
</body>
</html>
closing tags
</head>, </title>, </a>, </p>, </html>, etc
how to add a link
<a href="index.html">my index</a>
how to add a picture
<img src="" width="50%" height="50%">
Explain your Technologies of the Web Project
ZackC:
1.Why is it important for the html web pages to be in the same directory?
2.What do divs do?
3.What is an example of a text color code?
Source: http://www.web-source.net/html_codes_chart.html
NicG
http://www.w3schools.com/html/html_primary.asp ...good source for everything html
1) <body bgcolor="red"> what does this do?
3) what is the tag for big text?
2) why is it necessary to have the <body> tag?
LeoC
http://www.htmlgoodies.com/
1. how do u make a whole page the same color
A.add the bg color code to the <body>
Will M
1.How much space should there be, in a text document form of a web page, between the close of the head and the opening of the body?
A=none
2.The code: <a href= "url"> Link name</a> The purpose?
A= embedding a link into a web page using HTML
3.How is the internet a useful tool?
A= open response.
A useful resource was
http://www.w3schools.com/html/html_primary.asp , which explains basic html concepts.
Pat A
1. OPEN RESPONSE:
Why is Youtube a useful tool?
2. T/F:
"HTML" means "Hyper Text Mono Legend". ______
3. BONUS:
What is "meatricity"?
Dan D
http://www.w3schools.com/html/DEFAULT.asp
http://en.wikipedia.org/wiki/HTML
1. By a step by step process, how do you embed a video onto your web page?
2. Whats the html code for importing images?
3.
What does a href="index.html" do?
HTML is an acronym of
Hyper Text Markup Language.
MorganO
1. What are the two types of lists you can make? show the code for making a list
2. What is the code for a link?
3. What is the definition of meatricity? how could you use meatricity to benefit society?
http://www.urbandictionary.com/define.php?term=meatricity
Cody
3) what is the code for changing text color
Nick K
What would you write in the code to center the whole page? Answer:<center>
</center>
Why is it good to have multiple email accounts?
AlexG
what is twitter and how does it work?
what is the code to put text on a new line? <br>
what is the code for a comment? <!-- fuwifu--!>
Ben h
what is the future of web 1.0?
what is meatricity?
Kyle J
These wbesites offered alot of help finding the right codes to use
what are the codes to underline,bold, and italicize font.
(A: <u. and </u> is to underline <i> and </i> is to italicize and <b> and </b. is to bold>
what are the differences between <h1> </h1> to <h6> </h6>, when would some be used?
(A:h1 is a larger fontthat could be used for a headline while h6 is a very small font that could be used for notes on the bottom of pictures on subscript, fonts h2 through h5 just get smaller as the number gets higher around h4 would be a normal font used for writing pages.)
what is the difference between cell spacing and cell padding and what do each do.
(a: cellspacing makes the box inside of a table larger while cellpadding makes the distance between the boxes larger.)
Will D
1.How can I display a picture on my homepage?
2.How do I change the size of my pictures?
3.How do I get my text document to be displayed on the internet for other viewers to see?
Lindsay C
1. How do you put pictures onto your text document ?
2. What are some html tags you can use ?
3. How can you use the internet as a helpful resource ?
http://docs.google.com/Doc?id=dcdkrw9d_0qcs2rmf7&hl=en
-Nic G tech of web