Tuesday, September 15, 2009

What is HTML?
-
a simple scripting language.
What does HTML stand for?
-
HTML is short for HyperText Markup Language.
What type of document is HTML?
-
Basically an HTML document is a plain text file that contains text and nothing else.
What happens when a browser opens an HTML file?
-
When a browser opens an HTML file, the browser will look for HTML codes in the text and use them to change the layout, insert images, or create links to other pages.
What does the acronym WYSIWYG stand for?
-
("What You See Is What You Get").
What do you think is the advantage of using a WYSIWYG editor?
-You get what you see
Why do you need to know HTML?
-
to create web pages
What are three benefits of knowing HTML?
  • You can use tags the editor does not support.
  • You can read the code of other people's pages, and "borrow" the cool effects.
  • You can do the work yourself, when the editor simply refuses to create the effects you want.
  • Describe how you create a HTML document using a simple text editor.
    -All you need to do is type in the code, then save the document, making sure to put an .html extension or an .htm extension to the file (for instance "mypage.html").
    What is another name for a Tag?
    -
    A markup is called a Tag.
    Why are tags used?
    -
    To tell the browser that an "A" should be bold we need to put a markup in front of the A.
    What do you use to enclose HTML Tags?
    - < >
    What is the difference between a start tag and an end tag?
    -this is a start tag this is a end tag

    No comments:

    Post a Comment