这是我的代码:
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
<style>
body {
}
div,span,a{
display:flex;
flex-direction: row;
}
</style>
</head>
<body>
<div><span>Here is the official site of google:</span><a href="www.google.com">www.google.com</a><span>. You can search many things via the search engine of it.Google LLC is an American multinational technology company that specializes in Internet-related services and products, which include online advertising technologies, a search engine, cloud computing, software, and hardware.</span></div>
</body>
</html>
我该如何实现?谢谢。