📄️ Introduction to HTML
HTML is the standard markup language for creating Web pages, HTML stands for Hyper Text Markup Language
📄️ HTML Tutorial
Let's discover HTML in less than 5 minutes.
📄️ Flavors of HTML and XHTML
There are many versions of HTML and XHTML in existence (see Table 3-1). In the early
📄️ HTML-Headings
Learn how to use HTML Headings
📄️ HTML-Paragraph
<p> is used to represent paragraphs in html.
📄️ HTML-CSS
Cascading Style Sheets(css) is used for style and arrange the elements in the web page.
📄️ HTML-Text Formatting
Learn to format text in HTML.
📄️ HTML-Quotations
This chapter will go over the HTML elements `<blockquote>`,`<q>`,`<abbr>`,`<address>`, `<cite>` and `<bdo>`.
📄️ HTML-Comments
HTML comments are not visible in browsers.
🗃️ HTML Links
2 items
🗃️ HTML Images
3 items
📄️ HTML-Tables
HTML tables allow web developers to arrange data into rows and columns.
📄️ HTML-List
HTML lists enable web developers to arrange a collection of related objects into lists.
📄️ HTML-Classes
The HTML class property specifies the class of an HTML element.
📄️ HTML-id
The HTML `id` property is used to provide an HTML element a unique identifier.
📄️ HTML-iframes
An HTML iframe is used to display a web page within a web page..
📄️ HTML-JavaScript
Javascript makes the HTML page dynamic , All actions in the page is done by using Javascript
📄️ HTML-Head
Learn about the HTML `<Head>` element.
📄️ HTML-Responsive
The goal of responsive web design is to create web pages that appear nice on all devices!
🗃️ HTML Forms
5 items
🗃️ HTML Attributes
5 items