From 39e936bbaa88e9d86d0f0c690b5945aeccbe9746 Mon Sep 17 00:00:00 2001 From: EmeraldEntities <44278515+EmeraldEntities@users.noreply.github.com> Date: Mon, 12 Nov 2018 06:45:05 -0500 Subject: [PATCH] Changed the text information and grammar (#21360) --- .../tutorials/embedding-youtube-videos/index.md | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/guide/english/html/tutorials/embedding-youtube-videos/index.md b/guide/english/html/tutorials/embedding-youtube-videos/index.md index 9f781ead8b..89067f4f9b 100644 --- a/guide/english/html/tutorials/embedding-youtube-videos/index.md +++ b/guide/english/html/tutorials/embedding-youtube-videos/index.md @@ -3,7 +3,7 @@ title: Embedding Youtube Videos --- ## Embedding Youtube Videos -You have probably seen embedded videos on your favorite websites on many occasions. Today we will talk about embedding YouTube videos, which is very easy to do, even if you don't have any prior knowledge of it. For this action we will use `` element, which is very useful in embedding other HTML elements. It's often used for promoting products in ads. Notice that you're not only limited to YouTube - you can also experiment with other documents. +You've probably seen a lot of embedded videos on your favourite websites. So, how do we embed YouTube videos for our own website? Simple! In order to embed a YouTube video, we'll need an ` ``` -Inserted values are recommended, but feel free to change them in a way that you would like. - -#### Autoplay -What should we do if we would like to make the video play automatically? Just add to your link value `?autoplay=1`. But be careful, because it can be annoying for a lot of people visiting your webpage. - -```html - -``` +Inserted values are recommended, and feel free to change them however you like.