Start Declare Open Add Open Create Create Create Create Create Create Close End
Start Declare Open Add Open Create Create Create Create Create Create Close End
ALGORITHM:
Start the program.
Declare the HTML document <!DOCTYPE html>.
Open the <html> tag with an attribute lang="en".
Add the document's metadata within the <head> tag:
Open the <body> tag to start the content.
Create the main heading <h1> with the text "Hyperlink Example".
Create a section for basic hyperlink:
Create a section for hyperlink with target attribute
Create a section for hyperlink to an email address:
Create a section for hyperlink to a section within the same page:
Create Section 1 for the hyperlink reference:
1. Close all the tag.
End of the program.
PROGRAM :
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hyperlink Example</title>
</head>
<body>
<h1>Hyperlink Example</h1>