reading view on the Web

1

How can I activate the reading mode on my website Is it a configuration or a goal?

To display this icon in the search bar of browsers

    
asked by wootsbot 15.03.2017 в 08:51
source

1 answer

1

You need to use at least one <p> tag around some text and 516 characters in 7 words

<body>
  <p>
    123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789
    123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789
    123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789
    123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789
    123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789
    123456789 123456
  </p>
</body>

Information taken from this thread

    
answered by 15.03.2017 / 10:26
source