HTML Tutorial in PDF








Sample of the pdf document :

HTML Basic Requirements:

<html>
<head>
<title>Used for web page title</title>
</head>
<body>
All visible content inside
</body>
</html>

HTML Headings:

<h1>Largest Text (Use only once)</h1>
<h2> ---- </h2>
<h3> ---- </h3>
<h4> ---- </h4>
<h5> ---- </h5>
<h6>Smallest Text</h6>

HTML Paragraphs, Line Breaks & Horizontal Line:
<p>Used for paragraphs</p>
<br /> [Line Break - Can be used multiple times]
<hr /> [Horizontal line]

HTML Attributes & Formatting:
Style Attribute
<h1 style="font-size:20px; color:#ff0000">Text colour and size</h1>
<p style="background-color:#ffffcc">
Colourful Paragraph </p>


Text Formatting:

<b> Bold Text </b>
<i> Italic style </i>
<sub>subscripted text</sub>
<sup>superscripted text</sup>.......

-----------------------------------------------------

       Click here for  Download PDF / FREE


0 commentaires: