14 questions
Which properties can we use to make a frame around this image?
margin: 20%;
border: 10px ridge gold;
font-weight: bold;
width: 100%;
Which properties can we use to re-size this heading?
line-height: 50;
width: 7em;
font-weight: bold;
font-size: 50px;
Which tag can we use to make a paragraph like in the image?
<h1>...</h1>
<p>...</p>
<strong>...</strong>
<p>...<p>
<h1>...<h1>
Which tag can we use to make a content bold like in the image?
<strong>...</strong>
<bold>....</bold>
<dark>...</dark>
<b>...</b>
Which tag can we use to emphasis text like in this image?
<emphasis>...</emphasis>
<emph>...</emph>
<side>...</side>
<em>...</em>
Which tags should we use to make a list like in this image?
<ul>...</ul>
<li>...</li>
<list>...</list>
<ol>...</ol>
Which properties should we use to make the paragraph font like in this image?
font: cool;
font-family: fancy;
font-family: fantasy;
font-style: fantasy;
How can we make the spacing of each row of content more wide like in this image?
line-height: 2em;
<spacing>...</spacing>
text-spacing: 2em;
space: 2em;
<br>
Which properties can we use to center a paragraph automatically in any window size like this image?
border: 2px solid blue;
padding: 2em;
margin: auto;
width: 200px;
Which properties can we use to have space between the content and the border like in this image?
padding: 2em;
border: 2px solid blue;
margin: auto;
width: 200px;
Which properties can we use to make a scrollbar in a paragraph like in this image?
width: 10em;
overflow-x: hidden;
height: 10em;
overflow-y: scroll
Which properties can we use to make the cat img be in the left of the paragraph like in this image?
margin-left: 2px;
img: left;
float: left;
clear: left;
Which tag can we use to make a link like this image?
<link>...</link>
<a>...</a>
<l>...</l>
<li>...</li>
Which properties can we use to re-size and squash a img like this image?
width: 30em;
tall: 30em;
height: 3em;
thick: 3em;