2023-12-01 11:27:16 -06:00
<!DOCTYPE html> < html > < head > < meta http-equiv = "Content-Type" content = "text/html; charset=utf-8" > < title > A title< / title > < style >
2024-05-31 07:34:01 -05:00
* {
font-family: Georgia, Cambria, "Times New Roman", Times, serif;
}
html, body {
margin: 0;
padding: 0;
}
h1 {
font-size: 50px;
margin-bottom: 17px;
color: #333;
}
h2 {
font-size: 24px;
line-height: 1.6;
margin: 30px 0 0 0;
margin-bottom: 18px;
margin-top: 33px;
color: #333;
}
h3 {
font-size: 30px;
margin: 10px 0 20px 0;
color: #333;
}
header {
width: 640px;
margin: auto;
}
section {
width: 640px;
margin: auto;
}
section p {
margin-bottom: 27px;
font-size: 20px;
line-height: 1.6;
color: #333;
}
section img {
max-width: 640px;
}
footer {
padding: 0 20px;
margin: 50px 0;
text-align: center;
font-size: 12px;
}
.aspectRatioPlaceholder {
max-width: auto !important;
max-height: auto !important;
}
.aspectRatioPlaceholder-fill {
padding-bottom: 0 !important;
}
header,
section[data-field=subtitle],
section[data-field=description] {
display: none;
}
< / style > < / head > < body > < article class = "h-entry" >
< header >
< h1 class = "p-name" > A name (like title)< / h1 >
< / header >
< section data-field = "subtitle" class = "p-summary" >
2023-12-01 11:27:16 -06:00
Summary (first several words of content)
2024-05-31 07:34:01 -05:00
< / section >
< section data-field = "body" class = "e-content" >
< section name = "ad15" class = "section section--body section--first" > < div class = "section-divider" > < hr class = "section-divider" > < / div > < div class = "section-content" > < div class = "section-inner sectionLayout--insetColumn" > < h3 name = "20a3" id = "20a3" class = "graf graf--h3 graf--leading graf--title" > Title header< / h3 > < p name = "e3d6" id = "e3d6" class = "graf graf--p graf-after--h3" > A paragraph of content.< / p > < p name = "c7a8" id = "c7a8" class = "graf graf--p graf-after--p" > Paragraph number two.< / p > < p name = "42aa" id = "42aa" class = "graf graf--p graf-after--p" > A list:< / p > < ol class = "postList" > < li name = "d65f" id = "d65f" class = "graf graf--li graf-after--p" > One.< / li > < li name = "232b" id = "232b" class = "graf graf--li graf-after--li" > Two.< / li > < li name = "ef87" id = "ef87" class = "graf graf--li graf-after--li" > Three.< / li > < / ol > < p name = "e743" id = "e743" class = "graf graf--p graf-after--p" > A link: < a href = "https://example.com/example" data-href = "https://example.com/example" class = "markup--anchor markup--p-anchor" target = "_blank" > link text< / a > .< / p > < h3 name = "4cfd" id = "4cfd" class = "graf graf--h3 graf-after--p" > Header 2< / h3 > < p name = "433c" id = "433c" class = "graf graf--p graf-after--p" > A block quote:< / p > < blockquote name = "3537" id = "3537" class = "graf graf--blockquote graf-after--p" > quote words < strong class = "markup--strong markup--blockquote-strong" > strong words< / strong > < / blockquote > < p name = "00cc" id = "00cc" class = "graf graf--p graf-after--blockquote" > after blockquote< / p > < figure name = "edb0" id = "edb0" class = "graf graf--figure graf-after--p" > < img class = "graf-image" data-image-id = "image1.png" data-width = "739" data-height = "282" src = "https://cdn-images-1.medium.com/max/800/image1.png" > < figcaption class = "imageCaption" > A figure caption.< / figcaption > < / figure > < p name = "f401" id = "f401" class = "graf graf--p graf-after--p graf--trailing" > A final note: < a href = "http://stats.stackexchange.com/" data-href = "http://stats.stackexchange.com/" class = "markup--anchor markup--p-anchor" rel = "noopener" target = "_blank" > Cross-Validated< / a > has sometimes been helpful.< / p > < / div > < / div > < / section > < section name = "09a3" class = "section section--body section--last" > < div class = "section-divider" > < hr class = "section-divider" > < / div > < div class = "section-content" > < div class = "section-inner sectionLayout--insetColumn" > < p name = "81e8" id = "81e8" class = "graf graf--p graf--leading" > < em class = "markup--em markup--p-em" > Next: < / em > < a href = "https://medium.com/@username/post-url" data-href = "https://medium.com/@username/post-url" class = "markup--anchor markup--p-anchor" target = "_blank" > < em class = "markup--em markup--p-em" > Next post< / em >
< / section >
< footer > < p > By < a href = "https://medium.com/@username" class = "p-author h-card" > User Name< / a > on < a href = "https://medium.com/p/medium-short-url" > < time class = "dt-published" datetime = "2017-04-21T17:11:55.799Z" > April 21, 2017< / time > < / a > .< / p > < p > < a href = "https://medium.com/@username/this-post-url" class = "p-canonical" > Canonical link< / a > < / p > < p > Exported from < a href = "https://medium.com" > Medium< / a > on December 1, 2023.< / p > < / footer > < / article > < / body > < / html >