Computer scienceFrontendHTMLInteraction with other technologies

Connecting CSS to HTML

Fixing errors

Report a typo

Analyze the following html code, find errors and fix them to style the page correctly.

Write HTML and CSS code
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>External CSS</title>
<rel="main.cs" href="stylesheet">
</head>
<body>
</body>
</html>
Completed 0 of 2
The CSS is connected correctly
The code is valid
___

Create a free account to access the full topic