Revature interview question

Name and explain 5 tags in HTML?

Interview Answer

Anonymous

17 Nov 2020

Body tag -- contains everything that you see on the webpage p tag --- is used to write a paragraph div -- is short for the division. it provides a container on the webpage. script -- is used to write javascript a -- is the initial of Anchor that provides a link. img -- for images form -- for forms input -- for input from the webpage