If a web designer wants search engines to ignore a particular webpage, which of the
following meta tags would they use?
Give this one a try later!
<meta name='robots' content='noindex'>
Select the correct method to create a table with a single row that spans the entire
width of the webpage
Give this one a try later!
<table style="width:100%"> <tr> <td> John </td> <td> Smith </td> </tr> </table>
, When changes are made to an external stylesheet, how many HTML documents that
reference it will be affected?
Give this one a try later!
All documents that link to it
In a flex container, which property is used to control the direction of the flex items?
Give this one a try later!
flex-direction
Observe the following code below which contains a simple, small navigation bar with
2 links. From the choices below, select the correct CSS to remove the bullets.
<ul> <li> <a href="https://www.link1.com">link1</a> </li> <li> <a
href="https://www.link2.com">link2</a> </li> </ul>
Give this one a try later!
ul { list-style-type: none;}
Which of the following properties is used to specify the weight or thickness of
characters in text?
Give this one a try later!
following meta tags would they use?
Give this one a try later!
<meta name='robots' content='noindex'>
Select the correct method to create a table with a single row that spans the entire
width of the webpage
Give this one a try later!
<table style="width:100%"> <tr> <td> John </td> <td> Smith </td> </tr> </table>
, When changes are made to an external stylesheet, how many HTML documents that
reference it will be affected?
Give this one a try later!
All documents that link to it
In a flex container, which property is used to control the direction of the flex items?
Give this one a try later!
flex-direction
Observe the following code below which contains a simple, small navigation bar with
2 links. From the choices below, select the correct CSS to remove the bullets.
<ul> <li> <a href="https://www.link1.com">link1</a> </li> <li> <a
href="https://www.link2.com">link2</a> </li> </ul>
Give this one a try later!
ul { list-style-type: none;}
Which of the following properties is used to specify the weight or thickness of
characters in text?
Give this one a try later!