Coding Basic HTMLVersión en línea Basic HTML website coding for beginners. por Karmoko Sillah 1 Name? Written answer 2 What does the tag represent? a hyperlink b image c new paragraph d none of these 3 What is the very fast command always in HTML? a b c 4 What is the difference between an opening tag and a closing tag? a Opening tag has a < > in front closing tag has a > in front b Opening tag has a / / in front closing tag has a / / in front c Opening tag has a @ @ in front closing tag has a @ @ in front 5 What type of tag is BR? a New paragraph b Line break c Line rule d None of these 6 Is this an opening tag or a closing tag? a Opening b Closing 7 Which is the correct way to tag an image? a photo b img c iframe d link 8 You must always close the commands you open up a True b False 9 Which section tag is used to display the info about the webpage a BODY tag b HTML tag c HEAD tag d META tag 10 Which line has the incorrect HTML code? a Line 3 b Line 8 c Line 6 d There are no errors in the code. 11 Which of the following is used to HTML code? a Microsoft Edge b Google Chrome c Mozilla FireFox d All of the above Feedback 2 The tag represents code for a hyperlink 3 There are two tags in every string of HTML code. The opening tag and closing tag. 4 The closing tag has a / in front which indicates the end of that tag. 5 The BR tag is a line break tag. 6 This is an opening tag because there is no slash / to indcate it is the closed tag. 7 Use the IMG tag to display images in your code. 8 Quotes are used to indicate values in HTML 9 The HEAD tag is where the page title tag, meta tags and script tags are inserted. 10 Line 6 is missing the slash to close the H1 tag. 11 All of the above is correct because all web browsers interpret HTML code.