FRONT-END WEB DEV Flashcards
html provides the basic ____ to a web page
structure
html stands for:
hypertext markup language
an opening tag is represented by
<element>
</element>
what indicates a closing tag?
backslash e.g. </element>
what is the importance of including an <alt> tag?</alt>
for visually impaired people or browsers that don’t support a particular image format
what type of image becomes pixelated when you zoom in? pngs or svgs?
pngs
fall back content is available for which types of multimedia?
video and audio
tables are used to support _____
tabular data
what does this tag mean? <tr>
table row
<td> represents what?
</td>
table cell
table header is indicated by
<th>
</th>
rows and columns can be spanned by using what?
colspan=”#” and rowspan=”#”
classes can be specified by which character?
. (fullstop)
what does # specify?
an ID
the space between “li em” represents what?
descendant combinator