What is Html?

Introduction of Html

What is Html? - short courses in lahore

  • HTML stands for Hyper Text Markup Language.
    Hypertext refers to text that is organized in a way that allows for easy linking between related items. It typically contains hyperlinks, which are clickable elements that connect to other documents, web pages, or sections within the same document. Hypertext enables non-linear reading and navigation, allowing users to explore interconnected information.
    HTML is the full hypertext markup language, a formatting system for showing different data over the internet. Each other unit system is known as a web page from WWW, World Wide Web, and such pages frequently contain hypertext links that allow connection to the pages.HTML is the standard markup language for making different Web pages 
  • HTML defines the composition of a webpage, outlining its structural elements.
  • HTML consists of a series of elements.
  • HTML elements tell the browser how to show the content
  • HTML is the skeleton, CSS is the skin-like as website design markup, and JavaScript is the circulatory, digestive, and respiratory systems that bring the structure and the skin to life. By the way, HTML defines the markup for a particular web page.

HTML Explained

  • The declaration defines that this document is an HTML5 latest document
  • The < HTML > element is the root of the HTML page
  • The < head > element contains meta-information and other information for the browser about the HTML page
  • The < title > element specifies a title for the HTML page as shown in all browser’s title bars.
  • The < body > element introduces the document’s body and is all contents, such as heading, paragraphs, hyperlinks, images or wallpapers, lists, tables, etc.
  • The < H1 > elements define a large heading, H tag provides 6 different heading elements H1, H2, H3, H4, H5, and H6.
  • The < P > elements define to content paragraph.

What is an HTML Element?

  • HTML element is defined start tag, and write some content and an end tag, HTML element is written everything from the start tag to the end tag.
  • But some element has no start tag, no content, and an end tag. Like as < br >, < hr >, < img > tag etc.

What are HTML Attributes?
HTML tags also take what are called attributes. These attributes are written in the opening tag and range from style, id, classes, src, href etc.
What is Semantic HTML?
Semantic HTML means that your HTML tags what is the actual meaning of what they are used for.With semantic HTML, semantically-neutral tags such as < div > , < span ><header>, <nav>, <main>, <section>, <footer>, and <article>. Semantic HTML tags are specifically designed to give meaning and structure to web content. These tags provide a clear indication of the purpose or role of the content they enclose.