Update README.md

This commit is contained in:
Goudarz Jafari 2017-11-04 11:45:21 +03:30 committed by GitHub
parent b146c37b33
commit 641e1250ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -67,10 +67,10 @@
عناصر معتبر که می‌توان در `<head>` استفاده کرد `meta`، `link`، `title`، `style`, `script`، `noscript` و `base`.
``` html
<!-- Meta tags provide information for how a document should be perceived, and rendered, by other technologies. e.g. bots, search engines, browsers, etc. -->
<!-- تگ‌های متا اطلاعاتی برای چگونگی نحوه درک و رندر یک صفحه وب را ارائه می‌کند. به عنوان مثال: ربات‌ها، موتور‌های جستجو، مرورگرها و غیره. -->
<meta charset="utf-8">
<!-- Set the document's title -->
<!-- عنوان صفحه را تنظیم می‌کند -->
<title>Page Title</title>
<!-- Base URL to use for all relative URLs contained within the document -->