Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Challenge: Images | Images and Media
HTML Essentials

Challenge: ImagesChallenge: Images

Task

Create an HTML document that includes an image and an interesting fact that relates to the image. Insert the image using the URL provided (https://codefinity-content-media-v2.s3.eu-west-1.amazonaws.com/courses/392f24ac-0126-4c34-a28a-f2f26d12196b/section-3/honey.png) and provide a descriptive alt text. Ensure that the image size is strictly specified as 128px in width and 128px in height.

html

index.html

css

index.css

js

index.js

Hint

Step 1: Use the <img> tag to insert the image. Specify the src attribute with the image URL (https://codefinity-content-media-v2.s3.eu-west-1.amazonaws.com/courses/392f24ac-0126-4c34-a28a-f2f26d12196b/section-3/honey.png), alt attribute with descriptive alternative text, and provide strict values for the width and height attributes of 128px.

html

index.html

css

index.css

js

index.js

Все було зрозуміло?

Секція 3. Розділ 2
course content

Зміст курсу

HTML Essentials

Challenge: ImagesChallenge: Images

Task

Create an HTML document that includes an image and an interesting fact that relates to the image. Insert the image using the URL provided (https://codefinity-content-media-v2.s3.eu-west-1.amazonaws.com/courses/392f24ac-0126-4c34-a28a-f2f26d12196b/section-3/honey.png) and provide a descriptive alt text. Ensure that the image size is strictly specified as 128px in width and 128px in height.

html

index.html

css

index.css

js

index.js

Hint

Step 1: Use the <img> tag to insert the image. Specify the src attribute with the image URL (https://codefinity-content-media-v2.s3.eu-west-1.amazonaws.com/courses/392f24ac-0126-4c34-a28a-f2f26d12196b/section-3/honey.png), alt attribute with descriptive alternative text, and provide strict values for the width and height attributes of 128px.

html

index.html

css

index.css

js

index.js

Все було зрозуміло?

Секція 3. Розділ 2
some-alt