Computer scienceFrontendCSSBasic propertiesCommon properties

Width and Height

Hi

Report a typo

Write the missing HTML tags, specify a title for the web page. Set the minimum width of the <p> element to 40 pixels, a width of 55 pixels and a maximum width of 102 pixels.

Write HTML and CSS code
<!DOCTYPE html>
<p>Hi!</p>

Completed 2 of 10
The <p> element has the minimum width of 40 pixels
The <p> element has the width of 55 pixels
___

Create a free account to access the full topic