HTML LINKS
HTML links allow users to click and it redirects the users from one web page to another.
LInks are found in HTML Pages.HTML link is a hyperlink.A hyperlink is an element ,it may be a text or image.When we click on the links it directs to another document.In HTML links are defind with <a > tag.
<a href="url"> LINK </a >
"a" stands for anchor tag.
"href" represent hypertext referance.
"url" full address of the link.
Image as Link
we can use image as a link.When we click on the image it redirects to another document.
<a href="url"> <img src="image" > </a >
<!.............gooogle adds.....................................................>
<!.....google ads..........>
HTML COLOR
(adsbygoogle = window.adsbygoogle || []).push({});
HTML Color Names
HTML
HTML TABLES
HTML Comments
HTML Comments
To insert comment in HTML
<!-- This is a comment -->
C
HTML Entities
(adsbygoogle = window.adsbygoogle || []).push({});
HTML Entities
If we try to display "
HTML CSS
HTML CSS
HTML Style CSS
CSS stands for Cascading style sheets. It is used for addin
HTML Block Elements and Inline Elements
(adsbygoogle = window.adsbygoogle || []).push({});
HTML Block Elements and Inline Element
0 Comment "HTML LINKS"
Post a Comment