MZ.WRIGHT
Tuesday, April 22, 2008
D. HTML FORMATTING
D. HTML Formatting
a. Text formatting
1. What does this example demonstate?
This example demonstrate how you can format text in an HTML document.
2. How can you format text in an HTML document?
By editing the text, and click the buttom.
b. Preformatted text
1. What does this example demonstate?
This example demonstrates how you can control the line breaks spaces with the pre tag.
2. Why would you use preformatted text?
To display computer code.
c. "Computer output" tags
1. What does this example demonstate?
This example demonstrates how different “computer output” tags will be displayed.
2. What are "computer output" tags used to display?
They are used to displayed computer /programming code.
d. Address
1. What does this example demonstate?
This example demonstrate how to write an address in an HTML document.
2. Type your address in an HTML document.
e. Abbreviations and acronyms
1. What does this example demonstate?
This example demonstrates how to handle an abbreviation or an acronym.
2. What is an acronym?
Am acronym is and is a tag that defines the start of an acronym.
3. What attribute is used for Abbreviations and acronyms?
The title attribute is used to show the spelled-out version when holding the mouse pointer over the acronym or abbreviation.
4. Write an example of an acronym.
f. Text direction
1. What does this example demonstate?
This exmple demonstrates how to change the text direction.
2. Why would you ever want to change text direction?
f your browser supports bi-directional override (bdo), the next line will be written from the right to the left (rtl):
g. Quotations
1. What does this example demonstate?
This example demonstrates how to handle long and hort quotations.
2. How would you handle a long quotation in HTML? A short quotation in HTML?
This is a long quotation. This is a long quotation. This is a long quotation. This is a long quotation. This is a long quotation.
“This is a short quotation”
h. Deleted and inserted text
1. What does this example demonstate?
This example demonstrates how to mark a text that is deleted or insterted to a document.
2. What happens to deleted text in most browsers?
Most browsers will overstrike deleted text and underline inserted text.
What happens to inserted text in most browsers?
4. Describe how you would view HTML source code in a web
browser?
Some older browsers will display deleted or inserted text as plain text.
a. Text formatting
1. What does this example demonstate?
This example demonstrate how you can format text in an HTML document.
2. How can you format text in an HTML document?
By editing the text, and click the buttom.
b. Preformatted text
1. What does this example demonstate?
This example demonstrates how you can control the line breaks spaces with the pre tag.
2. Why would you use preformatted text?
To display computer code.
c. "Computer output" tags
1. What does this example demonstate?
This example demonstrates how different “computer output” tags will be displayed.
2. What are "computer output" tags used to display?
They are used to displayed computer /programming code.
d. Address
1. What does this example demonstate?
This example demonstrate how to write an address in an HTML document.
2. Type your address in an HTML document.
e. Abbreviations and acronyms
1. What does this example demonstate?
This example demonstrates how to handle an abbreviation or an acronym.
2. What is an acronym?
Am acronym is and is a tag that defines the start of an acronym.
3. What attribute is used for Abbreviations and acronyms?
The title attribute is used to show the spelled-out version when holding the mouse pointer over the acronym or abbreviation.
4. Write an example of an acronym.
f. Text direction
1. What does this example demonstate?
This exmple demonstrates how to change the text direction.
2. Why would you ever want to change text direction?
f your browser supports bi-directional override (bdo), the next line will be written from the right to the left (rtl):
g. Quotations
1. What does this example demonstate?
This example demonstrates how to handle long and hort quotations.
2. How would you handle a long quotation in HTML? A short quotation in HTML?
This is a long quotation. This is a long quotation. This is a long quotation. This is a long quotation. This is a long quotation.
“This is a short quotation”
h. Deleted and inserted text
1. What does this example demonstate?
This example demonstrates how to mark a text that is deleted or insterted to a document.
2. What happens to deleted text in most browsers?
Most browsers will overstrike deleted text and underline inserted text.
What happens to inserted text in most browsers?
4. Describe how you would view HTML source code in a web
browser?
Some older browsers will display deleted or inserted text as plain text.
Monday, March 24, 2008
HTML ELEMENTS B
Elsie Wright 3/24/08
Pr. 7 HTML
B. HTML Elements
1. What are HTML documents?
HTML documents are text files made up of HTML elements.
2. What are HTML elements?
HTML elements are defined using HTML tags.
3. Why do we Use Lowercase Tags?
You use lowercase tags to follow the latest web standards.
4. What are HTML Tag Attributes?
HTML Tag Attributes are attributes that provide additional information to an HTML element.
Pr. 7 HTML
B. HTML Elements
1. What are HTML documents?
HTML documents are text files made up of HTML elements.
2. What are HTML elements?
HTML elements are defined using HTML tags.
3. Why do we Use Lowercase Tags?
You use lowercase tags to follow the latest web standards.
4. What are HTML Tag Attributes?
HTML Tag Attributes are attributes that provide additional information to an HTML element.
Thursday, March 20, 2008
A. HTML INTRODUCTION
Elsie Wright 2/29/08
HTML Pr. 7
1. What is an HTML File?
An HTML file is a text file containing small markup tags.
2. What program would you use for HTML editing on the computer you are using?
You will use text editor for HTML editing on the computer you are using.
3. How can you turn your program into a web page?
You have to put your programs on a browser.
5. What happens to the HTML tags when the program is displayed in a web browser?
When it displayed in a browsers it displayed the text code.
6. Which extension should you use HTM or HTML?
You will use .htm or the .html extension.
7. What is a wysiwyg editor? What are the advantages or disadvantages to a wysiwig program?
A wysiwyg editor is use easily for editing HTML file. The advantages is you can see what you did and it can help you read your code easily. And the disadvantages is you can’t see nothing if you didn’t do nothing.
8. After I have edited an HTML file, I cannot view the result in my browser. Why?
This is because you have to make show to save the file with proper name and extension. Also check to see whether you use the same name when you open the file in your browser.
9. I have edited an HTML file, but the changes don't show in the browser. Why?
The changes doesn’t show because browser caches page so it doesn’t have to read the same page twice.
10. What browser should I use?
You can use well-known browsers like Firefox, Internet Explorer, Netscape or Opera.
11. Does my computer have to run Windows? What about a Mac?
You can do all your training on a non-Windows computer like Mac.
HTML Pr. 7
1. What is an HTML File?
An HTML file is a text file containing small markup tags.
2. What program would you use for HTML editing on the computer you are using?
You will use text editor for HTML editing on the computer you are using.
3. How can you turn your program into a web page?
You have to put your programs on a browser.
5. What happens to the HTML tags when the program is displayed in a web browser?
When it displayed in a browsers it displayed the text code.
6. Which extension should you use HTM or HTML?
You will use .htm or the .html extension.
7. What is a wysiwyg editor? What are the advantages or disadvantages to a wysiwig program?
A wysiwyg editor is use easily for editing HTML file. The advantages is you can see what you did and it can help you read your code easily. And the disadvantages is you can’t see nothing if you didn’t do nothing.
8. After I have edited an HTML file, I cannot view the result in my browser. Why?
This is because you have to make show to save the file with proper name and extension. Also check to see whether you use the same name when you open the file in your browser.
9. I have edited an HTML file, but the changes don't show in the browser. Why?
The changes doesn’t show because browser caches page so it doesn’t have to read the same page twice.
10. What browser should I use?
You can use well-known browsers like Firefox, Internet Explorer, Netscape or Opera.
11. Does my computer have to run Windows? What about a Mac?
You can do all your training on a non-Windows computer like Mac.
Thursday, February 28, 2008
WEB MONKEY
Elsie Wright 2/26/08
Pr. 7 HTML
1. The Internet and the Web
Introduction
* What is required to make a web page?
How the Web Works
A computer and internet.
What is the Internet?
The Internet is a huge network of connected computers.
2. What does the World Wide Web have?
The World Wide Web have colors, picture, sounds and movies.
3. What makes this possible?
The Web browser such as Netscape Navigator or Microsoft Internet Explorer makes this possible.
4. How does a browser work?
Browser is able to read a certain kind of code and translate it into a Web page.
5. List 3 browsers.
Three browsers are HTML, FTP, graphics and gizmos.
6. What is HTML?
Hypertext markup language,.
7. What does HTML stand for?
Getting Your Site Online
HTML is the main thing you’ll need to learn make your own websites .
1. What does HTML do?
HTML describe to the browser what your Web page should look like.
2. What do you have to do?
You need to get HTML written to get it onto a computer that anyone on the Internet can connect to.
3. Once you have created a Web page what do you need to do so everyone can see it?
2. Web Design
Introduction
1. List 3 reasons people make Web sites.
People make sites about their favorite bands, about their hobbies, or in order to sell things.
2. What should you do before you start creating a Web site?
Before you start creating a website first think about why you're making it. Knowing the purpose of your site will help when you get ready to design it.
3. Once you have your purpose what should you do next?
Sketch It Out
1. How should you sketch out your website?
Sketch it out with good, old-fashioned pencil and paper. Forget about all this computer junk for a few minutes and just draw it.
2. What are some of the details you should include?
Get Organized
If it looks too crowded with everything on one page, think about having a second page and then linking them together. Also plan out what color you want everything to be. For example: should all the writing be green?
1. How should your Website be designed to insure that people visit your site?
Make it easy for your visitors to get around and find what they want.
2. What should you do so people do not get impatient and go to other Web sites?
Make sure your site does what it's supposed to do so people can’t get impatient.
3. What are the benefits to planning your Web Site first?
The benefits is what you want your website to look like.
Pr. 7 HTML
1. The Internet and the Web
Introduction
* What is required to make a web page?
How the Web Works
A computer and internet.
What is the Internet?
The Internet is a huge network of connected computers.
2. What does the World Wide Web have?
The World Wide Web have colors, picture, sounds and movies.
3. What makes this possible?
The Web browser such as Netscape Navigator or Microsoft Internet Explorer makes this possible.
4. How does a browser work?
Browser is able to read a certain kind of code and translate it into a Web page.
5. List 3 browsers.
Three browsers are HTML, FTP, graphics and gizmos.
6. What is HTML?
Hypertext markup language,.
7. What does HTML stand for?
Getting Your Site Online
HTML is the main thing you’ll need to learn make your own websites .
1. What does HTML do?
HTML describe to the browser what your Web page should look like.
2. What do you have to do?
You need to get HTML written to get it onto a computer that anyone on the Internet can connect to.
3. Once you have created a Web page what do you need to do so everyone can see it?
2. Web Design
Introduction
1. List 3 reasons people make Web sites.
People make sites about their favorite bands, about their hobbies, or in order to sell things.
2. What should you do before you start creating a Web site?
Before you start creating a website first think about why you're making it. Knowing the purpose of your site will help when you get ready to design it.
3. Once you have your purpose what should you do next?
Sketch It Out
1. How should you sketch out your website?
Sketch it out with good, old-fashioned pencil and paper. Forget about all this computer junk for a few minutes and just draw it.
2. What are some of the details you should include?
Get Organized
If it looks too crowded with everything on one page, think about having a second page and then linking them together. Also plan out what color you want everything to be. For example: should all the writing be green?
1. How should your Website be designed to insure that people visit your site?
Make it easy for your visitors to get around and find what they want.
2. What should you do so people do not get impatient and go to other Web sites?
Make sure your site does what it's supposed to do so people can’t get impatient.
3. What are the benefits to planning your Web Site first?
The benefits is what you want your website to look like.
Wednesday, February 27, 2008
Links
Monday, February 25, 2008
Thursday, February 21, 2008
BLOG SAFETY
Elsie Wright 2/13/08
HTML Per. 7
“Blog Safety”
Safe Bloging for Teens
I feel that before any person join blog safety, they should the terms and conditions first. They should know the advantages and disadvantages of blog safety. They shouldn’t join it because other are join it. They should join it for a particular reason that will benefit them. After read the safety tips about the blog, I think they should be careful about how they do things and what kind of pictures they put. Also they should have a good reason for joining it. For example, if I had to join blogger, it will only be for my classwork. And I will know what kind of pictures to put there. Also I wouldn’t lie about my age, and I will know what kind of information to put up there.
Social Safety
Another thing I want to talk about is for you to know how to talk to people. Learn to talk to others with respect and live. This is because sometimes you don’t know who you be talking to. Also be careful about what you post, especially about yourself. Don’t talk about your private business. Others may use things against you and you can get in trouble for life. This can even mess up your future.
Chat Rooms Safety
One last and final thing I want to state is not for you to allow your friends fool you to do crazy things, such as putting naked pictures on blogger. Don’t talk about sex to anyone. Especially, little girls that talk to big men online lying about their information. Don’t lie about who you are. This can get you into serious trouble. It can even lead to your death. Be yourselves and make friends. Or to do your school work.
HTML Per. 7
“Blog Safety”
Safe Bloging for Teens
I feel that before any person join blog safety, they should the terms and conditions first. They should know the advantages and disadvantages of blog safety. They shouldn’t join it because other are join it. They should join it for a particular reason that will benefit them. After read the safety tips about the blog, I think they should be careful about how they do things and what kind of pictures they put. Also they should have a good reason for joining it. For example, if I had to join blogger, it will only be for my classwork. And I will know what kind of pictures to put there. Also I wouldn’t lie about my age, and I will know what kind of information to put up there.
Social Safety
Another thing I want to talk about is for you to know how to talk to people. Learn to talk to others with respect and live. This is because sometimes you don’t know who you be talking to. Also be careful about what you post, especially about yourself. Don’t talk about your private business. Others may use things against you and you can get in trouble for life. This can even mess up your future.
Chat Rooms Safety
One last and final thing I want to state is not for you to allow your friends fool you to do crazy things, such as putting naked pictures on blogger. Don’t talk about sex to anyone. Especially, little girls that talk to big men online lying about their information. Don’t lie about who you are. This can get you into serious trouble. It can even lead to your death. Be yourselves and make friends. Or to do your school work.

