HTML Basics Dicsussion

Hi @Malik !

Nice to know about you and thanks for answering me.
Let me tell you that I resolved the problem after trying many images but I still don’t know what happened. Why does that little square appeared. My console shows this:
" Cross-Origin Read Blocking (CORB) blocked cross-origin response "

<html>

  <head>
    <title>My first page</title>
  </head>

  <body>
    <h1>This is the title</h1>
    <h2>This is the smaller title</h2>
    <h3>This is the smaller title3</h3>
    <p>welcome to ivan on Tech coding course</p>

<h1>Our list!</h1>
    <ul>
      <li>Step one</li>
      <li>Step two</li>
      <li>Step three</li>
    </ul>

    <a href="https://www.google.com.pe">click me to go to Google</a>
<br>
    <img src="https://en.wikipedia.org/wiki/Odd-eyed_cat#/media/File:IMG-20200708-WA0006.jpg">

  </body>


</html>

Hi @alejandravisa,

The link that you are using is of the wikipedia website.The actual image lies in this link - https://upload.wikimedia.org/wikipedia/commons/9/99/IMG-20200708-WA0006.jpg

Use this link in the src code, and the image will show up.

Hope this helps. :smile:

1 Like

There you go @alejandravisa

My first page

This is the title

This is the smaller title

This is the smaller title3

welcome to ivan on Tech coding course

Our list!

  • Step one
  • Step two
  • Step three
click me to go to Google
1 Like

Thanks a lot @Malik! now I got it. :smile:

1 Like

Hi , @Malik. Where is the link from? I´m having the same problem , i can´t insert an image

I think I got it, i have to open image location

1 Like

Hi @thecil,

Is there another editor you could suggest? Atom does not work on the MacBook Pro I am currently using. I’ve downloaded it and run through the potential fixes but no luck. Thanks again for your help.

Hi @JMT,

Use Visual Code. Most popular editor right now for Javascript Devs. https://code.visualstudio.com/. Pretty good fo Macs too. (personally use it everyday)

Hope this helps. :smiley:

Thanks @Malik appreciate that. Cheers.

1 Like

Hi Malik,

I have similar problem as colleagues above… Cannot insert an image. How to properly find a path to the image? Usually I click on it and then right click and copy picture address… But still doesn’t work:

Welcome, welcome !

This is the title

This is the title

Welcome to Ivan on Tech coding course

<li> Step one </li>
<li> Step two </li>
<li> Step three </li>

CLICK ME TO GO TO THE SITE





PS. I see it’s visible above in my post, but cannot see in Brave/Internet Explorer at all.

  1. HyperText Markup Language

  2. It defines the structure of your content.

  3. Learning HTML is the for the front end of a website, knowing how that works we can make a small web site and know how it functions

  4. An HTML tag is commonly defined as a set of characters constituting a formatted command for a Web page

  5. Angle bracket- the code- angle bracket example

  6. Attributes contain extra information about the element that you don’t want to appear in the actual content

  7. All the working parts of the HTML

1 Like

I’m enjoying that this course has me going to web resources for developers right from the start that I’ll probably use the rest of my career. The self-directed style has just enough guidance and structure for me, especially taking my time and exploring some different tricks along the way.

For the last year I’ve just been trying to understand coding conceptually and the fact that I get to dive right into coding a web page in this course and make it my own instead of following an exact tutorial like some methods i’ve heard about is exciting.

Thanks!

1 Like

When I check my coding I see all the coding on the screen. How can I just see whats on the webpage iam building.

Please help.

Thank you,

I need some help. I cannot insert picture into website. All I can see is

image

Hi @MonikaGrabowska

are you using this tag?

<img src="img_girl.jpg" alt="Girl in a jacket">

Happy learning,
A Sebhatu

So … just beginning the HTML basics lessons … and yes, this would be my first attempt EVER at coding. WHAT A BLAST!! Only working with the most fundamental elements (currently) hyper link, embedding images and adjusting their width/height, but having so much fun.
Ivan, thank you … I had tried some YouTube videos and other sources … but was unable to really go from 0 to 1. Now I am at 1 and plan to be at 100 soon.

1 Like

You have to open your html file that you just coded in the Chrome browser.

Is it best to get the newest edition of the recommended book for this course or is the course based on the older edition?

Thank you

Ok, here we go! Been about 20 years since I worked with any formulas. 0 experience programming. This should be fun! Hard, but fun

2 Likes

Hey everyone I need some help. I’ve been doing the majority of my learning on my cell phone but now that we’re getting into the coding section I need a new computer because my current one is old, slow, and basically useless. Can anyone give me some suggestions on what I should look into buying to use for this and the rest of the coding we’ll be doing?