Basic HTML Template in PDF
Basic HTML Template in PDF
2. HTML tags that are closing an element contains this symbol:
5. Attributes
are
similar
to
a
property
and
value.
What
symbol
is
used
around
the
value?
6. A
HTML
tag
element’s
attribute
uses
this
symbol
before
the
value:
7. This tag element is the first one used in the web code sequence:
8. This tag element is the last one used in the html code sequence:
9. This tag element contains nested tags such as style, title, and metadata:
10. This tag element provides the site name that will be seen in a browser tab:
11. This tab element provides majority of the web pages content:
13. What is the tag that provides an internal link to another page such as PAGE2.html?
14. What is the HTML tag that would put an image in the page such as DOG.jpg?
15. What is the HTML code sequence to use DOG.jpg as a clickable graphic that would
16. What HTML tag element is often used for a column of text?
17. What HTML tag element is often used for a the title of an article?
18. What self-‐contained tag element would provide space similar to entering the return
19. What does the tag elements UL and LI provide in a web page?
22. Write the above CSS category that would style text in a paragraph to be red:
23. Internal CSS contains declaration blocks (selectors and rules) within HTML STYLE
tags. What HTML tag element is this CSS style grouping nested?
category?
25. Which CSS category takes top priority that the browser must follow first?
26. Declaration blocks consist of the selector and rule(s). What symbol surrounds the
rules?
30. List the three types of selectors that we have applied up to this point:
32. Which selector type relates to laying out a page with div tags?
33. What CSS symbol does ID refer to in the code?
34. How many times can a CSS class be used within the same document?
36. What link state provides a change when the mouse goes over it?
37. What is the correct CSS declaration to insert an image as a body background?
38. What is the correct CSS value that would not repeat a background image?
39. What the difference between margin space and padding space?
40. List the three image formats that are web compatable: