2. What is the start tag for a paragraph?
-
3. What is the end tag for a paragraph?
-
4. represents what tag? is this a start tag or an end tag?
- it represents a link and its a start tag
5. What is another name for a start tag?
-opening tag
6. What is another name for a closing tag?
-end tag
7. Type the document example. *Remember that all html documents will include these elements.
-
This is my first paragraph
8. What defines a paragraph in the HTML document?
-The
element defines a paragraph in the HTML document
9. What is the start tag and end tag for a paragraph?
-start tag
and an end tag
10.
is an empty element which represents what?
-
is an empty element without a closing tag (it defines a line break).
11. Are tags case sensitive?
-tags are not case sensitive
12. What does W3school recommend to use?
-recommends lowercase
No comments:
Post a Comment