Tuesday, October 25, 2011

lesson 2

Lesson 2

What does a normal webpage consist of?  All normal webpages consist of a head and a 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 text and tags that are shown directly on the page.
What is the tag that is part of all webpages?  Finally, 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 head section of the webpage includes all the stuff that does not show directly on the resulting page. 
What are metatags?  Metatags are used for, among other things, to improve the rankings in search engines. 
What is 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?  The body of the document contains all that can be seen when the user loads the page. 
What else do you need to learn about HTML?  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. 

No comments:

Post a Comment