{"id":683,"date":"2021-04-21T05:36:48","date_gmt":"2021-04-21T05:36:48","guid":{"rendered":"https:\/\/bcisnotes.com\/fourthsemester\/?p=683"},"modified":"2021-04-21T05:36:48","modified_gmt":"2021-04-21T05:36:48","slug":"other-html-tags-review-of-html-tags-bcis-notes","status":"publish","type":"post","link":"https:\/\/bcisnotes.com\/fourthsemester\/other-html-tags-review-of-html-tags-bcis-notes\/","title":{"rendered":"Other HTML Tags || Review of HTML Tags || BCIS Notes"},"content":{"rendered":"<div class=\"page\" title=\"Page 14\">\n<div class=\"layoutArea\">\n<div class=\"column\">\n<h1 style=\"text-align: center;\">Other HTML Tags<\/h1>\n<h2>Table HTML Tags<\/h2>\n<p>HTML tags for creating tables were originally developed for presenting rows and columns of tabular data, however, designers quickly co-opted them as a valuable tool for controlling the layout of web pages. Tables allow you to create columns of text, hold white space between elements, and constrict the dimensions of the page\u2019s content in ways other HTML formatting tags won\u2019t.<\/p>\n<p><strong>&lt;caption&gt;&#8230;&lt;\/caption&gt;<\/strong><br \/>\nProvides a brief summary of the table\u2019s contents or purpose. According to the W3C HTML 4.0 Specification, if used, the caption must immediately follow the &lt;table&gt; tag and precede all other tags. The width of the caption is determined by the width of the table. The caption\u2019s position as is played in the browser can be controlled with the align attribute (or align in MSIE).<\/p>\n<p><strong>Attributes<\/strong><br \/>\nalign=top|bottom|left|right|center<br \/>\nPositions the caption relative to the table. This attribute has been deprecated by the W3C 4.0 Spec in favor of style sheet positioning.<\/p>\n<p>summary=text<br \/>\nW3C 4.0 Specification only. Used to provide a longer description of the table\u2019s contents that could be used by a speech- or Braille-based web browser.<\/p>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"page\" title=\"Page 15\">\n<div class=\"layoutArea\">\n<div class=\"column\">\n<p>valign=top|bottom<br \/>\nInternet Explorer 3.0 and higher only. Positions the caption above or below the table (top is the default).<\/p>\n<p><strong>&lt;col&gt;<\/strong><br \/>\nSpecifies properties for a column (or columns) within a column group (&lt;colgroup&gt;). Columns can share attributes (such as text alignment) without being part of a formal structural grouping. Column groups and columns were introduced by Internet Explorer 3.0 and are now proposed by the HTML 4.0 specification as a standard way to label table structure. They may also be useful in speeding the table display (i.e., the columns can be displayed incrementally without waiting for the entire contents of the table).<\/p>\n<p><strong>Attributes<\/strong><br \/>\nalign=left|right|center<br \/>\nSpecifies alignment of text in the cells of a column.<\/p>\n<p>char=character<br \/>\nSpecifies a character along which the cell contents will be aligned. The default character is a decimal point (language-appropriate).<\/p>\n<p>charoff=length<br \/>\nSpecifies the distance to the first alignment character (char) on each line. If a line doesn\u2019t use an alignment character, it should be horizontally shifted to end at the alignment position.<\/p>\n<p>span=number<br \/>\nSpecifies the number of columns \u201cspanned\u201d by the &lt;col&gt; element (which shares its attributes with all the columns it spans).<\/p>\n<p>valign=top|middle|bottom|baseline<br \/>\nSpecifies the vertical alignment of text in the cells of a column.<\/p>\n<p>width=pixels, percentage, n*<br \/>\nSpecifies the width (in pixels, percentage, or relative) of each column spanned by the &lt;col&gt; element. It overrides the width attribute of the containing &lt;colgroup&gt; element.<\/p>\n<p><strong>&lt;table&gt;&#8230;&lt;\/table&gt;<\/strong><br \/>\nDefines the beginning and end of a table. The end tag is required, and its omission may cause the table not to render in some browsers.<\/p>\n<p><strong>Attribute<\/strong><br \/>\nalign=left|right|center<br \/>\nAligns the table within the text flow (same as aligning in the &lt;img&gt; tag). The default alignment is left. The center value is not universally supported, so it is more reliable to center a table on a page using tags outside the table (such as &lt;center&gt; or &lt;div&gt;). This attribute has been deprecated by the 3C 4.0 Specification in favor of style sheet positioning.<\/p>\n<p>background=url<\/p>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"page\" title=\"Page 16\">\n<div class=\"layoutArea\">\n<div class=\"column\">\n<p>Specifies a graphic image to be tiled in the background of the table. In Internet Explorer 3.0 and higher, the image tiles behind the entire table. In Netscape Navigator 4.0, the tile repeats in each individual frame (although its support is not officially documented).<\/p>\n<p>bgcolor=\u201c#rrggbb\u201d or color name<\/p>\n<p>Specifies a background color for the entire table. Value is specified in hexadecimal RGB values or by color name<\/p>\n<p>border=number<br \/>\nSpecifies the width (in pixels) of the border around the table and its cells. Set it to border=0 to turn the borders off completely. The default value is 1. Adding the word border without a value results in a 1-pixel border.<\/p>\n<p>cellpadding=number<br \/>\nSets the amount of space, in a number of pixels, between the cell border and its contents. The default value is 1.<\/p>\n<p>cellspacing=number<br \/>\nSets the amount of space (in the number of pixels) between table cells. The default value is 2.<\/p>\n<p><strong>&lt;td&gt;&#8230;&lt;\/td&gt;<\/strong><br \/>\nDefines a table data cell. The end tag is not required but may prevent unpredictable table display, particularly if the cell contains images. A table cell can contain any content, including another table.<\/p>\n<p><strong>Attributes<\/strong><br \/>\nalign=left|center|right<br \/>\nAligns the text (or other elements) within a table cell. The default value is left. This attribute has been deprecated by the W3C 4.0 Spec in favor of positioning with style sheets.<\/p>\n<p>background=url<br \/>\nSpecifies a graphic image to be used as a tile within the cell. Netscape\u2019s documentation does not cover this tag, but it is supported by version 4.0.<\/p>\n<p>bgcolor=&#8221;#rrggbb&#8221; or color name<br \/>\nSpecifies a color to be used in the table cell. A cell\u2019s background color overrides colors specified at the row or table levels.<\/p>\n<p>colspan=number<br \/>\nSpecifies the number of columns the current cell should span. The default value is 1. According to the W3C 4.0 Specification, the value zero (\u201c0\u201d) means the current cell spans all columns from the current column to the last column in the table; in reality, however, this feature is not supported in currently available 4.0 browsers.<\/p>\n<p>height=number, percentage<br \/>\nSpecifies the height of the cell in a number of pixels or by a percentage value relative to the table height. The height specified in the first column will apply to the rest of the cells in the row. The height values need to be consistent for cells in a particular row. This attribute has been deprecated in the W3C 4.0 Specification.<\/p>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"page\" title=\"Page 17\">\n<div class=\"layoutArea\">\n<div class=\"column\">\n<p>nowrap<br \/>\nDisables automatic text wrapping for the current cell. Line breaks must be added with a &lt;p&gt; or &lt;br&gt;. This attribute has been deprecated by the W3C 4.0 Spec in favor of style sheet controls.<\/p>\n<p>rowspan=number<br \/>\nSpecifies the number of rows spanned by the current cell. The default value is 1. According to the W3C 4.0 Spec, the value zero (\u201c0\u201d) means the current cell spans all rows from the current row to the last row; in reality, however, this feature is not supported in currently available 4.0 browsers.<\/p>\n<p>valign=top|middle|bottom|baseline<br \/>\nSpecifies the vertical alignment of the text (or other elements) within the table cell. The default is middle.<\/p>\n<p>width=number<br \/>\nSpecifies the width of the cell in the number of pixels or by a percentage value relative to the table width. The width specified in the first row will apply to the rest of the cells in the column and the values need to be consistent for cells in the column. This attribute has been deprecated in the W3C 4.0 Specification. Internet Explorer 2.0 and higher only.<\/p>\n<p>bordercolor=&#8221;#rrggbb&#8221; or color name<br \/>\nDefines the border color for the cell.<\/p>\n<p>bordercolorlight=&#8221;#rrggbb&#8221; or color name<br \/>\nDefines the dark shadow color for the cell border.<\/p>\n<p>bordercolordark=&#8221;#rrggbb&#8221; or color name<br \/>\nDefines the light highlight color of the cell border.<\/p>\n<p><strong>&lt;th&gt;&#8230;&lt;\/th&gt;<\/strong><br \/>\nDefines a table header cell. Table header cells function the same as table data cells (&lt;td&gt;). Browsers generally display the content of table header cells in bold text centered horizontally and vertically in the cell (although some browsers vary). The end tag is optional.<\/p>\n<p><strong>Attributes<\/strong><br \/>\nThe &lt;th&gt; tag uses the same attributes as the &lt;td&gt; tag. See listing under &lt;td&gt;.<\/p>\n<p><strong>&lt;tr&gt;&#8230;&lt;\/tr&gt;<\/strong><br \/>\nDefines a row of cells within a table. A table row is delimited by &lt;tr&gt; tags contains no content other than a collection of table cells (&lt;td&gt;). The end tag is optional.<\/p>\n<p><strong>Attributes<\/strong><br \/>\nalign=left|center|right<br \/>\nAligns the text (or other elements) within the cells of the current row. This attribute has been deprecated by the W3C 4.0 Spec in favor of positioning with style sheets.<\/p>\n<p>bgcolor=&#8221;#rrggbb&#8221; or color name<\/p>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"page\" title=\"Page 18\">\n<div class=\"layoutArea\">\n<div class=\"column\">\n<p>Specifies a color to be used in the row. A row\u2019s background color overrides the color specified at the table level.<\/p>\n<p>valign=top|middle|bottom|baseline<br \/>\nSpecifies the vertical alignment of the text (or other elements) within cells of the current row. Internet Explorer 2.0 and higher only background=url of image file<\/p>\n<p>Specifies a graphic image to be used as a tile within the row.<\/p>\n<p>bordercolor=&#8221;#rrggbb&#8221; or color name<br \/>\nDefines the border color for the row. bordercolorlight=&#8221;#rrggbb&#8221; or color name<\/p>\n<p>Defines the dark shadow color for the row border. bordercolordark=\u201c#rrggbb\u201d or color name Defines the light highlight color of the row border.<\/p>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"page\" title=\"Page 19\">\n<div class=\"layoutArea\">\n<div class=\"column\">\n<h2>Frame HTML Tags<\/h2>\n<p><strong>&lt;frame&gt;<\/strong><\/p>\n<p>Defines a single frame within a &lt;frameset&gt;. Attributes bordercolor=\u201d#rrggbb\u201d or color name<\/p>\n<p>Sets the color for the frame\u2019s borders (if the border is turned on). Support for this attribute is limited to Netscape Navigator 3.0 and higher and Internet Explorer4.0. frameborder=1|0 (IE 3+ and W3C 4.0 Spec.); yes|no (NN 3+ and IE 4.0)<br \/>\nDetermines whether there is a 3-D separator drawn between the current frame and surrounding frames. A value of 1 (or yes) turns the border on. A value of 0 (or no) turns the border off. You may also set the frameborder at the frameset level, which may be more reliable.<\/p>\n<p><strong>&lt;frameset&gt;&#8230;&lt;\/frameset&gt;<\/strong><br \/>\nDefines a collection of frames or other framesets.<br \/>\n<strong>Attributes<\/strong><br \/>\nborder=number<br \/>\nSets frame border thickness (in pixels) between all the frames in a frameset (when the frame border is turned on).<\/p>\n<p>bordercolor=#rrggbb\u201d or color name<br \/>\nSets a border color for all the borders in a frameset. Support for this attribute is limited to Netscape Navigator 3.0 and higher and Internet Explorer 4.0.<\/p>\n<p>cols=list<br \/>\nEstablishes the number and sizes of columns in a frameset. The number of columns is determined by the number of values in the list. Size specifications can be in absolute pixel values, percentage values, or relative values (*) based on available space. frameborder=1|0 (IE 3+ and W3C 4.0 Spec.); yes|no (NN 3+ and IE 4.0) Determines whether 3-D separators are drawn between frames in the frameset. A value of 1 (or yes) turns the borders on; 0 (or no) turns the borders off.<br \/>\nBecause Netscape and Internet Explorer support different values, you may need to specify the frameborder twice within &lt;frame&gt; to ensure backwards compatibility, as follows: frameborder=yes frameborder=1 &#8230;<br \/>\nframespacing=number (IE only)<br \/>\nInternet 3.0 and higher only. Adds additional space (in pixels) between adjacent frames.<\/p>\n<p>rows=list (number, percentage, or *)<br \/>\nEstablishes the number and sizes of rows in the frameset. The number of rows is determined by the number of values in the list. Size specifications can be in absolute pixel values, percentage values, or relative values (*) based on available space.<\/p>\n<p><strong>&lt;noframes&gt; &#8230; &lt;\/noframes&gt;<\/strong><br \/>\nDefines content that will be displayed by browsers that cannot display frames. Browsers that do support frames will ignore the content between &lt;noframes&gt; tags.<\/p>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"page\" title=\"Page 20\">\n<div class=\"layoutArea\">\n<div class=\"column\">\n<h3>Basic Frameset Structure<\/h3>\n<p>A web page that is divided into frames is held together by a top-level frameset document. A frameset document contains a standard header portion (as indicated with the &lt;head&gt; tag). However, unlike standard HTML documents, frameset documents do not have a &lt;body&gt;\u2014 instead, they contain a &lt;frameset&gt; tag, which is used to define columns and rows of individual frames (each indicated with a &lt;frame&gt; tag).<\/p>\n<p>&lt;HTML&gt;<br \/>\n&lt;HEAD&gt;&lt;TITLE&gt;Simple Framed Document&lt;\/TITLE&gt;&lt;\/HEAD&gt;<br \/>\n&lt;FRAMESET COLS=&#8221;*,*&#8221;&gt;<br \/>\n&lt;FRAME SRC=&#8221;left.html&#8221;&gt;<br \/>\n&lt;FRAME SRC=&#8221;right.html&#8221;&gt;<br \/>\n&lt;\/FRAMESET&gt;<br \/>\n&lt;NOFRAMES&gt;Your browser does not support frames.&lt;\/NOFRAMES&gt;<br \/>\n&lt;\/HTML&gt;<\/p>\n<div class=\"page\" title=\"Page 21\">\n<div class=\"layoutArea\">\n<div class=\"column\">\n<h2>Form HTML Tags<\/h2>\n<p><strong>&lt;form&gt; &#8230; &lt;\/form&gt;<\/strong><br \/>\nIndicates the beginning and end of a form. There can be more than one form in an HTML document; however, forms cannot be nested and it is important that they do not overlap.<\/p>\n<p><strong>Attributes<\/strong><br \/>\naction=url<br \/>\nSpecifies the URL of the application that will process the form (required). This is most often a pointer to a CGI script on the server. The default is the current URL.<\/p>\n<p>enctype=encoding<br \/>\nSpecifies how the values for the form controls are encoded when they are submitted to the<br \/>\nserver. The default is the Internet Media Type (application\/ x-www-form-urlencoded). The value multi-part\/form-data should be used in combination with the file input element.<\/p>\n<p>method=get|post<br \/>\nSpecifies which HTTP method will be used to submit the form data (required). With get (the default), the information is appended to and sent along with the URL itself. The post method puts the form information in a separate part of the body of the HTTP request. post is the preferred method according to the W3C specification.<br \/>\nHTML 4.0 Specification attributes<\/p>\n<p>accept=content-type-list<br \/>\nSpecifies a comma-separated list of file types (MIME types) the server will accept and is able to process. Browsers may one day be able to filter out unacceptable files when prompting a user to upload files to the server.<\/p>\n<p>accept-charset=charset list<br \/>\nSpecifies the list of character encodings for input data that must be accepted by the server in order to process the current form. The value is a space- and\/ or comma-delimited list of charset values. The default value is unknown.<\/p>\n<p><strong>&lt;input type=button&gt;<\/strong><br \/>\nCreates a customizable \u201cpush\u201d button. Customizable buttons have no specific behavior but can be used to trigger functions created with JavaScript controls.<\/p>\n<p><strong>Attributes<\/strong><br \/>\nname=string<br \/>\nAssigns a name to the form element to be passed to the forms processing application.<\/p>\n<p>value=string<br \/>\nSpecifies the initial value for the parameter.<\/p>\n<p><strong>&lt;input type=checkbox&gt;<\/strong><br \/>\nCreates a checkbox input element within a &lt;form&gt;. Checkboxes are like on\/off switches that can be toggled by the user. When a form is submitted, only the \u201con\u201d checkboxes submit values to the server.<\/p>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"page\" title=\"Page 22\">\n<div class=\"layoutArea\">\n<div class=\"column\">\n<p><strong>Attributes<\/strong><\/p>\n<p>checked<br \/>\nWhen this attribute is added, the checkbox will be checked by default.<\/p>\n<p>name=text<br \/>\nAssigns a name to the checkbox to be passed to the form-processing application if selected. Giving several checkboxes the same name creates a group of checkbox elements, allowing users to select several options with the same property.<\/p>\n<p>value=text<br \/>\nSpecifies the initial value of the control that is passed on to the server. If not defined, a value of \u201con\u201d is sent.<\/p>\n<p><strong>&lt;input type=hidden&gt;<\/strong><br \/>\nCreates an element within a &lt;form&gt; that does not display in the browser. Hidden controls can be used to pass special form-processing information along to the server that the user cannot see nor alter.<\/p>\n<p>name=text<br \/>\nSpecifies the name of the parameter that is passed to the form-processing application for this input element (required).<\/p>\n<p>value=text<br \/>\nSpecifies the value of the element that is passed to the form-processing application.<\/p>\n<p><strong>&lt;input type=image&gt;<\/strong><br \/>\nAllows an image to be used as a substitute for a submit button.<br \/>\n<strong>Attributes<\/strong><br \/>\nalign=top|middle|bottom<br \/>\nAligns the image with respect to the surrounding text lines.<\/p>\n<p>name=text<br \/>\nSpecifies the name of the parameter to be passed along to the form processing application.<\/p>\n<p>src=url<br \/>\nProvides the URL of the image (required).<\/p>\n<p><strong>&lt;input type=password&gt;<\/strong><br \/>\nCreates a text-input element (like text) but the input text is rendered in a way that hides the characters, such as displaying a string of asterisks (*) or bullets (\u2022). Note this does not encrypt the information and should not be considered as a real security measure.<br \/>\n<strong>Attributes<\/strong><br \/>\nmaxlength=number<br \/>\nSpecifies the maximum number of characters the user can input for this element.<\/p>\n<p>name=text<\/p>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"page\" title=\"Page 23\">\n<div class=\"layoutArea\">\n<div class=\"column\">\n<p>Specifies the name of this parameter to be passed to the form-processing application for this element (required).<\/p>\n<p>size=number<br \/>\nSpecifies the size of the text-entry box (measured in the number of characters) to be displayed for this element. Users can type entries that are longer than the space provided, causing the field to scroll to the right.<\/p>\n<p>value=text<br \/>\nSpecifies the value that will initially be displayed in the text box.<\/p>\n<p><strong>&lt;input type=radio&gt;<\/strong><br \/>\nCreates a radio button that can be turned on and off. When a group of radio buttons shares the same control name, only one button within the group can be \u201con\u201d at one time and all the others will be turned \u201coff.\u201d This makes them different from checkboxes, which allow multiple choices to be selected within a group.<\/p>\n<p><strong>Attributes<\/strong><br \/>\nchecked<br \/>\nCauses the radio button to be in the \u201con\u201d state when the form is initially displayed.<\/p>\n<p>name=text<br \/>\nSpecifies the name of the parameter to be passed on to the forms-processing application if this element is selected (required).<\/p>\n<p>value=text<br \/>\nSpecifies the value of the parameter to be passed on to the forms-processing application.<\/p>\n<p><strong>&lt;input type=reset&gt;<\/strong><br \/>\nCreates a reset button that clears the contents (or sets them to their default values) of the elements in a form.<\/p>\n<p><strong>Attributes<\/strong><br \/>\nvalue=text<br \/>\nSpecifies alternate text to appear in the button (it will say \u201cReset\u201d by default).<\/p>\n<p class=\"p1\">If you liked our content Other HTML Tags, then you will also like\u00a0<a href=\"https:\/\/bcisnotes.com\/fourthsemester\/structural-html-tags-review-of-html-tags-bcis-notes\/\">Structural HTML Tags\u00a0<\/a><\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<div class=\"mh-excerpt\"><p>Other HTML Tags Table HTML Tags HTML tags for creating tables were originally developed for presenting rows and columns of tabular data, however, designers quickly <a class=\"mh-excerpt-more\" href=\"https:\/\/bcisnotes.com\/fourthsemester\/other-html-tags-review-of-html-tags-bcis-notes\/\" title=\"Other HTML Tags || Review of HTML Tags || BCIS Notes\">[&#8230;]<\/a><\/p>\n<\/div>","protected":false},"author":3,"featured_media":684,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4],"tags":[215,220],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Other HTML Tags || Review of HTML Tags || BCIS Notes<\/title>\n<meta name=\"description\" content=\"HTML tags for creating tables were originally developed for presenting rows and columns of tabular data but now are used for many things.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/bcisnotes.com\/fourthsemester\/other-html-tags-review-of-html-tags-bcis-notes\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Other HTML Tags || Review of HTML Tags || BCIS Notes\" \/>\n<meta property=\"og:description\" content=\"HTML tags for creating tables were originally developed for presenting rows and columns of tabular data but now are used for many things.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/bcisnotes.com\/fourthsemester\/other-html-tags-review-of-html-tags-bcis-notes\/\" \/>\n<meta property=\"og:site_name\" content=\"BCIS Fourth Semester\" \/>\n<meta property=\"article:published_time\" content=\"2021-04-21T05:36:48+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/bcisnotes.com\/fourthsemester\/wp-content\/uploads\/2021\/04\/bcis-6.png\" \/>\n\t<meta property=\"og:image:width\" content=\"340\" \/>\n\t<meta property=\"og:image:height\" content=\"230\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Her Highness\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Her Highness\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"12 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/bcisnotes.com\/fourthsemester\/other-html-tags-review-of-html-tags-bcis-notes\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/bcisnotes.com\/fourthsemester\/other-html-tags-review-of-html-tags-bcis-notes\/\"},\"author\":{\"name\":\"Her Highness\",\"@id\":\"https:\/\/bcisnotes.com\/fourthsemester\/#\/schema\/person\/fcc10e27b06f3f95367e914911b47eb3\"},\"headline\":\"Other HTML Tags || Review of HTML Tags || BCIS Notes\",\"datePublished\":\"2021-04-21T05:36:48+00:00\",\"dateModified\":\"2021-04-21T05:36:48+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/bcisnotes.com\/fourthsemester\/other-html-tags-review-of-html-tags-bcis-notes\/\"},\"wordCount\":2854,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/bcisnotes.com\/fourthsemester\/#organization\"},\"image\":{\"@id\":\"https:\/\/bcisnotes.com\/fourthsemester\/other-html-tags-review-of-html-tags-bcis-notes\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/bcisnotes.com\/fourthsemester\/wp-content\/uploads\/2021\/04\/bcis-6.png\",\"keywords\":[\"HTML\/CSS\",\"Other HTML Tags\"],\"articleSection\":[\"IT\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/bcisnotes.com\/fourthsemester\/other-html-tags-review-of-html-tags-bcis-notes\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/bcisnotes.com\/fourthsemester\/other-html-tags-review-of-html-tags-bcis-notes\/\",\"url\":\"https:\/\/bcisnotes.com\/fourthsemester\/other-html-tags-review-of-html-tags-bcis-notes\/\",\"name\":\"Other HTML Tags || Review of HTML Tags || BCIS Notes\",\"isPartOf\":{\"@id\":\"https:\/\/bcisnotes.com\/fourthsemester\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/bcisnotes.com\/fourthsemester\/other-html-tags-review-of-html-tags-bcis-notes\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/bcisnotes.com\/fourthsemester\/other-html-tags-review-of-html-tags-bcis-notes\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/bcisnotes.com\/fourthsemester\/wp-content\/uploads\/2021\/04\/bcis-6.png\",\"datePublished\":\"2021-04-21T05:36:48+00:00\",\"dateModified\":\"2021-04-21T05:36:48+00:00\",\"description\":\"HTML tags for creating tables were originally developed for presenting rows and columns of tabular data but now are used for many things.\",\"breadcrumb\":{\"@id\":\"https:\/\/bcisnotes.com\/fourthsemester\/other-html-tags-review-of-html-tags-bcis-notes\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/bcisnotes.com\/fourthsemester\/other-html-tags-review-of-html-tags-bcis-notes\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/bcisnotes.com\/fourthsemester\/other-html-tags-review-of-html-tags-bcis-notes\/#primaryimage\",\"url\":\"https:\/\/bcisnotes.com\/fourthsemester\/wp-content\/uploads\/2021\/04\/bcis-6.png\",\"contentUrl\":\"https:\/\/bcisnotes.com\/fourthsemester\/wp-content\/uploads\/2021\/04\/bcis-6.png\",\"width\":340,\"height\":230,\"caption\":\"Other HTML Tags || Review of HTML Tags || BCIS Notes\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/bcisnotes.com\/fourthsemester\/other-html-tags-review-of-html-tags-bcis-notes\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/bcisnotes.com\/fourthsemester\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Other HTML Tags || Review of HTML Tags || BCIS Notes\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/bcisnotes.com\/fourthsemester\/#website\",\"url\":\"https:\/\/bcisnotes.com\/fourthsemester\/\",\"name\":\"BCIS Fourth Semester\",\"description\":\"Notes of Information and Technology\",\"publisher\":{\"@id\":\"https:\/\/bcisnotes.com\/fourthsemester\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/bcisnotes.com\/fourthsemester\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/bcisnotes.com\/fourthsemester\/#organization\",\"name\":\"BCIS Fourth Semester\",\"url\":\"https:\/\/bcisnotes.com\/fourthsemester\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/bcisnotes.com\/fourthsemester\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/bcisnotes.com\/fourthsemester\/wp-content\/uploads\/2021\/02\/cropped-4-1.jpg\",\"contentUrl\":\"https:\/\/bcisnotes.com\/fourthsemester\/wp-content\/uploads\/2021\/02\/cropped-4-1.jpg\",\"width\":300,\"height\":100,\"caption\":\"BCIS Fourth Semester\"},\"image\":{\"@id\":\"https:\/\/bcisnotes.com\/fourthsemester\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/bcisnotes.com\/fourthsemester\/#\/schema\/person\/fcc10e27b06f3f95367e914911b47eb3\",\"name\":\"Her Highness\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/bcisnotes.com\/fourthsemester\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/9f5c6e84ebb073447dba2985b41b0fdc?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/9f5c6e84ebb073447dba2985b41b0fdc?s=96&d=mm&r=g\",\"caption\":\"Her Highness\"},\"sameAs\":[\"http:\/\/bcisnotes.com\/fourthsemester\"],\"url\":\"https:\/\/bcisnotes.com\/fourthsemester\/author\/jaya\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Other HTML Tags || Review of HTML Tags || BCIS Notes","description":"HTML tags for creating tables were originally developed for presenting rows and columns of tabular data but now are used for many things.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/bcisnotes.com\/fourthsemester\/other-html-tags-review-of-html-tags-bcis-notes\/","og_locale":"en_US","og_type":"article","og_title":"Other HTML Tags || Review of HTML Tags || BCIS Notes","og_description":"HTML tags for creating tables were originally developed for presenting rows and columns of tabular data but now are used for many things.","og_url":"https:\/\/bcisnotes.com\/fourthsemester\/other-html-tags-review-of-html-tags-bcis-notes\/","og_site_name":"BCIS Fourth Semester","article_published_time":"2021-04-21T05:36:48+00:00","og_image":[{"width":340,"height":230,"url":"https:\/\/bcisnotes.com\/fourthsemester\/wp-content\/uploads\/2021\/04\/bcis-6.png","type":"image\/png"}],"author":"Her Highness","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Her Highness","Est. reading time":"12 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/bcisnotes.com\/fourthsemester\/other-html-tags-review-of-html-tags-bcis-notes\/#article","isPartOf":{"@id":"https:\/\/bcisnotes.com\/fourthsemester\/other-html-tags-review-of-html-tags-bcis-notes\/"},"author":{"name":"Her Highness","@id":"https:\/\/bcisnotes.com\/fourthsemester\/#\/schema\/person\/fcc10e27b06f3f95367e914911b47eb3"},"headline":"Other HTML Tags || Review of HTML Tags || BCIS Notes","datePublished":"2021-04-21T05:36:48+00:00","dateModified":"2021-04-21T05:36:48+00:00","mainEntityOfPage":{"@id":"https:\/\/bcisnotes.com\/fourthsemester\/other-html-tags-review-of-html-tags-bcis-notes\/"},"wordCount":2854,"commentCount":0,"publisher":{"@id":"https:\/\/bcisnotes.com\/fourthsemester\/#organization"},"image":{"@id":"https:\/\/bcisnotes.com\/fourthsemester\/other-html-tags-review-of-html-tags-bcis-notes\/#primaryimage"},"thumbnailUrl":"https:\/\/bcisnotes.com\/fourthsemester\/wp-content\/uploads\/2021\/04\/bcis-6.png","keywords":["HTML\/CSS","Other HTML Tags"],"articleSection":["IT"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/bcisnotes.com\/fourthsemester\/other-html-tags-review-of-html-tags-bcis-notes\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/bcisnotes.com\/fourthsemester\/other-html-tags-review-of-html-tags-bcis-notes\/","url":"https:\/\/bcisnotes.com\/fourthsemester\/other-html-tags-review-of-html-tags-bcis-notes\/","name":"Other HTML Tags || Review of HTML Tags || BCIS Notes","isPartOf":{"@id":"https:\/\/bcisnotes.com\/fourthsemester\/#website"},"primaryImageOfPage":{"@id":"https:\/\/bcisnotes.com\/fourthsemester\/other-html-tags-review-of-html-tags-bcis-notes\/#primaryimage"},"image":{"@id":"https:\/\/bcisnotes.com\/fourthsemester\/other-html-tags-review-of-html-tags-bcis-notes\/#primaryimage"},"thumbnailUrl":"https:\/\/bcisnotes.com\/fourthsemester\/wp-content\/uploads\/2021\/04\/bcis-6.png","datePublished":"2021-04-21T05:36:48+00:00","dateModified":"2021-04-21T05:36:48+00:00","description":"HTML tags for creating tables were originally developed for presenting rows and columns of tabular data but now are used for many things.","breadcrumb":{"@id":"https:\/\/bcisnotes.com\/fourthsemester\/other-html-tags-review-of-html-tags-bcis-notes\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/bcisnotes.com\/fourthsemester\/other-html-tags-review-of-html-tags-bcis-notes\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/bcisnotes.com\/fourthsemester\/other-html-tags-review-of-html-tags-bcis-notes\/#primaryimage","url":"https:\/\/bcisnotes.com\/fourthsemester\/wp-content\/uploads\/2021\/04\/bcis-6.png","contentUrl":"https:\/\/bcisnotes.com\/fourthsemester\/wp-content\/uploads\/2021\/04\/bcis-6.png","width":340,"height":230,"caption":"Other HTML Tags || Review of HTML Tags || BCIS Notes"},{"@type":"BreadcrumbList","@id":"https:\/\/bcisnotes.com\/fourthsemester\/other-html-tags-review-of-html-tags-bcis-notes\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/bcisnotes.com\/fourthsemester\/"},{"@type":"ListItem","position":2,"name":"Other HTML Tags || Review of HTML Tags || BCIS Notes"}]},{"@type":"WebSite","@id":"https:\/\/bcisnotes.com\/fourthsemester\/#website","url":"https:\/\/bcisnotes.com\/fourthsemester\/","name":"BCIS Fourth Semester","description":"Notes of Information and Technology","publisher":{"@id":"https:\/\/bcisnotes.com\/fourthsemester\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/bcisnotes.com\/fourthsemester\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/bcisnotes.com\/fourthsemester\/#organization","name":"BCIS Fourth Semester","url":"https:\/\/bcisnotes.com\/fourthsemester\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/bcisnotes.com\/fourthsemester\/#\/schema\/logo\/image\/","url":"https:\/\/bcisnotes.com\/fourthsemester\/wp-content\/uploads\/2021\/02\/cropped-4-1.jpg","contentUrl":"https:\/\/bcisnotes.com\/fourthsemester\/wp-content\/uploads\/2021\/02\/cropped-4-1.jpg","width":300,"height":100,"caption":"BCIS Fourth Semester"},"image":{"@id":"https:\/\/bcisnotes.com\/fourthsemester\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/bcisnotes.com\/fourthsemester\/#\/schema\/person\/fcc10e27b06f3f95367e914911b47eb3","name":"Her Highness","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/bcisnotes.com\/fourthsemester\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/9f5c6e84ebb073447dba2985b41b0fdc?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/9f5c6e84ebb073447dba2985b41b0fdc?s=96&d=mm&r=g","caption":"Her Highness"},"sameAs":["http:\/\/bcisnotes.com\/fourthsemester"],"url":"https:\/\/bcisnotes.com\/fourthsemester\/author\/jaya\/"}]}},"_links":{"self":[{"href":"https:\/\/bcisnotes.com\/fourthsemester\/wp-json\/wp\/v2\/posts\/683"}],"collection":[{"href":"https:\/\/bcisnotes.com\/fourthsemester\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/bcisnotes.com\/fourthsemester\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/bcisnotes.com\/fourthsemester\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/bcisnotes.com\/fourthsemester\/wp-json\/wp\/v2\/comments?post=683"}],"version-history":[{"count":1,"href":"https:\/\/bcisnotes.com\/fourthsemester\/wp-json\/wp\/v2\/posts\/683\/revisions"}],"predecessor-version":[{"id":685,"href":"https:\/\/bcisnotes.com\/fourthsemester\/wp-json\/wp\/v2\/posts\/683\/revisions\/685"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/bcisnotes.com\/fourthsemester\/wp-json\/wp\/v2\/media\/684"}],"wp:attachment":[{"href":"https:\/\/bcisnotes.com\/fourthsemester\/wp-json\/wp\/v2\/media?parent=683"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/bcisnotes.com\/fourthsemester\/wp-json\/wp\/v2\/categories?post=683"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/bcisnotes.com\/fourthsemester\/wp-json\/wp\/v2\/tags?post=683"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}