In this article, you will learn-
- 1 HTML Versus XHTML
- 2 HTML Uniform Resource Locators
- 3 HTML Encoding (Character Sets)
- 4 Using Emojis in HTML
- 5 HTML Symbols
- 6 HTML Entities
- 7 HTML Computer Code Elements
- 8 HTML – The Head Element
- 9 HTML Layout Elements and Techniques
- 10 HTML File Paths
- 11 HTML JavaScript
- 12 HTML Iframes
- 13 HTML id Attribute
- 14 HTML class Attribute
- 15 HTML Block and Inline Elements
- 16 HTML Other Lists
- 17 HTML Ordered Lists
- 18 HTML Unordered Lists
- 19 HTML Lists
- 20 HTML Tables
- 21 HTML picture Element
- 22 HTML Background Images
- 23 HTML Image Maps
- 24 HTML Images
- 25 HTML Links – Create Bookmarks
- 26 HTML Links – Different Colors
- 27 HTML Links
- 28 HTML Styles – CSS
- 29 HTML HSL and HSLA Colors
- 30 HTML HEX Colors
- 31 HTML RGB and RGBA Colors
- 32 HTML Colors
- 33 HTML Comments
- 34 HTML Quotation and Citation Elements
- 35 HTML Text Formatting
- 36 HTML Styles
- 37 HTML Paragraphs
- 38 HTML Headings
- 39 HTML Attributes
- 40 HTML Elements
- 41 HTML Basic Examples
- 42 HTML Editors
- 43 HTML Introduction
HTML Versus XHTML
HTML vs XHTML HTML vs XHTML: XHTML is a stricter, more XML-based form of HTML. In this tutorial, you will ...
HTML Uniform Resource Locators
HTML Uniform Resource Locators HTML Uniform Resource Locators: A URL is another word for a web address. URL is a ...
HTML Encoding (Character Sets)
HTML Charset: To display an HTML page effectively, an internet browser should realize what character set to use. In this ...
Using Emojis in HTML
HTML Emojis are characters from the UTF-8 person set: 😄 😍 💗 Emojis are letters (characters) from the UTF-8 (Unicode) ...
HTML Symbols
HTML Symbols: Symbols that are absent on your keyboard can likewise be added by using entities. Symbols to be used ...
HTML Entities
HTML Entities: Reserved characters in HTML should be replaced with character entities. HTML character entities are used as a substitution ...
HTML Computer Code Elements
HTML Computer Code Elements: HTML contains a few elements for defining user input and computer code. At the point when ...
HTML – The Head Element
HTML Head HTML head: The HTML <head> element is a container for the accompanying elements: <title> , <style>, <meta>, <link>, ...
HTML Layout Elements and Techniques
HTML Layouts HTML Layouts: Have an efficient and stylish organization of the elements in an HTML site page. It makes ...
HTML File Paths
HTML File Paths: A file path describes the location of a file in a web site's folder structure. An HTML ...
HTML JavaScript
HTML Scripts HTML Scripts: JavaScript makes HTML pages more dynamic and interactive. A Script is a small program which is ...
HTML Iframes
A HTML iframes is used to display a page inside a website page. HTML Iframe is used to display a ...
HTML id Attribute
The HTML id attribute is used to indicate a unique id for an HTML element. You can't have more than ...
HTML class Attribute
The HTML class attribute is used to determine a class for a HTML element. Different HTML elements can have a ...
HTML Block and Inline Elements
HTML Blocks HTML Blocks: Each HTML element has a default show value, depending on what type of element it is ...
HTML Other Lists
HTML likewise supports description lists. HTML Lists are used to determine lists of data. All lists may contain at least ...
HTML Ordered Lists
HTML Ordered Lists: The HTML <ol> tag defines an ordered list. An ordered list can be numerical or alphabetical. HTML ...
HTML Unordered Lists
HTML Unordered Lists: The HTML <ul> tag defines an unordered (bulleted) list. HTML Lists are used to determine lists of ...
HTML Lists
HTML lists allow web developers to group a set of related items in lists. HTML Lists are used to determine ...
HTML Tables
HTML Tables: HTML tables allow web developers to arrange data into rows and columns. The HTML tables allow web authors ...
HTML picture Element
The HTML<picture> element allows you to show various pictures for various gadgets or screen sizes. The <picture> element has been ...
HTML Background Images
HTML Background Images: A background image can be indicated for almost any HTML element. In HTML, background images are set ...
HTML Image Maps
HTML Image Maps: With HTML image maps, you can create clickable areas on an image. Using HTML map tags, you ...
HTML Images
HTML Images: Images can improve the design and the appearance of a page. Images are vital to enhance just as ...
HTML Links – Create Bookmarks
HTML Links - Create Bookmarks: HTML links can be used to create bookmarks, with the goal that readers can leap ...
HTML Links – Different Colors
HTML Links - Different Colors: An HTML link is displayed in an alternate color depending on whether it has been ...
HTML Links
Links are found on nearly all website pages. Links allow users to click their way from one page to another ...
HTML Styles – CSS
HTML Styles -CSS: CSS represents Cascading Style Sheets. CSS saves a lot of work. It can handle the layout of ...
HTML HSL and HSLA Colors
HTML HSL and HSLA Colors: HSL represents hue, saturation, and lightness. HSLA color values are an extension of HSL with ...
HTML HEX Colors
HTML HEX Colors: A hexadecimal color is specified with #RRGGBB, where the RR (red), GG (green), and BB (blue) hexadecimal ...
HTML RGB and RGBA Colors
HTML RGB and RGBA Colors: An RGB color value addresses RED, GREEN, and BLUE light sources. A RGBA color value ...
HTML Colors
HTML colors are specified with predefined color names, or with RGB, HEX, HSL, RGBA, or HSLA values. Colors are very ...
HTML Comments
HTML comments are not shown in the browser, but they can help document your HTML source code. Comments are some ...
HTML Quotation and Citation Elements
HTML Quotation and Citation Elements: In this chapter, we will go through the <blockquote>,<q>, <abbr>, <address>, <cite>, and <bdo> HTML elements. The Quotation ...
HTML Text Formatting
HTML Formatting: HTML contains several elements for characterizing text with a special meaning. HTML provides several tags that you can ...
HTML Styles
The HTML style attribute is used to add styles to an element, like color, textual style, size, and more. Styles ...
HTML Paragraphs
HTML Paragraphs: A paragraph consistently begins on a new line, and is typically a block of text. HTML Paragraphs An ...
HTML Headings
HTML headings are titles or subtitles that you need to display on a webpage. An HTML heading or HTML h ...
HTML Attributes
HTML attributes provide extra information about HTML elements. HTML Attributes HTML attributes are special words that provide extra information about ...
HTML Elements
An HTML elements is defined by a start tag, some content, and an end tag. In this tutorial, you will ...
HTML Basic Examples
HTML (Hypertext Markup Language) is the code that is used to structure a web page and its content. For instance, ...
HTML Editors
HTML Editors: A simple text editor is all you need to learn HTML. In this tutorial, you will learn- What ...
HTML Introduction
HTML Introduction HTML tutorial or HTML 5 tutorial provides fundamental and advanced concepts of HTML. Our HTML tutorial is developed ...