Jump to content

Photo

HTML Question


  • Please log in to reply
9 replies to this topic

#1 ITblasters

ITblasters

    Byte

  • Members
  • 53 posts

Posted 08 April 2013 - 02:03 AM

Can you explain me what is html elements and what its example?



#2 Guest_ElatedOwl_*

Guest_ElatedOwl_*
  • Guests

Posted 08 April 2013 - 07:22 AM

That's way too broad of a question for us to answer.



#3 POD

POD

    Byte

  • Members
  • 9 posts

Posted 09 April 2013 - 12:27 AM

Not as well as wikipedia can. Here you go ITblaster:

 

http://en.wikipedia....ki/HTML_element

 

 

after you finish with that. move on to this:

 

http://www.w3schools...ml_elements.asp

 

and then this:

 

http://www.tizag.com...lT/elements.php

 

now open notepad and give er' a whirl.



#4 Guest_ElatedOwl_*

Guest_ElatedOwl_*
  • Guests

Posted 09 April 2013 - 07:26 AM

Just an fyi on the w3schools link



#5 POD

POD

    Byte

  • Members
  • 9 posts

Posted 12 April 2013 - 10:18 PM

Just an fyi on the w3schools link

 

LOL, im well aware of the supposed "inaccuracy" of w3schools content. some of it has been fixed. I feel as a whole though, that w3schools is a great starting point for a novice, because of their try it editor. thanks for the link though. found another css resource from that page.



#6 Champion of Cyrodiil

Champion of Cyrodiil

    Gigabyte

  • Members
  • 776 posts
  • LocationVirginia

Posted 15 April 2013 - 09:25 PM

an html element is the declaration of some web page element.  I say "web page" because if you are asking what an html element is, you are probably not asking in reference to a web application.



#7 Octal IT Solution

Octal IT Solution

    Bit

  • Members
  • 5 posts
  • Location4283 Express Lane Suite 317-890, Sarasota FL 34238

Posted 15 February 2018 - 02:47 AM

HTML stands for Hypertext Markup Language.Html Elements are like keywords that tells the browser how to format the text.
And an HTML element usually consists of a start tag and end tag.

 

Example of HTML Elements are :- 

 

<p>your content here...</p> --- for paragraphs

 

<a>your link here...</a> ---to create links

 

<h1>your heading here...</h1> ---for headings and many more tags are there.
 



#8 mallikarjuna

mallikarjuna

    Bit

  • Members
  • 4 posts

Posted 28 February 2019 - 05:41 AM

Html Stand for Hyper text markup language and it used to design the webpages. What ever we want to show in website has to be defined by using elements and it contains starting and ending tags

 

For example <i></i> which is used to show text in italic format

<b> is used for showing text in bold



#9 aditya

aditya

    Bit

  • Members
  • 1 posts

Posted 17 August 2019 - 09:51 PM

here http://www.welookups...l_elements.html



#10 adamgreen

adamgreen

    Bit

  • Members
  • 1 posts

Posted 08 November 2021 - 02:12 AM

Elements are the building blocks of HTML that describe the structure and content of a web page. They are the “Markup” part of HyperText Markup Language (HTML).
HTML syntax uses the angle brackets (”<” and ”>”) to hold the name of an HTML element. Elements usually have an opening tag and a closing tag, and give information about the content they contain. The difference between the two is that the closing tag has a forward slash.
Let's look at some specific examples of HTML tags.
 
in general, there are a lot of them and each one will assign for a specific function. You should either read about it and try to write the code yourself to see how they work, or contact IT specialists if it is difficult to do it.

for a detailed explanation, you can contact IT specialists