Skip to content

Commit

Permalink
Lang and direction tag -> attribute #86
Browse files Browse the repository at this point in the history
  • Loading branch information
thedaviddias committed Nov 15, 2017
1 parent fc537b6 commit 3f47b59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -159,13 +159,13 @@ Minimum required xml markup for the browserconfig.xml file is as follows:
### HTML tags

* [ ] **Language tag:** ![High][high_img] The language tag of your website is specified and related to the language of the current page.
* [ ] **Language attribute:** ![High][high_img] The language tag of your website is specified and related to the language of the current page.

```html
<html lang="en">
```

* [ ] **Direction tag:** ![Medium][medium_img] The direction of lecture is specified on the body tag (It can be used on another HTML tag).
* [ ] **Direction attribute:** ![Medium][medium_img] The direction of lecture is specified on the body tag (It can be used on another HTML tag).

```html
<html dir="rtl">
Expand Down

0 comments on commit 3f47b59

Please sign in to comment.