html text link (link text example program)

HTML LINK
how to add link text tag <a href=" add link and close tag > add link  text close tag save the program run 
HTML LINL TAG 

<a href="https://www.google.com/">google wapsit link</a>

HTML LINK TEXT EXAMPLE PROGRAM
<html>
<head>
<title>coder</title>
</head>
<body>
<a href="https://www.google.com/">google website link</a>
</body>
</html>
OUTPUT


Previous
Next Post »

Search This Blog