Lesson 1 Quiz
- What does HTML stand for.
- Every HTML document starts with the
HTML language identifier <html>, What is the next tag of
an HTML document?
- Suppose the title for your web page
was “When Animals go Mad”. How would you write this title
in your code be sure to use both the opening and closing
commands.
- The actual content goes between what
two HTML tags?
- Why is it risky to use the extension
.htm rather then the .html?
- HTML tags can have modifiers that
help control the elements of a web page. What is the
first part of this tag modifier called?
- What is the second part called?
- What symbol connects the parts of
the tag modifier?
- In this Lesson I showed you one way
that a modifier can be used to control layout. Name
another way that was referenced on how these modifiers can
help control things.
- What should the very first page you
create for your website be named? And why?
- What two ways are there to make a
break in your content to make it jump to the next line or
several lines? Tell the actual command tags and what each
does.
|
|