Element selector

Report a typo

Complete the HTML markup by writing the title for the webpage. Then, add CSS code to apply all the written styles to the <body> element.

Write HTML and CSS code
<!DOCTYPE html>
<html>
<body>
<p>String theory is a relatively young science that includes such unusual concepts as superstrings, branes, and extra dimensions.</p>
<p>Scientists are hopeful that string theory will unlock one of the biggest mysteries of the universe, namely how gravity and quantum physics fit together.</p>
</body>
</html>
Completed 1 of 6
Styles applied to the <body> element
Inside the <html> tag is the <head> tag
___

Create a free account to access the full topic