| A | B |
| What tag is used for a headline | all of the above |
| what tag do you use to create a paragraph | <p> |
| in order to make the tag <a> work, you must also add inside this tag | href=the URL |
| the tag used to end the body section is | </body> |
| one of those things that start with ana nagle bracket and ends with an angle bracket | tag |
| relying on web applications for sefvices powered by many geographically distributed computers | cloud computing |
| a commonly used convention that transfers data from on computer to another over internet or through a network | file transfer protocol |
| who invented HTML | Tim Berners-Lee |
| the tag used for the end of the tittle is | </tittle> |
| what tag is used for a break in a line | <br> |
| a backlash / indicates the end of a tag | true |
| the first code in a webpage is | html |
| the address of a specific website or file on the internet | URL |
| hardware that houses an application program that accepts digital connections and responds to them | server |
| what is the tag for a hyperlink | <a> |
| hyper reference is | href |
| Who invented HTML | tim berners-lee |
| for an ordered list, you use | <ol>, <li>, </li>, </ol> |
| for an unordered list, you use | <ul>, <li>, </li>, </ul> |
| to make the tag <a> work, inside the tag you have to use | href="the URL" |