Pular para o conteúdo principal

Se você está vendo esta mensagem, significa que estamos tendo problemas para carregar recursos externos em nosso website.

Se você está atrás de um filtro da Web, certifique-se que os domínios *.kastatic.org e *.kasandbox.org estão desbloqueados.

Transcrição de Editing a webpage in an online editor

  • 0:00- Alright, so I have this web page
  • 0:02that I'm editing about rabbits on Khan Academy
  • 0:05and I've decided I want to edit it
  • 0:07inside a different online editor.
  • 0:10So I'm going to select all of it
  • 0:12and copy it
  • 0:14and then head on over to this other tab
  • 0:18where I have Cloud9 open.
  • 0:21So I've created a new file
  • 0:24and I can paste my HTML inside the file.
  • 0:29Next, I'm going to save that file
  • 0:32and give it a nice name
  • 0:34plus the HTML extension at the end,
  • 0:38press 'Save' and now you can see
  • 0:41that the syntax highlighting is working
  • 0:42and showing me that it looks like HTML.
  • 0:46Now I want to see what it looks like so I'm going to press
  • 0:50'Preview',
  • 0:52and they have this live preview here,
  • 0:54which opens up a mini browser
  • 0:57inside my editor in the browser,
  • 1:00which is kind of funny.
  • 1:01So here we have, and I think this might do a live preview,
  • 1:05so let's try it out.
  • 1:08Awesome. So as I'm editing it, it updates it here
  • 1:12and I can just immediately see
  • 1:15all the changes that I'm making.
  • 1:18Quite similar to the one that we have on Khan Academy.