Self study Questions
1) the difference between a tag and an element is the tag is the characteristics that will br applied to the content of the element.
2) the characters that are used around an attribute name is "<" or its the element name.
3)XHTML is case sensitive.
4)the <"hr" "/"> element is for the Horizontal rule
5)the terms 'strict', 'transitional', 'frameset' refer to different versions of the XHTML DTD
6)The special character for the copyright symbol is "& copy ;"
7)the two required attributes that are for the image element are src and alt.
8)The XHTML that displays a bullet list is:
<"ul">
<"li"> Blah <"li">
<"li"> Blah <"li">
<"ul">
9)the attributes that are use to make part of a table spread over multiple rows or columns are Colspan and rowspan.
10)The name of the element used to create hyperlinks is "a"
No comments:
Post a Comment