Update the provided code below according to the following requirements:
- Make that all five images are correctly loaded and displayed on the screen.
- Add these following as alt text to the images accordingly: HTML logo, CSS logo, JavaScript logo, React logo and Ruby logo
- Wrap the fourth picture (React logo) in a link element so that clicking on the picture opens the Wikipedia page of React: https://en.wikipedia.org/wiki/React_(software) in a new tab.
- Add a button element with the type attribute set as
button
with the text "Take me to Ruby Weekly". Wrap this button in a link element so that clicking on the button opens the Ruby Weekly page: https://rubyweekly.com/ in a new tab.