Thursday, September 24, 2015

HTML5 Tutorial For Beginners 7 # HTML Link tag

12:58 PM









<!DOCTYPE HTML>
<html>
<head>
<title>My HTML</title>
<meta name="description" content="HTML5 Tutorial For Beginners . Basic Structure of HTML Page.">
<meta name="keywords" content="HTML, Htmal5, Tutorials, CSS, XML, XHTML, JavaScript">
<meta name="auther" content="Auther name">
<meta name="robot" content="index,follow">

</head>
<body>
<a href="url or file name">Text description of Href</a>
<a href="http://easyonlineconverter.com/">Easy Online Converter</a>

<p><a href="#T4">Jump to Chapter 4</a></p>

<h2>Topic 1</h2>
<p>Topic 1 text </p>

<h2>Topic 2</h2>
<p>Topic 2 text </p>

<h2>Topic 3</h2>
<p>Topic 3 text </p>

<h2>Topic 4</h2>
<p>Topic 4 text </p>


<h2 >Topic 5</h2>
<p>Topic 5 text </p>


<h2 >Topic 6</h2>
<p>Topic 6 text </p>
</body>
</html>


OUTPUT


Text description of HrefEasy Online Converter
Jump to Chapter 4

Topic 1

Topic 1 text

Topic 2

Topic 2 text

Topic 3

Topic 3 text

Topic 4

Topic 4 text

Topic 5

Topic 5 text

Topic 6

Topic 6 text













HTML Links

Searches related to html5 link

html5 link to another page

html5 link button

Searches related to html link

html relative link

html image link

html link new tab

html link button

cakephp html link

html link no underline

email html link

html link javascript

html5 link stylesheet

html5 link href attribute

html5 link style

html5 link head

html5 link code

html5 href

Written by

We are one of the initiators of the development of information technology in understanding the need for a solution that is familiar and close to us.

0 comments:

Post a Comment

 

© 2013 Klick Dev. All rights resevered.

Back To Top