Minggu, 14 Oktober 2012

A11.2010.05448 dan A11.2010.05464


MARK(TAG)

        Tag <mark> HTML digunakan untuk menunjukkan teks yang ditandai atau disorot untuk tujuan referensi, karena relevansinya dalam konteks lain.Penting untuk memahami tujuan yang dimaksudkan dari tag ini. Sesuai dengan spesifikasi HTML 5:
     Ketika digunakan dalam kutipan atau blok lain dari teks disebut dari prosa, ini menunjukkan sorot yang awalnya tidak hadir tapi yang telah ditambahkan untuk membawa perhatian pembaca ke bagian teks yang mungkin belum dianggap penting oleh penulis asli ketika blok awalnya ditulis, tapi yang sekarang di bawah pengawasan yang sebelumnya tak terduga. Ketika digunakan dalam prosa utama dokumen, itu menunjukkan bagian dari dokumen yang telah disorot karena relevansinya kemungkinan untuk aktivitas saat pengguna.

Tag <mark> diperkenalkan di HTML 5.

        Contoh penggunaan yang biasa dan kompleks:

1)      <p>Despite the stockmarket crash in 2008, the value of my share portfolio <mark style="background-color:yellow;">increased by 100 percent</mark>. I must be doing something right.</p>
           <p>I should point out that the value only increased because I kept pumping more  money in!</p>

hasilnya:
Despite the stockmarket crash in 2008, the value of my share portfolio increased by 100 percent. I must be doing something right.I should point out that the value only increased because I kept pumping more money in!
               2) <h1>716,000,000 search results for the query "<mark>HTML 5</mark>"</h1>

<section id="search-results">

  <article>

    <h2><a href="http://en.wikipedia.org/wiki/HTML_5"><mark>HTML 5</mark> - Wikipedia, the free encyclopedia</a></h2>

    <p><mark>HTML 5</mark> is the next major revision of <mark>HTML</mark>
("hypertext markup language"), the core markup language of the World Wide Web. The WHATWG started work on the ... 
<a href="http://en.wikipedia.org/wiki/HTML_5">Read more</a></p>

  </article>

  <article>

    <h2><a href="http://dev.w3.org/html5/spec/Overview.html"><mark>HTML 5</mark></a></h2>

    <p>A vocabulary and associated APIs for <mark>HTML</mark> and XHTML. Editor's Draft 16 August 2009.
 Latest Published Version: http://www.w3.org/TR/<mark>html5</mark>/; Latest Editor's ... 
<a href="http://dev.w3.org/html5/spec/Overview.html">Read more</a></p>

  </article>

  <article>

    <h2><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/"><mark>HTML 5</mark></a></h2>

    <p>Multiple-page version: http://whatwg.org/<mark>html5</mark>; One-page version: 
http://www.whatwg.org/specs/web-apps/current-work/; PDF print versions: ...
 <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/">Read more</a></p>

  </article>

  <article>

    <h2><a href="http://html5gallery.com/"><mark>HTML5</mark> Gallery | A showcase of sites using 
<mark>HTML 5</mark> markup</a></h2>

    <p>A showcase of sites using <mark>html5</mark> markup, with twin primary aims to help web designers
 and developers of how to implement <mark>html5</mark> into their sites now, ... 
<a href="http://html5gallery.com/">Read more</a></p>

  </article>

</section>

<nav>

  <ol>

    <li>1</li>

    <li><a href="#">2</a></li>

    <li><a href="#">3</a></li>

    <li><a href="#">4</a></li>

    <li><a href="#">5</a></li>

    <li>...</li>

  </ol>

</nav>
 


HASILNYA:
716,000,000 search results for the query "HTML 5"
HTML 5 is the next major revision of HTML ("hypertext markup language"), the core markup language of the World Wide Web. The WHATWG started work on the ... Read more
A vocabulary and associated APIs for HTML and XHTML. Editor's Draft 16 August 2009. Latest Published Version: http://www.w3.org/TR/html5/; Latest Editor's ... Read more
Multiple-page version: http://whatwg.org/html5; One-page version: http://www.whatwg.org/specs/web-apps/current-work/; PDF print versions: ... Read more
HTML5 Gallery | A showcase of sites using HTML 5 markupA showcase of sites using html5 markup, with twin primary aims to help web designers and developers of how to implement html5 into their sites now, ... Read more

1.  1
2.  2
3.  3
4.  4
5.  5
6.  6


BROWSER YANG MENDUKUNG MARK :

  •      Android 3+
  •      Chrome 10+
  •      Firefox 6+
  •      Internet Explorer 9+
  •      iOS 5+ (iPhone and iPod)
  •      Opera 11+
  •      Safari 5+
.


Tidak ada komentar:

Posting Komentar