answersLogoWhite

0

How do you create frames using HTML?

User Avatar

Anonymous

11y ago
Updated: 8/21/2019
IntroUsing the tag can be optional at this point since you are creating frames. If you wanted to create frames for the whole page, then it's advisable to prevent using the tag. But if you want to add a frame on a specific portion of the webpage only, it is then, advisable to use the tag. What you needâ–º Notepad or other Text Editor that supports HTML

â–º Browser such as Google Chrome, Mozilla Firefox, Opera Mini, internet Explorer

Steps
  1. First, you should open the HTML with the tag. Then the tag and </span> tag.</li><li>As I said earlier, you may or you may not use the <span><body></span> tag depending on the appearance you wanted your website to look. Take note of these:</li><li>Frames act like <span><table></span> tags. You should have the main tag <span><table></span> before you can add columns, rows, and data to the website. You can re-size the height of frame, it's width, borders, and other elements. You could add <span><span>src</span> (source)</span> to a frame so it will display a different webpage.</li><li>Now, type <span><frameset rows="29%,*" cols="*" bordercolor="#666666"></span>. The <span>"frameset"</span> tag tells the browser that the tag is for the frames tag. The rows and cols tag tells the browser how many percent of the page will be used. The <span>asterisk (*)</span> tells the browser that the rest of the available space should be assigned this area. The <span>"bordercolor"</span> tag is for the color of the frame or border of that frame set.</li><li>Below the <span><frameset></span> tag is a sub-tag used for entering frames. Type: <span><frame src="Topframe.htm" name="TOP" bordercolor="#666666" /></span>. This will allow you to add a webpage on the top of the page with a border color of grey (hex code is #666666).</li><li>Then, close the <span><frameset></span> tag and all other tags.</li></ol><span>Conclusion</span>Here is a small conclusion about the <span><frameset></span> topic. <p>=====================================</p><p><!DOCTYPE html></p><p><html></p><p><head></p><p><title>Simple Frames

    =====================================

User Avatar

Wiki User

11y ago

What else can I help you with?

Related Questions

Which HTML document type definiton is designed for webpages that use frames?

In HTML 4.01 and XHTML 1.0, the framest document type definition (DTD) was available to create pages using frames.In HTML 5, frames have been deprecated, because the W3C determined that they created a detriment to accessibility and usability.


Create frame in HTML?

Go To http://www.htmlcodetutorial.com and look for the FRAMES TUTORIAL. It will help you.


What tags are used to embed one HTML page inside another HTML page without using frames?

&lt;object type="text/html" data="http://www.example.com" style="width:80%; height:300px; margin:1%;"&gt; embedded html without frames&lt;/object&gt;


How do you create our own page by using HTML page structure?

You can create your HTML page easily by using tags. Tags are the elements by writing them, you can create your views.


How do you create homepage or web page from event in table format using HTML?

Homepage can be created using HTML or various other languages. &lt;table&gt; can be used to create tabular format in HTML.


What type of pages are created with the help of HTML?

You can create any type of pages using HTML because html is a language used to create web pages for display in browser. And you can also create a static page by using HTML.


Using only Html you can create?

Web pages.


How do you use hyperlinks in frames in a HTML document?

You can use hyperlinks in frames too in an HTML document. You can place the anchor tag out side of a frame.


How to create thumbnail images using HTML and css?

Thumbnail images can be made using HTML and CSS. HTML will import the image and CSS would give the thumbnail style.


What does it mean to have experience using HTML?

HTML is HyperText Markup Language. It is a language used to create web pages. If you have used it a lot and know how to use it properly you can create very good web pages. You would then have experience using HTML.


Can you create a database with only a form?

Yes , you can create a database using a form . But you have to do two things First make a form in html or jsp whatever you like. Then Connect the form to database using java database connectivity.Yes, we can create database with a form. First create a form using html or jsp then we can connect it to database using JDBC.


What types of programs can you open using HTML?

You can create only web pages with HTML. No desktop app can be created with it.