-1
<html>
<head>
<title>equipe setembro</title>
</head>
<body>
<b><p align=center><font face="verdana" size="7" color="#1C1C1C">Equipe Setembro</font></p>
<br>
<p align=center><font face="verdana" size=5 color="#FFD700"> Faça parte agora</font></p>
<p><img scr="C:\Users\anrocha\Desktop\setembroexperimente.png" width="800" height="600"></p>
</html>
I wonder why it does not load the image in the code above, I started the step by step correctly, but as I am beginner in the HTML course I am not able to locate the error.
What is this course that teaches how to write HTML as in 1993?! This type of code, with align=center, <font> etc has not been used for LONG. The problem may be your image path, use a web server (local, search by xampp), and serve the image with the HTTP protocol as you should on the web.
– bfavaretto
Inside the tag
<img>
, the propertysrc
is asscr
. Behold plus– Rodrigo
kkkk free course at Bradesco foundation
– Alessandro Rocha
Alessandro, I don’t know what your goal is with this course. But I suggest you choose a more up-to-date course. If you do not want to spend, have several courses very good and free on the site Video Course
– Carlos Guimarães
Yes, Carlos, thank you for the suggestion. I didn’t really know that the course was outdated, I’m right at the beginning of the course of ads, knowing the languages and everything. And I’ve always taken courses at the Bradesco foundation, in other areas. But I’m already studying algorithms with prof. Guanabara and I’ll see tbm HTML and CSS.
– Alessandro Rocha