English [frem] American [frem]

n.???, ???, ??

vt. ??

3?? ??: ??? ??: ??? ?? ????: ??? ?? ??: ??? ?? ??: ???

HTML ??? ?? ???

??: ?????? ?? ?(???)? ?????.

??: ?????? ? ???? ???, ???, ?? ?? ?? ?? ??? ???? ??? ? ????.

??: ???? ??? ???? ???? ????? ?? ??? "Frameset DTD"? ???? ??? ?????. <frameset></frameset> ??? ?? <body></body> ??? ??? ? ????. ??? ???? ???? ?? ????? <noframes> ??? ???? ?? ???? <body></body> ?? ?? ??? ?????.

HTML ??? ?? ?

<html>

<frameset cols="25%,50%,25%">

  <frame src="http://miracleart.cn/example/html/frame_a.html">
  <frame src="http://miracleart.cn/example/html/frame_b.html">
  <frame src="http://miracleart.cn/example/html/frame_c.html">

</frameset>

</html>