{"id":141018,"date":"2025-10-13T17:14:21","date_gmt":"2025-10-13T15:14:21","guid":{"rendered":"https:\/\/www.paolalenti.it\/?page_id=141018"},"modified":"2025-10-13T17:14:21","modified_gmt":"2025-10-13T15:14:21","slug":"test-tipografia","status":"publish","type":"page","link":"https:\/\/www.paolalenti.it\/it\/test-tipografia\/","title":{"rendered":"test tipografia"},"content":{"rendered":"<div class=\"page__body\">\n<div id=\"headers\">\n<h2>Headers<\/h2>\n<p>Headers are used to describe such elements as website name, slogan, section titles. HTML and XHTML specifications define 6 levels of headers, where h1 is the most important and h6 is the least important.<\/p>\n<h1>Header 1<\/h1>\n<h2>Header 2<\/h2>\n<h3>Header 3<\/h3>\n<h4>Header 4<\/h4>\n<h5>Header 5<\/h5>\n<h6>Header 6<\/h6>\n<\/div>\n<div id=\"links\">\n<h2>Links<\/h2>\n<p><a href=\"#\">Local link<\/a><\/p>\n<p><a class=\"visited\" href=\"http:\/\/www.oasis-open.org\/\">Visited link<\/a><\/p>\n<p><a class=\"external\" href=\"http:\/\/test.example.com\">External link<\/a><\/p>\n<p><a class=\"external\" href=\"https:\/\/test.example.com\">External link with encrypted connection<\/a><\/p>\n<p><a href=\"mailto:admin@example.com\">E-mail link<\/a><\/p>\n<\/div>\n<div id=\"block-elements\">\n<h2>Block elements<\/h2>\n<h3>Block quote<\/h3>\n<blockquote cite=\"http:\/\/en.wikipedia.org\/wiki\/Blockquote\"><p>The blockquote element is used to indicate the quotation of a bigger section of text from another source. Using the default HTML styling of most web browsers, it will indent the right and left margins both on the display and in printed form. <cite>Wikipedia, The Free Encyclopedia<\/cite><\/p><\/blockquote>\n<h3>Preformated text<\/h3>\n<pre>    ___                        _\r\n   \/   _ __ _   _ _ __   __ _| |   \/\/ This is preformated text\r\n  \/ \/ \/ '__| | | | '_  \/ _` | |\r\n \/ \/_\/\/| |  | |_| | |_) | (_| | |\r\n\/___,' |_|   __,_| .__\/ __,_|_|\r\n                  |_|\r\n<\/pre>\n<\/div>\n<div id=\"phrase-elements\">\n<h2>Phrase elements<\/h2>\n<h3>em<\/h3>\n<p>Element used to <em>put emphasis on certain information<\/em>. Most browsers display emphasized text in italics by default.<\/p>\n<p>Sample: <em>This is emphasized text<\/em>.<\/p>\n<h3>strong<\/h3>\n<p>This element stands for \u201cstronger emphasis\u201d and is used for marking more important text.<\/p>\n<p>Sample: <strong>This is text with stronger emphasis<\/strong><\/p>\n<h3>cite<\/h3>\n<p>According to <cite>W3C specification<\/cite>, we use <code>cite<\/code> element to define source of a quotation or reference.<\/p>\n<p>Sample: <cite>This is quotation source<\/cite><\/p>\n<h3>dfn<\/h3>\n<p>Element used to markup inline definition of a single term.<\/p>\n<p>Sample: <dfn>This is definition<\/dfn><\/p>\n<h3>code<\/h3>\n<p>This element informs the browser that it contains a computer code, such as XHTML markup.<\/p>\n<p>Sample: <code>document.write(\"Hello world\");<\/code><\/p>\n<h3>samp<\/h3>\n<p>Defines computer output data, for example we can use it to markup error messages<\/p>\n<p>Sample: <samp>Error: no such file or directory<\/samp><\/p>\n<h3>kbd<\/h3>\n<p>Means information that should be entered by the user.<\/p>\n<p>Sample: press <kbd>Alt + F4<\/kbd> to close this window. <kbd>ESC<\/kbd><\/p>\n<h3>var<\/h3>\n<p>Means variables used in computer programs or scripts.<\/p>\n<p>Sample: <var>counter<\/var><\/p>\n<h3>abbr<\/h3>\n<p>Abbreviation \/ a shortened form of a word or phrase<\/p>\n<p>Sample: <abbr title=\"doctor\">dr<\/abbr><\/p>\n<h3>acronym<\/h3>\n<p>Acronym \/ a word formed from the initial letters of other words<\/p>\n<p>Sample acronyms: <acronym title=\"eXtensible HyperText Markup Language\">XHTML<\/acronym><\/p>\n<h3>q<\/h3>\n<p>Inline quotation<\/p>\n<p>Sample: <q>This is sample quotation<\/q><\/p>\n<\/div>\n<div id=\"lists\">\n<h2>Lists<\/h2>\n<h3>Unordered List<\/h3>\n<ul>\n<li>Apple\n<ul>\n<li>Golden Delicious<\/li>\n<li>Granny Smith<\/li>\n<li>Idared<\/li>\n<li>McIntosh<\/li>\n<\/ul>\n<\/li>\n<li>Pear<\/li>\n<li>Banana<\/li>\n<li>Orange<\/li>\n<li>Carrot<\/li>\n<\/ul>\n<h3>Unordered List with Links<\/h3>\n<ul>\n<li><a href=\"http:\/\/www.example.com\">Apple<\/a>\n<ul>\n<li><a href=\"http:\/\/www.example.com\">Golden Delicious<\/a><\/li>\n<li><a href=\"http:\/\/www.example.com\">Granny Smith<\/a><\/li>\n<li><a href=\"http:\/\/www.example.com\">Idared<\/a><\/li>\n<li><a href=\"http:\/\/www.example.com\">McIntosh<\/a><\/li>\n<\/ul>\n<\/li>\n<li><a href=\"http:\/\/www.example.com\">Pear<\/a><\/li>\n<li><a href=\"http:\/\/www.example.com\">Banana<\/a><\/li>\n<li><a href=\"http:\/\/www.example.com\">Orange<\/a><\/li>\n<li><a href=\"http:\/\/www.example.com\">Carrot<\/a><\/li>\n<\/ul>\n<h3>Ordered List<\/h3>\n<ol>\n<li>First<\/li>\n<li>Second<\/li>\n<li>Third<\/li>\n<li>Fourth<\/li>\n<\/ol>\n<h3>Definition List<\/h3>\n<dl>\n<dt>Definition List Title<\/dt>\n<dd>This is a definition list division.<\/dd>\n<dt>Inkscape<\/dt>\n<dd>Open Source vector graphics editor<\/dd>\n<dt>SVG<\/dt>\n<dd>Scalable Vector Graphics<\/dd>\n<dd>W3C standard<\/dd>\n<dt>GIMP<\/dt>\n<dd>GNU Image Manipulation Program<\/dd>\n<dt>Drupal<\/dt>\n<dd>Content Management System<\/dd>\n<\/dl>\n<h3>Nested lists<\/h3>\n<ol>\n<li>one, two\n<ol>\n<li>buckle my shoe<\/li>\n<\/ol>\n<\/li>\n<li>three, four\n<ol>\n<li>knock at the door<\/li>\n<\/ol>\n<\/li>\n<li>Five, six\n<ol>\n<li>pick up sticks<\/li>\n<\/ol>\n<\/li>\n<li>Seven, eight, lay them straight\n<ol>\n<li>Nine, ten, a big fat hen<\/li>\n<li>Eleven, twelve, dig and delve<\/li>\n<li>Thirteen, fourteen, maids a\u2019courting<\/li>\n<li>Fifteen, sixteen, maids in the kitchen<\/li>\n<li>Seventeen, eighteen, maids a\u2019waiting<\/li>\n<li>Nineteen, twenty, my platter\u2019s empty\u2026<\/li>\n<\/ol>\n<\/li>\n<\/ol>\n<\/div>\n<div id=\"paragraphs\">\n<h2>Paragraphs<\/h2>\n<p>According to Wikipedia: a paragraph (from the Greek <a href=\"#\">paragraphos<\/a>, \u201cto write beside\u201d or \u201cwritten beside\u201d) is a self-contained unit of a discourse in writing dealing with a particular point or idea. The start of a paragraph is indicated by beginning on a new line. Sometimes the first line is indented; sometimes it is indented without beginning a new line.<\/p>\n<p>A paragraph typically consists of a unifying main point, thought, or idea accompanied by supporting details. The non-fiction paragraph usually begins with the general and moves towards the more specific so as to advance an argument or point of view. Each paragraph builds on what came before and lays the ground or run the length of multiple pages, and may consist of one or many sentences. When dialogue is being quoted in fiction, a new paragraph is used each time the person being quoted changed.<\/p>\n<p>In (X)HTML, the p element marks a block of text as a paragraph \u2013 the opening tag &lt;p&gt; marks the beginning of a paragraph, and the closing tag &lt;\/p&gt; marks the end of a paragraph. The end tag is optional for legacy HTML as the browser automatically starts another paragraph at the next &lt;p&gt; tag, or the nextblock element.<\/p>\n<\/div>\n<div id=\"tables\">\n<h2>Tables<\/h2>\n<table>\n<caption>Table title goes here<\/caption>\n<thead>\n<tr>\n<th>Mauris<\/th>\n<th>Tempor<\/th>\n<th>Praesent lacus nulla<\/th>\n<th>Quis<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr class=\"odd\">\n<td>Mauris<\/td>\n<td>23.000<\/td>\n<td>Suspendisse viverra<\/td>\n<td>Yes<\/td>\n<\/tr>\n<tr class=\"even\">\n<td>Trupis<\/td>\n<td>1.000<\/td>\n<td>Placerat tortor aesent semper<\/td>\n<td>No<\/td>\n<\/tr>\n<tr class=\"odd\">\n<td>Sagittis<\/td>\n<td>122.000<\/td>\n<td>Neque vel condimentum<\/td>\n<td>No<\/td>\n<\/tr>\n<tr class=\"even\">\n<td>Libero<\/td>\n<td>500<\/td>\n<td>Hendrerit, lectus elit pretium<\/td>\n<td>Yes<\/td>\n<\/tr>\n<tr class=\"odd\">\n<td>Tristique<\/td>\n<td>100.000<\/td>\n<td>Ligula nec consequat<\/td>\n<td>Yes<\/td>\n<\/tr>\n<tr class=\"even\">\n<td>Id Neque<\/td>\n<td>600.000<\/td>\n<td>Etiam sodales orci nec<\/td>\n<td>No<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<div id=\"others\">\n<h2>Other elements<\/h2>\n<h3>Subscript and superscript samples<\/h3>\n<p>H<sub>2<\/sub>O,<\/p>\n<p>E = mc<sup>2<\/sup>,<\/p>\n<p>The 14<sup>th<\/sup> of September<\/p>\n<h3>Insertion and deletion samples<\/h3>\n<p><ins title=\"Added new information according to suggestions\" datetime=\"2009-07-12T08:15:30+02:00\"><br \/>\nThis information was just added.<br \/>\n<\/ins><\/p>\n<p><del><br \/>\nWhile this information is no longer valid.<br \/>\n<\/del><\/p>\n<h3>Presentational elements<\/h3>\n<p><strong>Bold text<\/strong><\/p>\n<p><em>Italic text<\/em><\/p>\n<p><tt>Typewriter text<\/tt><\/p>\n<p><big>Big<\/big><\/p>\n<p><small>Small<\/small><\/p>\n<p>Horizontal rule:<\/p>\n<hr \/>\n<h3>UTF-8 test<\/h3>\n<p>\u00c4, \u00e4, \u00d6, \u00f6, \u00dc, \u00fc, \u00df<\/p>\n<p>\u0160 \u0164 \u017d \u013d \u010c \u011a \u010e \u0147 \u0158 \u016e \u0139<\/p>\n<p>\u0425\u0426\u0427\u0428\u0429\u042c\u042b\u042a\u042d\u042e\u042f<\/p>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Headers Headers are used to describe such elements as website name, slogan, section titles. HTML and XHTML specifications define 6 levels of headers, where h1 is the most important and h6 is the least important. Header 1 Header 2 Header 3 Header 4 Header 5 Header 6 Links Local link Visited link External link External [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"class_list":["post-141018","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>test tipografia - Paola Lenti<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.paolalenti.it\/it\/test-tipografia\/\" \/>\n<meta property=\"og:locale\" content=\"it_IT\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"test tipografia - Paola Lenti\" \/>\n<meta property=\"og:description\" content=\"Headers Headers are used to describe such elements as website name, slogan, section titles. HTML and XHTML specifications define 6 levels of headers, where h1 is the most important and h6 is the least important. Header 1 Header 2 Header 3 Header 4 Header 5 Header 6 Links Local link Visited link External link External [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.paolalenti.it\/it\/test-tipografia\/\" \/>\n<meta property=\"og:site_name\" content=\"Paola Lenti\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/paolalentiofficial\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Tempo di lettura stimato\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minuti\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.paolalenti.it\\\/it\\\/test-tipografia\\\/\",\"url\":\"https:\\\/\\\/www.paolalenti.it\\\/it\\\/test-tipografia\\\/\",\"name\":\"test tipografia - Paola Lenti\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.paolalenti.it\\\/it\\\/#website\"},\"datePublished\":\"2025-10-13T15:14:21+00:00\",\"inLanguage\":\"it-IT\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.paolalenti.it\\\/it\\\/test-tipografia\\\/\"]}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.paolalenti.it\\\/it\\\/#website\",\"url\":\"https:\\\/\\\/www.paolalenti.it\\\/it\\\/\",\"name\":\"Paola Lenti\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.paolalenti.it\\\/it\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.paolalenti.it\\\/it\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"it-IT\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.paolalenti.it\\\/it\\\/#organization\",\"name\":\"Paola Lenti\",\"url\":\"https:\\\/\\\/www.paolalenti.it\\\/it\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"it-IT\",\"@id\":\"https:\\\/\\\/www.paolalenti.it\\\/it\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.paolalenti.it\\\/wp-content\\\/uploads\\\/2024\\\/03\\\/logo.svg\",\"contentUrl\":\"https:\\\/\\\/www.paolalenti.it\\\/wp-content\\\/uploads\\\/2024\\\/03\\\/logo.svg\",\"width\":1,\"height\":1,\"caption\":\"Paola Lenti\"},\"image\":{\"@id\":\"https:\\\/\\\/www.paolalenti.it\\\/it\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/paolalentiofficial\",\"https:\\\/\\\/www.instagram.com\\\/paola_lenti_official\\\/\",\"https:\\\/\\\/www.pinterest.it\\\/paolalenti_official\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/paola-lenti-srl\\\/\",\"https:\\\/\\\/vimeo.com\\\/user99673143\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"test tipografia - Paola Lenti","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.paolalenti.it\/it\/test-tipografia\/","og_locale":"it_IT","og_type":"article","og_title":"test tipografia - Paola Lenti","og_description":"Headers Headers are used to describe such elements as website name, slogan, section titles. HTML and XHTML specifications define 6 levels of headers, where h1 is the most important and h6 is the least important. Header 1 Header 2 Header 3 Header 4 Header 5 Header 6 Links Local link Visited link External link External [&hellip;]","og_url":"https:\/\/www.paolalenti.it\/it\/test-tipografia\/","og_site_name":"Paola Lenti","article_publisher":"https:\/\/www.facebook.com\/paolalentiofficial","twitter_card":"summary_large_image","twitter_misc":{"Tempo di lettura stimato":"4 minuti"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.paolalenti.it\/it\/test-tipografia\/","url":"https:\/\/www.paolalenti.it\/it\/test-tipografia\/","name":"test tipografia - Paola Lenti","isPartOf":{"@id":"https:\/\/www.paolalenti.it\/it\/#website"},"datePublished":"2025-10-13T15:14:21+00:00","inLanguage":"it-IT","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.paolalenti.it\/it\/test-tipografia\/"]}]},{"@type":"WebSite","@id":"https:\/\/www.paolalenti.it\/it\/#website","url":"https:\/\/www.paolalenti.it\/it\/","name":"Paola Lenti","description":"","publisher":{"@id":"https:\/\/www.paolalenti.it\/it\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.paolalenti.it\/it\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"it-IT"},{"@type":"Organization","@id":"https:\/\/www.paolalenti.it\/it\/#organization","name":"Paola Lenti","url":"https:\/\/www.paolalenti.it\/it\/","logo":{"@type":"ImageObject","inLanguage":"it-IT","@id":"https:\/\/www.paolalenti.it\/it\/#\/schema\/logo\/image\/","url":"https:\/\/www.paolalenti.it\/wp-content\/uploads\/2024\/03\/logo.svg","contentUrl":"https:\/\/www.paolalenti.it\/wp-content\/uploads\/2024\/03\/logo.svg","width":1,"height":1,"caption":"Paola Lenti"},"image":{"@id":"https:\/\/www.paolalenti.it\/it\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/paolalentiofficial","https:\/\/www.instagram.com\/paola_lenti_official\/","https:\/\/www.pinterest.it\/paolalenti_official\/","https:\/\/www.linkedin.com\/company\/paola-lenti-srl\/","https:\/\/vimeo.com\/user99673143"]}]}},"_links":{"self":[{"href":"https:\/\/www.paolalenti.it\/it\/wp-json\/wp\/v2\/pages\/141018","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.paolalenti.it\/it\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.paolalenti.it\/it\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.paolalenti.it\/it\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.paolalenti.it\/it\/wp-json\/wp\/v2\/comments?post=141018"}],"version-history":[{"count":0,"href":"https:\/\/www.paolalenti.it\/it\/wp-json\/wp\/v2\/pages\/141018\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.paolalenti.it\/it\/wp-json\/wp\/v2\/media?parent=141018"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}