Monday, October 24, 2011

- Questionns

                 HTML 2


What does a normal webpage consist of ? 
All normal webpages consist of a head and 
body.
What are these parts used for
The head is used for text and tags that do not show directly on the page.
The body is used for texts and tags that are shown directly on the page.
What is the tag that is part of all webpages?
All webpages have an <html> tag at the beginning and the end, telling the browser where the document starts and where it stops.
What is included in the Head Section?
The <title> and </title> tags encapsulate the title of your page
Another thing you will often see in the head section is metatags
Quite often the head section contains javascript
Finally, more and more pages contain codes for cascading style sheets (CSS).
What are Metatags ?
Metatags are used for, among other things, to improve the rankings in search engines.
What is a javascript ?
A programming language for more complex HTML pages.
What is CSS ?
CSS is a rather new technique for optimizing the layout of major websites.
What is included in the Body Section of a webpage? 
 Text:
- Formatting
- Resizing
- Layout
- Listing
Links :
- To local pages
- To pages at other sites
- To bookmarks
Images
- Inserting images ( GIF & jpg )
- Adding a link to the image
Backgrounds
- Colors
- Images
- Fixed image
- Tables
- Frames
- Forms
- Metatags
- Hexadecimal Colors
How to Learn More ?
This introduction presented you with the very basics of HTML.

In the rest of this tutorial you can study each of the different HTML tags in detail.

To the upper right on all pages you will find the HTML tutorial menu.

The links are arranged so you can approach this tutorial as an ongoing course.

Each link will take you to a "chapter" - 5 to 10 pages - explaining the selected topic in depth.

If you are completely new to HTML, you should start with the chapter about text and work your way through the links - ending with the chapter about hexadecimal colors.

What else do you need to learn about HTML?
Once you become familiar with HTML you could proceed to the javascript section, the java applet section or the Shockwave Flash section.
For a complete overview of the tutorials and resources on this site you should look at the sitemap.





No comments:

Post a Comment