Content deleted Content added
m →Example: <nowiki> Tag: nowiki added |
m Sections were not appropriate in these examples, as sections require headings (h1-6) as per spec |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 26:
<syntaxhighlight lang="html">
<
the University of Dreams.
My friends call me Johnny.
You can visit my homepage at <a href="http://www.example.com/~JohnnyD">www.example.com/~JohnnyD</a>.
I live at 1234 Peach Drive, Warner Robins, Georgia.</
</syntaxhighlight>
Line 36:
<syntaxhighlight lang="html">
<
Hello, my name is
<span itemprop="name">John Doe</span>,
Line 47:
You can visit my homepage at
<a href="http://www.example.com/~JohnnyD" itemprop="url">www.example.com/~JohnnyD</a>.
<
I live at
<span itemprop="streetAddress">1234 Peach Drive</span>,
<span itemprop="addressLocality">Warner Robins</span>,
<span itemprop="addressRegion">Georgia</span>.
</
</
</syntaxhighlight>
|