HTML Lecture - 2
·
In html 5 the starts of the document must be declare. And
the declaration is <doctype html>
·
The HTML document itself start with the <html> and ends with </html>
·
The visible part of the document is in <body> and </body>
Paragraph Tag
The HTML paragraph starts with the tag <p> and ends with the </p>
For eXample :
<body>
<p> This
is the paragraph </p>
<p> This
is another paragraph </p>
</body>
HTML links
·
Html links are spacified by tag <a>
·
Links destination is defines the the href attribute.
·
Attribute : Attribute are used to define additional information
about html elements
For eXample :
<body>
<a
href=”https://www.google.com.pk” > </a>
</body>
Href = H reference
HTML Images
·
HTML images are defines with img tag
·
The file sourse and size (height and width) are define
as a attributes.
For eXample :
<img src=”File Path or File link” >
We don’t need to eng img tag with / slash.
Coding Result
So today lecture is over we’ll meet again in next
toturial .
Thankyou.
Regard : Rana Sarmad
ALLAH HAFIZ...
No comments:
Post a Comment