'rmarkdown slidy html presentation: image and text side by side

I'm looking for option to insert image and text together (side by side) on R-markdown Slidy HTML presentation. However I can't find anything for this. Please can anyone help me with this?

I'm using the below codes as header in R-markdown document

---
title: "xxx"
author: "YYY"
date: "01/01/1900"
output: slidy_presentation
---
knitr::opts_chunk$set(echo = FALSE)


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source