Forum discussion on HTML and CSS

Answer the question and discuss

Answer the question and discuss

by Md Assaduzzaman -
Number of replies: 31
1.  What is the difference between HTML elements and tags?
2. Write down the all tags you have learned in the last  2 or 3 classes
In reply to Md Assaduzzaman

Re: Answer the question and discuss

by Md. Monirul Islam -
Answer 1. Difference between html element and tag:
An html element is everything from start tag to end tag. One the other hand without content the start and end part is called tag
For example: 

 ( <p>This is a p tag <p> )

the whole part is referred to as a element including starting tag, content (this is a p tag) and ending tag.
and  ( <p> and </p>) are referred to as tags.

Answer 2. All the list of tags that We learned from the last 2 or 3 classes are following below
h1, h2, h3, h4, h5, h6, p, img, a, div, span, br, hr, b, i, u, sub, sup, del, mark, strong, link, style, script, header, footer, section, button. table, tr, td, th, ul, ol, li, nav, form, input
and so many more....
In reply to Md Assaduzzaman

Re: Answer the question and discuss

by Raihan Islam Sonet_181-15-1983 -

1. An HTML element is defined by a starting tag. If the element contains other content, it ends with a closing tag.

For example <p> is starting tag of a paragraph and </p> is closing tag of the same paragraph but <p>This is paragraph</p> is a paragraph element. 

<h1></h2>. here, <h1> is starting tag and </h2> is closing tag. 

<h1>This is a heading</h2> this is a html tags element. 

2.  Last  2 or 3 classes we learned:

<h1></h1> to <h6></h6> all heading tag,

 <p></p> - paragraph tag

<b></b> - Bold Tag

<div></div> = div tag

<table></table> - table tag

<ul></ul> -unorderlist

<ol></ol> -order list

<b></b> - button

<br> - line break

<img> - image tag

<a></a> - anchor tag

and some of more tags.





In reply to Md Assaduzzaman

Re: Answer the question and discuss

by Md. Sarowal -

1. Difference between HTML elements and tags

HTML Tags:

  • HTML tags are used to hold the HTML element.
  • HTML tag starts with < and ends with >
  • HTML tags are almost like keywords where every single tag has unique meaning.
HTML Elements:
  • HTML element holds the content.
  • Whatever written within a HTML tag are HTML elements.
  • HTML elements specifies the general content.

2. Tags I have Learned from the last three classes:
  • <a>
  • <b>
  • <big>
  • <br/>
  • <body>
  • <button>
  • <center>
  • <div>
  • <em>
  • <ol>
  • <ul>
  • <td>
  • <table>
  • <tr>
  • <th>
  • <title>
  • etc.

In reply to Md Assaduzzaman

Re: Answer the question and discuss

by Abdul Hadi Hemal -
1.Technically, an HTML element is the collection of start tag, its attributes, an end tag and everything in between. On the other hand an HTML tag (either opening or closing) is used to mark the start or end of an element, as you can see in the above illustration.
2. html
head
title
body
h1
p
a
img
In reply to Md Assaduzzaman

Re: Answer the question and discuss

by Md Ahsan Habib -
Answer(1): There is a bit of difference between HTML elements and tags. "Elements" and "tags" are terms that are widely confused. HTML documents contain tags, but do not contain the elements. The elements are only generated after the parsing step, from these tags.
An HTML element is defined by a starting tag. If the element contains other content, it ends with a closing tag.
For example, <p> is starting tag of a paragraph and </p> is the closing tag of the same paragraph but <p> This is paragraph</P> is a paragraph element.

Answer(2): All the tags I have been learned in the last 2 or 3 classes are noted down:

  • <a>
  • <b>
  • <big>
  • <br/>
  • <body>
  • <button>
  • <center>
  • <div>
  • <em>
  • <ol>
  • <ul>
  • <td>
  • <table>
  • <tr>
  • <th>
  • <title>
  • etc.



In reply to Md Assaduzzaman

Re: Answer the question and discuss

by Tamanna Rahman Himi -
1. Difference between HTML elements and tags

HTML Tags:

HTML tags are used to hold the HTML element.
HTML tag starts with < and ends with > HTML tags are almost like keywords where every single tag has unique meaning.
HTML Elements:
HTML element holds the content.
Whatever written within a HTML tag are HTML elements.
HTML elements specifies the general content.

2. Tags I have Learned from the last three classes:
In reply to Md Assaduzzaman

Re: Answer the question and discuss

by Md Golam Rabbani -
Answer(01):
technically, an HTML element is the collection of start tags, their attributes, an end tag, and everything in between. On the other hand, an HTML tag (either opening or closing) is used to mark the start or end of an element, as you can see in the above illustration

Answer(02):

h1, h2, , p, strong, link, style, script, header, footer, img, a, div, span, br, hr, b, i, u, sub, sup, del, mark, section, h3, h4, h5, h6,button. tablel, uol, li, nav, form, input, , tr, td, th, ul, br .......................Etc
In reply to Md Assaduzzaman

Re: Answer the question and discuss

by Sharmila zaman -
1. The main difference between HTML elements and tags is-
HTML tags are the starting and ending parts of HTML elements, and the element is the part enclosed by HTML tags.

2. The tags I have learned in the last 2/3 classes are-
h1, h2, h3, he, h5, h6, b, br, a, p, div, img, strong, table, tr, td, button, ul, li, center, form
In reply to Md Assaduzzaman

Re: Answer the question and discuss

by Md.Rashedul Hasan -
1.Elements" and "tags" are terms that are widely confused. HTML documents contain tags, but do not contain the elements. The elements are only generated after the parsing step, from these tags.
An HTML element is defined by a starting tag. If the element contains other content, it ends with a closing tag.
For example

is starting tag of a paragraph and

is closing tag of the same paragraph but

This is paragraph

is a paragraph element.
2.h1, h2, h3, h4, h5, h6, p, img, a, div, span, br, hr, b, i, u, sub, sup, del, mark, strong, link, style, script, header, footer, section, button. table, tr, td, th, ul, ol, li, nav, form, input etc.
In reply to Md Assaduzzaman

Re: Answer the question and discuss

by Nozrof Shahriar -
1. Difference between HTML elements and tags

HTML Tags:

HTML tags are used to hold the HTML element.
HTML tag starts with < and ends with > HTML tags are almost like keywords where every single tag has unique meaning.
HTML Elements:
HTML element holds the content.
Whatever written within a HTML tag are HTML elements.
HTML elements specifies the general content.

2. Tags I have Learned from the last three classes:

<html>
<title>
<body>
<header>
<br>
<hr>
<div>
<section>
<footer>
<table>
<tr>
<th>
<td>
<input>
<button>
<aside>
<em>
<del>
<b>
<strong>
<span>
<style>
<meta>
In reply to Md Assaduzzaman

Re: Answer the question and discuss

by Md.Iftakher Alam -

1. Difference between HTML elements and tags

HTML Tags:

  • HTML tags are used to hold the HTML element.
  • HTML tag starts with < and ends with >
  • HTML tags are almost like keywords where every single tag has unique meaning.

HTML Elements:

  • HTML element holds the content.
  • Whatever written within a HTML tag are HTML elements.
  • HTML elements specifies the general content.
  • 2. Tags I have Learned from the last three classes:
    • <a>
    • <b>
    • <big>
    • <br/>
    • <body>
    • <button>
    • <center>
    • <div>
    • <em>
    • <ol>
    • <ul>
    • <td>
    • <table>
    • <tr>
    • <th>
    • <title>
    • etc.
In reply to Md Assaduzzaman

Re: Answer the question and discuss

by Rakibul Hasan -
1.HTML Tags:

HTML tags are used to hold the HTML element.
HTML tag starts with < and ends with > HTML tags are almost like keywords where every single tag has unique meaning.

HTML Elements:

HTML element holds the content.
Whatever written within a HTML tag are HTML elements.
HTML elements specifies the general content.
2.

In reply to Md Assaduzzaman

Re: Answer the question and discuss

by Rasel Hossain -
Ans:01 ->An element in HTML represents some kind of structure or semantics and generally consists of a start tag, content, and an end tag. Elements" and "tags" are terms that are widely confused. HTML documents contain tags, but do not contain the elements. The elements are only generated after the parsing step, from these tags HTML_element
An HTML element is defined by a starting tag. If the element contains other content, it ends with a closing tag.
This is the content of the paragraph element.
HTML tags
For example

is starting tag of a paragraph and

is closing tag of the same paragraph but

This is paragraph

is a paragraph element.
Tags are used to mark up the start and end of an HTML element.
Ans:02-> All the list of tags:
h1, h2, h3, h4, h5, h6, p, img, a, div, u, sub, sup, del, mark, strong, link, style, script, header, footer, section, button. table, tr, td, th, ul, ol, li,span, br, hr, b, i, nav, form, input
In reply to Md Assaduzzaman

Re: Answer the question and discuss

by Md Imran Hossan -
Answer 1. Difference between html element and tag:
An html element is everything from start tag to end tag. One the other hand without content the start and end part is called tag
For example:
(

This is a p tag

)

the whole part is referred to as a element including starting tag, content (this is a p tag) and ending tag.
and (

and

) are referred to as tags.

Answer 2. All the list of tags that We learned from the last 2 or 3 classes are following below
h1, h2, h3, h4, h5, h6, p, img, a, div, span, br, hr, b, i, u, sub, sup, del, mark, strong, link, style, script, header, footer, section, button. table, tr, td, th, ul, ol, li, nav, form, input
and so many more....
In reply to Md Assaduzzaman

Re: Answer the question and discuss

by Mehedi Hasan -
1. An HTML element is defined by a starting tag. If the element contains other content, it ends with a closing tag.

For example

is starting tag of a paragraph and

is closing tag of the same paragraph but

This is paragraph

is a paragraph element.

. here,

is starting tag and is closing tag.

This is a heading this is a html tags element.

2. Last 2 or 3 classes we learned:

to
all heading tag,

- paragraph tag
- Bold Tag
= div tag
- table tag
-unorderlist
-order list
- button

- line break
- image tag
- anchor tag

and some of more tags.
In reply to Md Assaduzzaman

Re: Answer the question and discuss

by Khandoker Shamimul Haque -
1. What is the difference between HTML elements and tags?
HTML Tags are the labels or entity that create web pages. Each tag provides special meaning for the content.

For example:

is paragraph tag.

HTML element is a combination of start tag, content and an end tag. Mostly, website content is written inside start tag (

) and an end tag (

).

For example:

This is sample content

represents HTML element.

2. Write down the all tags you have learned in the last 2 or 3 classes

<p>, <h1>, <h2>, <h3>, <h4>, <h5>, <h6>, <strong>, <em>, <abbr>, <acronym>, <address>, <bdo>, <blockquote>, <cite>, <q>, <code>, <ins>, <del>, <dfn>, <kbd>, <pre>, <samp>, <var> and <br>
In reply to Md Assaduzzaman

Re: Answer the question and discuss

by Kazi Masudur Rahman -
1.
Element: An element is a set of opening and closing tags in use.
example: <h1>...</h1>
Tags: Tags are labels you use to mark up the beginning and end of an element.
example: 
H1 opening tag: <h1>
H1 closing tag:</h1>

2.
<p>, <h1>, <h2>, <h3>, <h4>, <h5>, <h6>, <strong>, <em>, <abbr>,<address>, <bdo>, <blockquote>, <cite>, <q>, <code>,<font>, <del>, <pre>, <samp>, <var> and <br>

In reply to Md Assaduzzaman

Re: Answer the question and discuss

by Jannatul Marjan -

Ans to the q no-01

HTML Tags: Tags are the starting and ending parts of an HTML element. They begin with < symbol and end with > symbol. Whatever written inside < and > are called tags.

Example:<b> </b>

HTML elements: Elements enclose the contents in between the tags. They consist of some kind of structure or expression. It generally consists of a start tag, content and an end tag.

Example: <b>This is the content.</b>

Where, <b> is the starting tag and </b> is the ending tag.

Ans to the q no-02

Last  2 or 3 classes we learned:

<h1></h1> to <h6></h6> all heading tag<p></p> - paragraph tag,<b></b> - Bold Tag<div></div> = div tag<table></table> - table tag<ul></ul> -unorderlist<ol></ol> -order list<b></b> - button<br> - line break<img> - image tag<a></a> - anchor tag<font></font> - set font-family using face attribute<select></select> - select optionand some of more tags.

In reply to Md Assaduzzaman

Re: Answer the question and discuss

by Ahsan Faruque -
1. Difference between HTML elements and tags

HTML Tags:
Tags are used to hold the HTML element.

HTML tag starts with < and ends with > HTML tags are almost like keywords where every single tag has unique meaning.
HTML Elements:
HTML element holds the content.
Whatever written within a HTML tag are HTML elements.
HTML elements specifies the general content.

2. Tags are given below


In reply to Md Assaduzzaman

Re: Answer the question and discuss

by Sohana Tasmim -
Answer no :1
Difference between HTML elements and tags-
HTML tag: HTML tags are used to hold the HTML element.Starts with < and ends with >.HTML tags are almost like keywords where every single tag has unique meaning.

HTML Elements:HTML element holds the content.Whatever written within a HTML tag are HTML elements.

Answer no:2
Last 2 or 3 classes we learned:

to
all heading tag,

- paragraph tag
- Bold Tag
= div tag
- table tag
-unorderlist
-order list
- button

- line break
- image tag
- anchor tag
In reply to Md Assaduzzaman

Re: Answer the question and discuss

by Shahin Hossen -
1. Difference between HTML elements and tags

HTML Tags:

HTML tags are used to hold the HTML element.
HTML tag starts with < and ends with > HTML tags are almost like keywords where every single tag has unique meaning.
HTML Elements:
HTML element holds the content.
Whatever written within a HTML tag are HTML elements.
HTML elements specifies the general content.
In reply to Md Assaduzzaman

Re: Answer the question and discuss

by Md arafat uddin saki -
1. Difference between HTML elements and tags

HTML Tags:

HTML tags are used to hold the HTML element.
HTML tag starts with < and ends with > HTML tags are almost like keywords where every single tag has unique meaning.
HTML Elements:
HTML element holds the content.
Whatever written within a HTML tag are HTML elements.
HTML elements specifies the general content.

2. Tags I have Learned from the last three classes.
In reply to Md Assaduzzaman

Re: Answer the question and discuss

by Shahariar hasan Shadhin -
1. Difference between HTML elements and tags

HTML Tags:

HTML tags are used to hold the HTML element.
HTML tag starts with < and ends with > HTML tags are almost like keywords where every single tag has a unique meaning.
HTML Elements:
HTML element holds the content.
Whatever written within a HTML tag are HTML elements.
HTML elements specifies the general content.
so these are the main difference between HTML elements and tags

2. Tags I have Learned from the last three classes:


In reply to Md Assaduzzaman

Re: Answer the question and discuss

by Md Rifat Rahman -
Answer 1. Difference between html element and tag:
An html element is everything from start tag to end tag. One the other hand without content the start and end part is called tag
For example:
(

This is a p tag

)

the whole part is referred to as a element including starting tag, content (this is a p tag) and ending tag.
and (

and

) are referred to as tags.

Answer 2. All the list of tags that We learned from the last 2 or 3 classes are following below
h1, h2, h3, h4, h5, h6, p, img, a, div, span, br, hr, b, i, u, sub, sup, del, mark, strong, link, style, script, header, footer, section, button. table, tr, td, th, ul, ol, li, nav, form, input
In reply to Md Assaduzzaman

Re: Answer the question and discuss

by Anaminni Akbar Rupa -
1. Difference between HTML elements and tags

HTML tags:

 -HTML tags are used to hold the HTML element.
 -HTML tag starts with < and ends with >
 -HTML tags are almost like keywords where every single tag has unique meaning.

HTML Elements:
-HTML element holds the content.
-Whatever written within a HTML tag are HTML elements.
-HTML elements specifies the general content

2. All the list of tags that We learned from the last 2 or 3 classes are following below

h1, h2, h3, h4, h5, h6, p, img, a, div, span, br, hr, b, i, u, sub, sup, del, mark, strong, link, style, script, header, footer, section, button. table, tr, td, th, ul, ol, li, nav, form, input
and so many more....
In reply to Md Assaduzzaman

Re: Answer the question and discuss

by Md Hasibul Hassan -
1.Elements" and "tags" are terms that are widely confused. HTML documents contain tags, but do not contain the elements. The elements are only generated after the parsing step, from these tags.
An HTML element is defined by a starting tag. If the element contains other content, it ends with a closing tag.
For example
is starting tag of a paragraph and

is closing tag of the same paragraph but
This is paragraph

is a paragraph element.
2.h1, h2, h3, h4, h5, h6, p, img, a, div, span, br, hr, b, i, u, sub, sup, del, mark, strong, link, style, script, header, footer, section, button. table, tr, td, th, ul, ol, li, nav, form, input etc.
In reply to Md Assaduzzaman

Re: Answer the question and discuss

by A. B. M. Mohiuddin -

Answer to the Question No: 1

HTML Tags Vs Elements

Technically, an HTML element is the collection of start tag, its attributes, an end tag and everything in between. On the other hand an HTML tag (either opening or closing) is used to mark the start or end of an element, as you can see in the above illustration.

However, in common usage the terms HTML element and HTML tag are interchangeable i.e. a tag is an element is a tag. For simplicity's sake of this website, the terms "tag" and "element" are used to mean the same thing — as it will define something on your web page.

Answer to the Question No: 2

All the tags I have learned in the Last 2 or 3 classes:

- paragraph tag
- Bold Tag
- div tag
- table tag
- un order list
- order list
- button
- line break
- image tag
- anchor tag
and many more tags.
In reply to Md Assaduzzaman

Re: Answer the question and discuss

by Nahidul islam Nihal -

Question No 01

Technically, an HTML element is the collection of start tag, its attributes, an end tag and everything in between. On the other hand an HTML tag (either opening or closing) is used to mark the start or end of an element, as you can see in the above illustration.

However, in common usage the terms HTML element and HTML tag are interchangeable i.e. a tag is an element is a tag. For simplicity's sake of this website, the terms "tag" and "element" are used to mean the same thing — as it will define something on your web page.

 Question No: 2

All the tags I have learned in the Last 2/3 classes:

- paragraph tag
- Bold Tag
- div tag
- table tag
- un order list
- order list
- button
- line break
- image tag
- anchor tag
and etc.
In reply to Md Assaduzzaman

Re: Answer the question and discuss

by Tanjir rahman -
1. An HTML element is defined by a starting tag, its attributes ,an end tag and everything is between on the other hand an HTML tag either opening or closing is used to mark the start or end of the element

2. The all tags i have learned in the last 2 or 3 classes-

<h1></h1> to <h6></h6> all heading tag,

 <p></p> - paragraph tag

<b></b> - Bold Tag

<div></div> = div tag

<table></table> - table tag

<ul></ul> -unorderlist

<ol></ol> -order list

<b></b> - button

<br> - line break

<img> - image tag

<a></a> - anchor tag

and some of more tags.


In reply to Md Assaduzzaman

Re: Answer the question and discuss

by Md.Iftakher Alam -
Answer to the Question No: 1

HTML Tags Vs Elements

Technically, an HTML element is the collection of start tag, its attributes, an end tag and everything in between. On the other hand an HTML tag (either opening or closing) is used to mark the start or end of an element, as you can see in the above illustration.

However, in common usage the terms HTML element and HTML tag are interchangeable i.e. a tag is an element is a tag. For simplicity's sake of this website, the terms "tag" and "element" are used to mean the same thing — as it will define something on your web page.

Answer to the Question No: 2

All the tags I have learned in the Last 2 or 3 classes:

- paragraph tag
- Bold Tag
- div tag
- table tag
- un order list
- order list
- button
- line break
- image tag
- anchor tag
and many more tags.
In reply to Md Assaduzzaman

Re: Answer the question and discuss

by Md Hasibul Hassan -
1. Difference between HTML elements and tags

HTML Tags:

HTML tags are used to hold the HTML element.
HTML tag starts with < and ends with > HTML tags are almost like keywords where every single tag has unique meaning.
HTML Elements:
HTML element holds the content.
Whatever written within a HTML tag are HTML elements.
HTML elements specifies the general content.

2. Tags I have Learned from the last three classes: