what is the difference between xx-large and larger in CSS

0 votes

I came across this query when reading about relative and absolute size in CSS.

What distinguishes xx-large from larger besides absolute and relative size? what does "scaling factor" also mean?

The larger seems to be smaller than xx-large in the browser. why?

.one{
    font-size:xx-large;
}
.two{
    font-size:larger;
}
<!DOCTYPE html>
<head>
    <title>CSS</title>
    <link rel="stylesheet" href="style.css">
</head>


<body>
  <h1 class="one">hello</h1>
  <h1 class="two">hello</h1>
</body>

</html>
Aug 22, 2022 in CSS by Edureka
• 13,620 points
263 views

No answer to this question. Be the first to respond.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.

Related Questions In CSS

0 votes
0 answers

what is the difference between xx-large and larger in CSS?

I came across this query when reading ...READ MORE

Aug 19, 2022 in CSS by Edureka
• 13,620 points
304 views
0 votes
0 answers

What is the difference between id and class in CSS, and when should I use them?

#main { background: #000; ...READ MORE

Aug 18, 2022 in CSS by Edureka
• 13,620 points
206 views
0 votes
1 answer

What is the difference between CSS and SCSS?

CSS: Cascading Style Sheets (CSS) is a ...READ MORE

answered Jun 17, 2022 in CSS by Edureka
• 12,690 points
361 views
0 votes
0 answers
0 votes
1 answer

when declaring css styles, what is the meaning of .classA.classB (two class names with a dot in the middle and no space)

The first example (space-separated classes) is a ...READ MORE

answered Jun 28, 2022 in CSS by Edureka
• 12,690 points
446 views
0 votes
2 answers

Define a SQL query? What is the difference between SELECT and UPDATE Query? How do you use SQL in SAS?

HI.. SQL is Structured Query Language, which is ...READ MORE

answered Aug 8, 2020 in PHP by anonymous
9,629 views
0 votes
1 answer

Using/Handling colon inside a JSF generated HTML element ID in CSS selector

Yes, you can.  Just Backslash (\) the colon.  Like ...READ MORE

answered Nov 14, 2018 in Others by DataKing99
• 8,240 points
2,551 views
0 votes
1 answer

What is a css selector and where is it used?

CSS Selector is a combination of element ...READ MORE

answered Nov 21, 2018 in Data Analytics by Kalgi
• 52,360 points
686 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP