Jump to content
  • 0

Несколько HTML страниц на одной HTML странице


Nightingale81
 Share

Question

Здравствуйте!

Как сделать так, что бы на странице "index" находилось несколько других страниц, расположенных в определённых местах.

В html 4 это выглядело как то так:

<html>
 <head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  <title>Тег FRAMESET</title>
 </head>

 <frameset rows="7%,70%, 15%", frameborder="yes", frameborder = "1">
    <frame src="top.html">
    <frameset cols="20%,80%">
   frameborder="no"
     <frame src="Menu.html" name="leftFrame"  scrolling="yes" noresize>
     <frame src="Main.html" name="main">
   </frameset>
   <frame src="footer.html">
   </frameset>
</html>

 

А как это написать в html5 ?

(frameset в html5 не используется)..

 

Edited by klierik
Link to comment
Share on other sites

1 answer to this question

Recommended Posts

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy