Iframe tag is very important tag of the webpage which is used to embed the another page into a page. Iframe defines or creates the inline frame. Iframe means emedding a webpage into another document or page. <iframe> tag is too easy to implement. The syntax of iframe tag is here. <iframe s...
div and span HTML Group Elements: Basic HTML
Basically, there are 2 html group tags in HTML elements. They are <div> and <span>. Div tag creates a section in a document with block level and as same the span tag creates section in html document in inline. HTML Block Tags/ Elements:- Block Elements are those that occupied all the...
Latest All Network Database Working 100% - By FOCSofts
Database, Jazz Database, Latest Database, Network Database, Telenor Database, Ufone Database, Warid Database, Zong Database Hi Friends [Assalam O Alikum] Today I'm Share All Networks Database (Jazz, Telenor, UFone, Zong, Warid) Only For Pakistani Friends, Because IT Is Working Only ...
List of HTML Tags: Basic HTML
Generally we all know that there is 2 parts in HTML. The one is head part and another is body part. The content what we write in the body is only displayed but the head part is not for showing the text or file, it is only for writing css, javascript or jequery etc. to manipulate or change the struc...
Basic HTML Form Components
HTML form elements are used to insert the form in the document. It is a method that allow author to collect information of users or visitors. The visitors only should fill up the form and then send by simply clicking submit button. syntax: <form></form> Attributes of form tag ar...
HTML Table Tag With Properties
Table tag <table> is very famous tag. Before the division <div> tag, it was mostly used in most of the webpages. Table tag is that tag which enclose entire table and displays rows and column in browser. Table tag is defined as both the column and rows. The following example shows you ho...