Quick Learnology

HTML Introduction :

  • Hyper Text Markup Language  
  • HTML  code is used to structure a web page and its content.  
  • The Components used to design the structure of websites are called HTML tags.

HTML Editors :

  • HTML Text Editors are used to create and modify web pages.
  • HTML Codes can be written in any Text Editors including the Notepad.
  • Save File – extension “.html” or “.htm”.

HTML Comments :

  • The Comment Tag ( <!–comment–> ) is used to insert comments in the HTML code.
  • It is a Good practice of coding, so that coder and the reader can get help to understand the code.
  • It is useful to understand the steps of the complex code.

HTML Layouts and Elements :

  • Page Layout deals with the arrangements of visual elements on a page.
  • Page Layout is used to make the web pages look better.
  • The HTML Element is everything from the start tag to the end tag:

    <tagname>Content goes here…</tagname>

HTML Tags :

HTML Attributes

Attributes are used to add more information.
<html lang=”en”>