Differentiate between: (a) Container and Non-container tags (b) Text editors and WYSIWYG editors (c) Logical and Physical tags (d)
and
tags (e) Ordered List and Unordered List (f) Internal and External Linking (g) as an anchor and as a link (h) Cellpadding and Cellspacing attribute of the Table tag (i) Align and Valign attribute of
tag (j) and tag (k) and tag (l) and tags (m) FRAMEBORDER and BORDER attribute of the tagAnswers
(a) Container and Non-container tags.
Difference between Container and Non-Container tags.
Explanation
Most of the HTML tags are tags of the container, containing items. E.g. "things" is included within the < p > tag ("ML" is "markup language"). E.g. "stuff" is the marking tag. Some other non-container tags have been added, although nothing is marked up. We don't specifically say, but everybody uses them in practice. E.g. < br></br > created by a line break, usually abbreviated to <br/>. Typically abbreviated to < IMG... < IMG... >></img > / >, places the picture in a tab. (b) Text editors and WYSIWYG editors.
(b) Difference between Text editors and WYSIWYG editors.
Explanation
WYSIWYG is designed to allow you to create a web page/website without learning HTML and coding. The text editor is designed to focus on editing simple text functions. The citizens who use WYSIWYG and the Text Editor are web designers or website engaged. (c) Logical and Physical tags
(c) Difference between Logical and Physical tags.
Explanation:
Digital tags are used for the precise formatting of certain characters. Logical marks such as < B > < I> < BIG > are used to signify that some emphasis is placed on the text. The technique for showing your viewers that the text between tags is different for every browser. Such as < EM > < STRONG >
(d) <BR> and <P> tags
Difference between <BR> and <P> tags
Explanation :
The <BR> tags represent a line break and it is also known as void element since it has no content. The <P> tags define a paragraph. It usually adds up some space before and after the tag.
(e) Ordered List and Unordered List
Differences between the Ordered list and unordered list
Explanation
The main difference between an ordered list and an unordered list is that the order of items is important for an ordered list. As it is important to order, an ordered list uses numbers rather than a point as the default item list marker.
(f) Internal and External Linking
Differences between Internal and External linking
Explanation :
Internal links, also known as inbound links, are hyperlinks that directs the reader to the target page on your website, whereas an external link is a hyperlink that directs the reader to a reputable page on a different website.
(g) <A> as an anchor and <A> as a link
Differences between <A> as an anchor and <A> as a link
Explanation :
Standard links point always to the top of the page. On one tab, anchors indicate a location. A # placed opposite a link means that the link points to a page anchor. (The anchor in the center of your page indicates a certain place).
(h) Cellpadding and Cell spacing attribute of the Table tag
Differences between Cell padding and Cell spacing attribute of the Table tag
Explanation:
The cell padding attribute determines the area of the cell wall to cell material in pixels. People do not confuse this with the space-specifying attribute between cells.
(i) Align and Valign attribute of <TD> tag
Differences between Align and Valign attribute of <TD> tag
Explanation:
TR and TD (TH) elements ' match and correct attributes determine cell material alignment. Applied to all-round cells < tr align="center "valign="top">. > transfer to a single cell: align="center" valign="top">.
(j) <TD> and <TH> tag
Difference between <TD> and <TH> tag
Explanation :
Web snippet Elements for Table cells are used with TH and TD elements. TH is used for cells of the table header, while TD is used for the data cells of the table. For example, by using a larger or heightened font for header cells, user agents may build such cells distinctly.
(k) <TD> and <TR> tag
Difference between TD> and <TR> tag
Explanation:
The tag < t d > stipulates the default cells in the table that are shown as a standard, left-aligned text. The table rows are formed by the < tr > tag. At least one row in the table must be in place. The tag < the > specifies the header cells of the table that appear as bold and centered text.
(l) <FRAME SET> and <FRAME> tags
Difference between <FRAME SET> and <FRAME> tags
Explanation
The < frame set > tag defines how the window is broken into frames. The < frame set > rows attribute sets horizontal frames and the cols attribute sets vertical frames. Every frame is identified by the < frame > tag, every HTML document to open in the framework is specified. The < frame > attribute in HTML 5 has been deprecated.
(m) frame border and BORDER attribute of the <FRAME SET> tag.
Difference between FRAME BORDER and BORDER attribute of the <FRAME SET> tag.
Explanation
The FRAMESET element's frame border attribute indicates whether a frame boundary should be shown. The frame border is shown as follows when 0 is defined. Internet Explorer, Opera: There's still a little room. Firefox: The frontier completely disappears.