Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

HTML How to Make a Website HTML First Use HTML Elements

how to use an external editor to do these exercises here , because this editor here is very bad

how to use an external editor to do these exercises here , because this editor here is very bad

index.html
<!doctype html>   
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 
<html lang="pt-br">
  <head>
    <meta charset= "UTF-8">
    <title> Titulo do trabalho </title>
  </head>

  <body>
    o conteudo aqui ........
  </body>

</html>

1 Answer

Can you copy and paste from the workspace to the editor of your choice?

One editor is sublime text

This is for the projects that follow the video lessons. The task challenge has to be done in the treehouse platform in order for it to check your work.