2013-03-19 10:37:08 +00:00
<!DOCTYPE html>
2013-03-25 12:55:35 +00:00
< html lang = "en" test1 = 'val1' test2 = "val='2'" test3 = 'val="3"' test4 = "val = 4" test5 = val5 test6 = val""6 >
2013-03-26 08:57:00 +00:00
< head words = "testing one two three" >
2013-03-19 10:37:08 +00:00
< meta charset = "utf-8" / >
2013-03-26 08:57:00 +00:00
< link rel = "stylesheet" href = "test.css" hreflang = "en" / >
< link rel = "alternate" title = "Feed" type = "application/atom+xml" href = "#" hreflang = "en-gb" / >
2013-03-19 10:37:08 +00:00
< / head >
2013-03-26 08:57:00 +00:00
< body words = "testing three four five" >
2013-03-19 10:37:08 +00:00
< h1 > Contents< / h1 >
< ol class = "chapters" >
< li > Preface< / li >
< li > Introduction< / li >
< li > Concepts< / li >
< li > Theory< / li >
< li > Hypotheses< / li >
< li > Experiments< / li >
< li > Conclusions< / li >
< li > References< / li >
< / ol >
< h1 > Acknowledgements< / h1 >
< p >
2013-04-02 09:15:04 +00:00
Surely,< br >
we could not have done this huge amount of work all by ourselves.< br / >
Therefore,< br >
we cannot thank enough the following persons< br / >
for their kind contributions:
2013-03-19 10:37:08 +00:00
<!--
Of course, the text in this paragraph only serve presentation purposes, i.e. it's not actually part of the machine-consumable structured data that this API is serving.
-->
< / p >
< ul class = "contacts" >
< li id = "/contacts/4711" >
2013-03-26 08:57:00 +00:00
< a href = "/contacts/4711" hreflang = "en-us" >
2013-03-19 10:37:08 +00:00
< span class = "firstname" > Jon< / span >
< span class = "lastname" > Moore< / span >
< / a >
< / li >
< li id = "/contacts/4712" >
2013-03-26 08:57:00 +00:00
< a href = "/contacts/4712" hreflang = "english" >
2013-03-19 10:37:08 +00:00
< span class = "firstname" > Homer< / span >
< span class = "lastname" > Simpson< / span >
< / a >
< / li >
< / ul >
2013-03-21 23:10:24 +00:00
< h1 > About me< / h1 >
< section itemscope itemtype = "http://schema.org/Person" >
Hello, my name is
< span itemprop = "name" > John Doe< / span > ,
I am a
< span itemprop = "jobTitle" > graduate research assistant< / span >
at the
< span itemprop = "affiliation" > University of Dreams< / span > .
My friends call me
< span itemprop = "additionalName" > Johnny< / span > .
You can visit my homepage at
< a href = "http://www.JohnnyD.com" itemprop = "url" > www.JohnnyD.com< / a > .
< section itemprop = "address" itemscope itemtype = "http://schema.org/PostalAddress" >
I live at
< span itemprop = "streetAddress" > 1234 Peach Drive< / span > ,
< span itemprop = "addressLocality" > Warner Robins< / span > ,
< span itemprop = "addressRegion" > Georgia< / span > .
< / section >
2013-03-21 13:03:17 +00:00
< / section >
2013-03-19 10:37:08 +00:00
< / body >
2017-04-09 06:15:06 +00:00
< / html >