Q&A
Course Intro
Curriculum
Get Started
1 / 4
How do you define styles directly in the
<head>
section of an HTML document?
<head>
body
{
background-color:
lightblue;
}
</head>
<link>
</link>
<style>
</style>
Previous
Confirm