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