02Geek HTML5 and JavaScript, TypeScript, React, Flash, ActionScript online School

HTML links, iFrames & MetaData

In part 5 of our getting started with HTML we are going to learn how to create links and how to work with iFrames. By the end of this session you will know all you need to know about both topics to get rolling.

Duration:

28:53

Created with

Ben Fhala

Ben Fhala

Ben Fhala is the creative force and founder behind 02geek, a pioneering platform dedicated to making web development accessible to everyone. With over 18 years of experience in the industry, Ben has a deep passion for teaching and a knack for breaking down complex concepts into easy-to-understand lessons.

HTML links, iFrames & MetaData Overview

What you'll learn

In session 4 we learned about attributes and our first embedded content - the image. In this section we will continue exploring tags that have attributes starting with learning how to work with links in HTML from creating them to manipulating where should they open there new content. As links and iframes go many times hand in hand by the end of the course you will know all you need to know about the basics of working with iframes and links.

What will we learn in this session

What will we learn in this session? This session is all about iframes, links and meta tags. By the end of it you will know everything you need/want to know about them and more.

02:19

Creating an iframe

By the end of this video you will know how to embed other sites into your own site. iframes enable developers to integrate other html pages directly into html pages, how cool is that ?

02:21

Creating our first Link with the a Tag

It's about time we learn how to create links. By the end of this video you will know how to work with the a tag and settings its href property.

03:34

How to open an link in a new tab or window?

In this video we will learn all you need to know about opening up html links into new windows or tabs with the help of : target _blank.

01:08

Learning how tow work with HTML a tag target options

There are a few options we have when we create a link regarding where the target will open up: _blank, _self, _ parent, _top and even custom names - by the end of this video you will know all that you

09:53

Why is it important to set your rel type in html?

How do we tell search engines the value of a link. What if the link has no value to us and we don't want search engines taking our "juice" away - in this video we will learn all about that and more.

02:32

How and why you should set your meta data in html?

In this video we will learn all you need to know about the meta data and why you want to work with it.

07:06