Fundamentals of HTML: Quiz 1By Yathin Babu / June 13, 2023 Welcome to your Fundamentals of HTML: Quiz 1 What are attributes used for? To provide additional information about an HTML element. To control the behavior of an HTML element. To style an HTML element. All of the above. None How do you use the href attribute to specify the URL of a link? By adding the href attribute to the img tag. By adding the href attribute to the ul tag. By adding the href attribute to the a tag. By adding the href attribute to the table tag. None What is HTML? HTML is a markup language. HTML is a scripting language. HTML is a web browser. HTML is a programming language. None What are the two main parts of an HTML element? Element name and element value Opening tag and closing tag Start tag and end tag Content and attributes None What are some ways to format text on a web page? All of the above. Using CSS styles. Using HTML tags. Using a WYSIWYG editor. None Time's up