Search
 
SCRIPT & CODE EXAMPLE
 

HTML

meta tag

  <meta name="viewport" content="width=device-width, initial-scale=1.0">
Comment

meta tag

The <meta> tag defines metadata about an HTML document. Metadata is data (information) about data.

<meta> tags always go inside the <head> element, and are typically used to specify character set, page description, keywords, author of the document, and viewport settings.

Metadata will not be displayed on the page, but is machine parsable.

Metadata is used by browsers (how to display content or reload page), search engines (keywords), and other web services.

There is a method to let web designers take control over the viewport (the user's visible area of a web page), through the <meta> tag (See "Setting The Viewport" example below).
Comment

meta class

In object-oriented programming, a metaclass is a class whose instances are classes. 
Just as an ordinary class defines the behavior of certain objects, 
a metaclass defines the behavior of certain classes and their instances.
Comment

PREVIOUS NEXT
Code Example
Html :: how to make things move in unity 
Html :: html iframe only show part of page 
Html :: how to add user icon in html 
Html :: html file paths 
Html :: xbox roblox games 
Html :: common html tags 
Html :: html problem finder 
Css :: css image to white 
Css :: css background image fit 
Css :: unselectable text css 
Css :: css how to make text not break 
Css :: bootstrap icons in angular 
Css :: css position absolute middle 
Css :: not clickable css 
Css :: rotate image html 
Css :: change color of bullet points css 
Css :: css flex center horizontally and vertically 
Css :: ul remove dots 
Css :: rotate text css 
Css :: change the color of a checkbox css 
Css :: css text dots 
Css :: border none select 
Css :: focus in styled component 
Css :: calc sass variables 
Css :: remove button shadow css 
Css :: how to use html and css to design a chess board 
Css :: resize checkbox 
Css :: position relative get in center 
Css :: css animate flashing 
Css :: css ios disable zoom 
ADD CONTENT
Topic
Content
Source link
Name
1+3 =