Creating a Website using HTML






what's HTML?

  • HTML is the usual markup language for developing web pages.
  • HTML stands for Hyper text Markup Language
  • HTML describes the structure of net pages using markup
  • HTML elements are the constructing blocks of HTML pages
  • HTML elements are represented by way of tags
  • HTML tags label portions of content material which includes "heading", "paragraph", "table", and so forth
  • Browsers do now not show the HTML tags, however use them to render the content material of the web page



HTML Tags

  • HTML tags are detail names surrounded by way of angle brackets:
  • <tagname>content goes right here...</tagname>
  • HTML tags typically are available in pairs like <p> and </p>
  • the primary tag in a pair is the begin tag, the second tag is the cease tag
  • The stop tag is written just like the start tag, however with a ahead lower inserted earlier than the tag call
  • Tip: The start tag is likewise known as the hole tag, and the stop tag the final tag.

Share this

Related Posts

Previous
Next Post »