Hey @jad, hope you are ok.
Now, is your file finish with “html” has its format?
I think you are not saving it has “filename.html”.
Let me know if maybe is not that, so we can check other options
Carlos Z.
Hey @jad, hope you are ok.
Now, is your file finish with “html” has its format?
I think you are not saving it has “filename.html”.
Let me know if maybe is not that, so we can check other options
Carlos Z.
You were right, now it works.
Thank you Carlos for your help
I remember I learned HTML programming when I was studying at University but I guess that a ton of things have changed since then so let´s see how it works now
Can this be done on a tablet or does it need to be a laptop?
I suggest a computer (laptop or desktop pc), most of the tools that you could need are probably not designed for tablet.
If you have any more questions, please let us know so we can help you!
Carlos Z.
hey Ernesto try to write in this format. The html element name should be in small letter.
<!DOCTYPE html>
<html lang="en">
<head>
<title>Title of the document</title>
</head>
<body>
<p>Mateo es un champion.</p>
</body>
</html>```
Guys, I need a little help in working with atom text editor. It seems I have to install it every time I need to use it. Is there a way of permanently installing it?@Ivan
Hi there…When Ivan talks about console.log “printing” the message to the console. What exactly does that mean?
Hi Sir, What is ur pc ? check this link https://flight-manual.atom.io/getting-started/sections/installing-atom/#platform-windows
Happy learning,
Abel S
if you are new to programming, in beginning you can’t see the use of console.log. it is simply used to print (output) string, variable or an object on browser console, so you can debug ur application.
detailed explanation.
The console
object provides access to the browser’s debugging console (e.g. the Web Console in Firefox). The specifics of how it works varies from browser to browser, but there is a de facto set of features that are typically provided.
The console
object can be accessed from any global object. Window
on browsing scopes and WorkerGlobalScope
as specific variants in workers via the property console. It’s exposed as Window.console
, and can be referenced as simply console
. For example:
source https://developer.mozilla.org/en-US/docs/Web/API/Console
Happy learning,
Abel S
Thanks so much for the response!
Hello, the mark complete button has stopped working for me, and lectures have stopped showing as completed. Is there a fix for this?
Hey @Joshua_Fox, hope you are well.
Have you tried to open the Academy in another browser? what browser have you having issues?
If you have any more questions, please let us know so we can help you!
Carlos Z.
I have some experience with programmers and the fact that sometimes it’s hard to read their code cause it’s messy. Is there any best practices when it comes to writing HTML?
So I have all the code I need for the first assignment but I don’t know how to put it on the internet/website.
List of Steps
So I put the code there and it works on this. You can see the headings and the list but I dont know how to make a website for it.
I have a newer computer and don’t have very much software loaded.
I am having trouble opening the website I built. Ivan used fire fox, which I do not have, but I do have google chrome. I don’t get the option to open in google chrome.
Should I download firefox and get used to using it or should chrome work ??
Thanks,
Ty
I am using my phone and i have the atom app.
How do you get the list of tags that ivan has on atom?
Hi @typirtz, hope you are ok.
You should be able to use chrome to open your HTML files, just locate it and right click on it and select “Open With”. If chrome does not appears in that list, click the last option “Choose another app” and locate chrome.
If you have any more questions, please let us know so we can help you!
Carlos Z.
Hi @AX07, hope you are well.
The course is built to be followed on a computer, some of the applications and frameworks are not compatible with mobiles. So I could advice you to not code in your phone, you should do it on a PC.
Carlos Z.