Computer scienceFrontendHTMLHTML IntroText formatting

Headings, Paragraphs, Comments

Add paragraph

Report a typo

You need to add a paragraph to the HTML code below. The content of the paragraph should be:

Starting out is always a challenge. However, the right approach to learning can smooth out the difficulties. With project-based learning, you can study programming theory and apply your knowledge by creating real, working applications, one step at a time.

Write HTML and CSS code
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Paragraphs</title>
</head>
<body>
<h1>JetBrains Academy</h1>
<h2>Take a project-based approach to learning</h2>
...
</body>
</html>

Completed 1 of 2
Add a paragraph in the code
The code is valid
___

Create a free account to access the full topic