Basic html Tags:
Html tag | Use of tag |
<html> | To define the start and end of The html code |
<body> | Defines the start and end of the body(the visible bit) |
IFrames: IFrames are used for displaying a website within a website. eg:
Do it by typing this:
<iframe height="200" src="http://www.youtube.com/" width="200"></iframe>There is an online html code editor here