answersLogoWhite

0

What s meaning of em in HTML?

User Avatar

Anonymous

13y ago
Updated: 8/20/2019

it is emphasized to text

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What is the purpose of em in HTML?

It italicises text, so it does the exact same thing as the I tag does.


Is there 22 inch daytons?

yes there is check em out http://austin.craigslist.org/pts/1177132439.html


What do HTML file extension represent meaning?

HTML stands for Hypertext Markup Language


What is the meaning of Up an at em?

get active and busy


What does i stand for in HTML?

The <i> tag in HTML is used to offset text that should be displayed in italics. It's a carry-over from early versions of HTML, as its purpose is solely presentational and not semantic. In most cases, the use of the emphasis tag <em> is encouraged in its place.


Meaning of HTML language?

HTML is a markup language for designing. It involves tags and using them to proper place.


What is the meaning of HTML tag?

HTML as the name suggests is a markup language. Each tag represents a function in it.


What is the meaning of 'Book 'em Danno'?

Danno is the name of the character -- "Book 'em" means to arrest and sentence them.


How do you compile HTML codes?

You don't compile HTML codes. HTML is a parsed language, meaning that it's transferred to the browser as plain text, and the browser reads it as such.


What is the root meaning of en?

Half an em, that is, half of the unit of space in measuring printed matter. See Em.


What is the meaning of the acronym HTML?

Hyper Text Markup Language


How do you set up HTML links?

to make a link in HTML: <a href="http://www.google.com">this is your link text</a> that would link to google you can also use other attributes like title and the like to make em fancy