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 Styles
HTML STYLES
HTML elements have default styles such as background color is white, text color
HTML Entities
(adsbygoogle = window.adsbygoogle || []).push({});
HTML Entities
If we try to display "
HTML ELEMENTS
HTML document consist of HTML elements .HTML ELEMENT is a combination of starting tag and end tag.
HTML CSS
HTML CSS
HTML Style CSS
CSS stands for Cascading style sheets. It is used for addin
HTML Computer Code Elements
HTML Computer Code Elements
HTML Computer Code Formatting
HTML uses variable
Headings and Paragraph
Headings
<!DOCTYPE html>
<html>
<head>
<title> HEADING .....&l
0 Comment "HTML LINKS"
Post a Comment