UNH MIS HTML & CSS Quiz |Questions
Solved 100% Correct| Verified Solutions
alt - ANSWER Provides alternative text if the image cannot be displayed
<ul> - ANSWER Creates an unordered (bulleted) list.
<ol> - ANSWER Creates an ordered (numbered) list.
<li> - ANSWER Defines list items
<table> - ANSWER Creates a table
<tr> - ANSWER Defines a table row
<td> - ANSWER Defines a table cell
<th> - ANSWER Defines a table header
href - ANSWER Specifies the link destination for <a> tags
src - ANSWER Specifies the source for <img> tags
alt - ANSWER Provides alternative text for images
id - ANSWER Provides a unique identifier for an element
Solved 100% Correct| Verified Solutions
alt - ANSWER Provides alternative text if the image cannot be displayed
<ul> - ANSWER Creates an unordered (bulleted) list.
<ol> - ANSWER Creates an ordered (numbered) list.
<li> - ANSWER Defines list items
<table> - ANSWER Creates a table
<tr> - ANSWER Defines a table row
<td> - ANSWER Defines a table cell
<th> - ANSWER Defines a table header
href - ANSWER Specifies the link destination for <a> tags
src - ANSWER Specifies the source for <img> tags
alt - ANSWER Provides alternative text for images
id - ANSWER Provides a unique identifier for an element