
Question: What is HTML?
Answer: In short the HTML is HyperText Markup Language. This means is Language to Write Simple Elements and Code to Build Apps, Websites, and Pages. 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).
The HTML uses “markup” to annotate text, images, and other content for display in a Web browser
“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 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>