BISMILLAH

بِــــــسْمِ اللهِ الرَّحْمَنِ الرَّحِيـــمِ

SELAMAT DATANG

SELAMAT DATANG DI BLOG ZARMI SUKSES - TERIMAKASIH ATAS KUNJUNGAN ANDA

MENU

Kamis, 29 September 2016

EBOOK HTML


http://ebookzarmi.blogspot.co.id/2016/09/ebookhtml.html

Klik selanjutnya


<!DOCTYPE html>
<html>
<body>
<h1>About W3Schools</h1>
<p title="About W3Schools">
MySchools is a web developer's site.
It provides tutorials and references covering
many aspects of web programming,
including HTML, CSS, JavaScript, XML, SQL, PHP, ASP, etc.
</p>
<p><b>
If you move the mouse over the paragraph above,
the title will display as a tooltip.
</b></p>
</body>
</html>

<a href="http://www.MySchools.com">This is a link</a> atribut

<img src=" jpg" width="104" height="142"> foto

<a href=http://www.MySchools.com">This is a link</a>  Link

<html>
<body>

<h1>About MySchools</h1>

<p title=About W3Schools>
You cannot omit quotes around an attribute value
if the value contains spaces.
</p>

<p><b>
If you move the mouse over the paragraph above,
your browser will only display the first word from the title.
</b></p>

</body>
</html>




HTML Headings

<html>
<body>
<h1>This is heading 1</h1>
<h2>This is heading 2</h2>
<h3>This is heading 3</h3>
<h4>This is heading 4</h4>
<h5>This is heading 5</h5>
<h6>This is heading 6</h6>
</body>
</html>


HTML Paragraphs


HTML Styles


HTML Text Formatting


HTML Quotations and Citations


HTML Computercode Elements


HTML Comments


HTML CSS


HTML Links


HTML Images


HTML Tables


HTML Lists


HTML Block and inline elements


HTML Classes


HTML Layout


HTML IFrame


HTML head Elements


HTML Scripts


HTML Forms


HTML Form Elements


HTML Input Types


HTML Input Attributes


HTML5 Canvas


HTML5 SVG


HTML5 Media


HTML5 Geolocation


HTML5 Local Storage


More HTML5 Examples

Sumber :

Tidak ada komentar:

Posting Komentar