Bạn chỉ có thay đổi mã của bạn ở một nơi nếu các API được cung cấp bởi những thay đổi tài nguyên từ xa. Nó cũng lưu trữ tất cả các dữ liệu liên quan đến tài nguyên trong một nơi duy nhất. Điều này bao gồm địa chỉ URL của tài nguyên, định dạng dữ liệu được sử dụng, và cấu trúc của các lệnh và phản ứng. | Learn HTML and CSS with w3schools Figure Jump to a Specified Section This example demonstrates two frames. The navigation frame to the left contains a list of links with the second frame as a target on the right. The second frame shows the linked document. The result is shown in Figure . Try it yourself html frameset cols 180 frame src frame src name showframe frameset html 134 Chapter 17 HTML Frames Link without Anchor Link with Anchor Chapter 1 This chapter explains ba bla bla Chapter 2 This chapter explains ba bla bla Chapter 3 This chapter explains ba bla bla Chapter 4 This chapter explains ba bla bla Chapter 5 v Figure One of the links in the navigation frame is linked to a specified section in the target file. The HTML code in the file looks like this a href target showframe Link without Anchor a br a href C10 target showframe Link with Anchor a . Frame Tags TAG DESCRIPTION frameset Defines a set of frames frame Defines a sub window a frame noframes Defines a noframe section for browsers that do not handle frames iframe Defines an inline sub window frame 135 CHAPTER 18 HTML FONTS In This Chapter font Tag font Attributes Controlling Fonts with Styles NOTE The font tag in HTML is deprecated. It is supposed to be removed in a future version of HTML. Even if a lot of people are using it you should try to avoid it and use styles instead. The tag is explained here to help you understand it if you see it used elsewhere on the Web. font Tag With HTML code like the following example you can specify both the size and the type of the browser output. You can see what the results look like in Figure . Try it yourself p font size 2 face Verdana This is a paragraph. font p p font size 3 face Times This is another paragraph. font p This is a paragraph. This is another paragraph. Figure .