Question #1: In HTML Tags...:
A). Tell the computer what to do. B). Tell the computer how to do something. C). Tell the computer where to go in a page.
Question #2: In HTML ATTRIBUTES must have an ending mark that has an"/" in it.
A). TRUE B). FALSE
Question #3: In HTML ATTRIBUTES should:
A). Never be nested. B). have these symbols around them, <>. C). give the browser info on how to do something related to a tag, such as set font size in the BODY.
Question #4: Which shows the correct way to nest tags around the text "Is this right?":
A). <TAG1><TAG2><TAG3>Is this right?</TAG1></TAG2></TAG3> B). <TAG2><TAG1><TAG3>Is this right?</TAG3></TAG1></TAG2> C). <TAG2><TAG1><TAG3>Is this right?</TAG2></TAG1></TAG3>