Question:

HTML - How to create frames?

by  |  earlier

0 LIKES UnLike

Hi @ all

I'm learning html. I've found many tags that are useable but now I need to know how to create frames, 'cause with just normal tags a homepage would suck.

Can anyone help me?

Or isn't it even possible to create frames with just html?

 Tags:

   Report

3 ANSWERS


  1. I would agree do not use frames. It isn't good practice anymore. Div tags are the way to go now. You can easily style them with CSS. You can give an id or class to the div tag and then stylize it with the CSS like a background image.


  2. Do NOT use frames. These are now considered very bad practice as they make it difficult for anyone to see exactly where they are on the internet, and cause problems with links. Use <div>

  3. If your learning HTML you might as well learn CSS/XHTML as well; they all kind of go hand-and-hand.

    Learn the HTML for the basic structure and then use CSS to style/design your site beyond what HTML is capable of. And don't use HTML tables.

    Here's a great site for resources and tutorials.

    http://www.w3schools.com/

Question Stats

Latest activity: earlier.
This question has 3 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.