Overview
HTML (HyperText Markup Language) is the most basic building block of the Web. It defines the meaning and structure of web content. Other technologies besides HTML are generally used to describe a web page’s appearance/presentation (CSS) or functionality/behavior (JavaScript)
“Hypertext” refers to links that connect web pages to one another, either within a single website or between websites. Links are a fundamental aspect of the Web. By uploading content to the Internet and linking it to pages created by other people, you become an active participant in the World Wide Web.
HTML uses “markup” to annotate text, images, and other content for display in a Web browser. HTML markup includes special “elements” such as <head>
, <title>
, <body>
, <header>
, <footer>
, <article>
, <section>
, <p>
, <div>
, <span>
, <img>
, <aside>
, <audio>
, <canvas>
, <datalist>
, <details>
, <embed>
, <nav>
, <output>
, <progress>
, <video>
, <ul>
, <ol>
, <li>
and many others.
HTML - Reading Topics
1. Introduction to HTML
Sr No. | Topics | Reference |
---|
1 | What is html? Whats new in HTML5? | |
2 | What is doctype? | |
3 | What are head elements in HTML? | |
4 | What is inline element and block elements? List down all | |
5 | What are structural elements in HTML? | |
6 | What are list elements in HTML? | |
7 | Sementic Tags | |
8 | What are form elements? | |
9 | Read about forms | |
10 | How it works | |
11 | Methods | |
12 | Actions | |
13 | Form elements | |
2. Container and wrappers
Sr No. | Topics |
---|
1 | What is Container |
2 | What is Wrapper |
3 | Difference between Container and Wrapper |
3. Dom Description
Sr No. | Topics |
---|
1 | Introduction to the DOM |
2 | What is the DOM? |
3 | Difference between Container and Wrapper |
Sr No. | Topics |
---|
1 | What are browser developer tools? |
2 | How to use them |
5. Character escape in HTML
Sr No. | Topics |
---|
1 | What is Character escape |
2 | Which characters need to be escaped in HTML? |
6. Understanding Character encoding
Sr No. | Topics |
---|
1 | 1) Why and How should I declare the encoding of my HTML file? |