Pergunta de entrevista da empresa Revature

HTML What is CSS and how is it used in web development? - CSS stands for cascading style sheets - It is used to describe how the HTML document looks How do you insert an image in HTML?   - <img> tag - and SRC for the source file a - and if you want to rename the file us ALT How do you change the background color?   - <bgcolor = …> What are the different HTML elements? - <HTML> - <Head> - <Body> - <Title> - <br> …etc HTML Tags - not all of them come in pairs! What is the use of DOCTYPE in HTML?   - How could you create a button with HTML?   - <button type=”button”> Click me</button> How do you comment in HTML? - <!—comment-->