Html Basics
Question 15
Which element do we use to create an unordered list?
Enter your answer below.
Question 15.2
Which element do we use to create a table data?
Enter your answer below.
An image element is used to embed an image into a webpage.It is a self-closing tag with the / at the end.
Question 15.3

This element is used for...?
A script element is used to embed executable code mostly javascript or data within an HTML document, enabling dynamic and interactive functionality.The src attribute is used to link to external .js files.