Category: 04. Links
-
Blocks
HTML blocks plays a very crucial role in creating a logical and semantic layout of a web page. They help to organize the content into meaningful sections and make it easier for browsers, search engines, and site visitors to understand the structure and meaning of different parts of the web page. In HTML, the blocks are…
-
Iframes
An iframe is an inline frame that allows us to embed another document within the current HTML document. In HTML, the inline frame is defined with the <iframe> tag. This tag creates a rectangular region at specified place within the HTML document in which the browser can display an external document such as a map or another web page.…
-
Email Links
HTML email links allows us to send an email to a specific address by clicking on a hyperlink. It is not difficult to put an HTML email link on our webpage but it can cause unnecessary spamming problem for the email account. There are people, who can run programs to harvest these types of emails and…
-
Image Links
Similar to text, images can also be used as links in HTML which means by clicking these images, we can navigate to another web pages or resources. Image links are very useful in creating websites like photo galleries, portfolio, online stores and so on. In this tutorial, we will learn how to use images to…
-
Text Links
A webpage can contain various links that take us directly to other web pages or resources and even specific parts of a given page. These links are known as hyperlinks. Hyperlinks allow visitors to navigate between Web sites by clicking on words, phrases, and images. Thus you can create hyperlinks using text or images available on…