How to set meta tag? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

How to set meta tag?

im editing a html doc. but the text is to small and tried using meta tag but the scale wont enlarge. im previewing in chrome on my phone.

4th Jul 2017, 11:00 PM
Hoeft Brian
Hoeft Brian - avatar
2 Answers
+ 1
Definition and Usage Metadata is data (information) about data. The <meta> tag provides metadata about the HTML document. Metadata will not be displayed on the page, but will be machine parsable. Meta elements are typically used to specify page description, keywords, author of the document, last modified, and other metadata. The metadata can be used by browsers (how to display content or reload page), search engines (keywords), or other web services. HTML5 introduced a method to let web designers take control over the viewport (the user's visible area of a web page).
12th Jul 2017, 11:19 PM
Hayder Thamer‬‏‬‏‬‏‎
Hayder Thamer‬‏‬‏‬‏‎ - avatar
0
but if you want to change the font size put this code in the <head> tag <style> body{ font-size: 30px; } </style>
12th Jul 2017, 11:22 PM
Hayder Thamer‬‏‬‏‬‏‎
Hayder Thamer‬‏‬‏‬‏‎ - avatar