diff --git a/guide/english/html/responsive-web-design/index.md b/guide/english/html/responsive-web-design/index.md index dd230fb45b..2532c3b13c 100644 --- a/guide/english/html/responsive-web-design/index.md +++ b/guide/english/html/responsive-web-design/index.md @@ -42,7 +42,7 @@ CSS frameworks like [Bootstrap](https://www.getbootstrap.com/), [Material Design In this example, `col-md-9` and `col-sm-6` set the width of the `
` tag based on whether the screen is small or medium. ```html -
+
``` The Bootstrap framework divides a row into twelve columns. In the above example, the `
` will spread across either nine or six of them. The grid system, pictured below, is fundamental to how Bootstrap eases responsive design.