Skip to content

Commit c3cae43

Browse files
authored
Merge pull request #47 from codeharborhub/dev-1
New update
2 parents e20db29 + 063d8a1 commit c3cae43

File tree

57 files changed

+2
-839
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+2
-839
lines changed

docs/html/forms/building-form.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ sidebar_label: Building Forms
55
sidebar_position: 1
66
tags: [html, web-development, forms, user-input, front-end-development, web-design]
77
description: "Learn how to create forms in HTML to collect user input effectively, with detailed examples and best practices."
8-
hide_table_of_contents: true
98
---
109

1110
Forms are an essential part of any website or web application. They allow users to interact with the website by providing input, such as text, selections, and buttons. Forms are used for various purposes, such as user registration, login, search, feedback, and more.

docs/html/forms/form-attribute.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ sidebar_position: 3
66
description: "Learn about the form attribute in HTML forms and how it can be used to associate form elements with a form."
77
keywords: [form attribute, form element, form association, form control, HTML form, web development, front-end development, web design]
88
tags: [html, web-development, forms, user-input, front-end-development, web-design]
9-
hide_table_of_contents: true
109
---
1110

1211
The `form` attribute in HTML is used to associate form elements with a form. It specifies the `id` of the form element that the input element belongs to. This association allows you to group related form controls together and define the form structure more clearly.

docs/html/forms/form-input-element.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ sidebar_position: 2
66
tags: [html input element, html form input element, html input types, html input text, html input password, html input email]
77
description: "Learn about the HTML <input> element and its various types such as text, password, email, etc., used to create input fields within a form."
88
keywords: [html input element, html form input element, html input types, html input text, html input password, html input email]
9-
hide_table_of_contents: true
109
---
1110

1211
The `<input>` element is used to create input fields within a form. It can be used to create text fields, checkboxes, radio buttons, buttons, and more. The `type` attribute of the `<input>` element specifies the type of input field to be created.

docs/html/how-html-works.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ sidebar_label: How HTML works
55
sidebar_position: 2
66
tags: [html, web-development, front-end-development, web-design, web-browsers, web-technology, web-pages]
77
description: "In this tutorial, you will learn about How HTML works with web browsers and how web browsers render HTML content."
8-
hide_table_of_contents: true
98
---
109

1110
> *We have already learned HTML in the previous tutorial. In this tutorial, we will learn about how HTML works with web browsers and how web browsers render HTML content.*

docs/html/html-basics/attributes-and-values.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ sidebar_position: 3
66
tags: [html, web-development, attributes, values]
77
description: "In this tutorial, you will learn about HTML attributes and values. HTML attributes provide additional information about elements, and values define the specific settings or properties of the attributes."
88
keywords: [html, web development, attributes, values, html attributes, html values, html tutorial, html basics, web design, web pages, websites, html structure, html attributes tutorial, html values tutorial, html in 2024]
9-
hide_table_of_contents: true
109
---
1110

1211
HTML Attributes and Values are used to provide additional information about HTML elements and define specific settings or properties for those elements. In this tutorial, you will learn about HTML attributes and values and how they are used in web development.

docs/html/html-basics/document-structure.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ sidebar_label: Document Structure
55
sidebar_position: 4
66
tags: [html, web-development, document-structure]
77
description: "In this tutorial, you will learn about the structure of an HTML document and how to create a basic HTML document."
8-
hide_table_of_contents: true
98
---
109

1110
An HTML document consists of several parts that define the structure and content of the web page. Understanding the structure of an HTML document is essential for creating well-formed and valid web pages. In this tutorial, you will learn about the structure of an HTML document and how to create a basic HTML document.

docs/html/html-basics/elements-and-tags.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ sidebar_position: 2
66
tags: [html, web-development, elements, tags]
77
description: "In this tutorial, you will learn about HTML elements and tags. HTML elements are the building blocks of HTML pages, and tags are used to define the structure of the content."
88
keywords: [html, web development, elements, tags, html elements, html tags, html tutorial, html basics, web design, web pages, websites, html structure, html elements tutorial, html tags tutorial, html in 2024]
9-
hide_table_of_contents: true
109
---
1110

1211
HTML elements and tags are the building blocks of HTML pages. Elements define the structure and content of the web page, while tags are used to mark up the elements. In this tutorial, you will learn about HTML elements and tags and how they are used to create web pages.

docs/html/html-basics/syntax-and-structure.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ keywords:
4141
html in 2024,
4242
]
4343
description: "In this tutorial, you will learn about the syntax and structure of HTML."
44-
hide_table_of_contents: true
4544
---
4645

4746
HTML (Hypertext Markup Language) is the standard markup language for creating web pages. It provides the structure and layout of the content on the web. In this tutorial, you will learn about the syntax and structure of HTML.

docs/html/html-validation-and-debugging/common-html-errors-and-fixes.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ keywords:
1515
html errors,
1616
html fixes,
1717
]
18-
hide_table_of_contents: true
1918
---
2019

2120
In this tutorial, you will learn about common HTML errors and how to fix them to create valid and well-structured HTML documents.

docs/html/html-validation-and-debugging/importance-of-validating-html-code.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ sidebar_position: 1
66
tags: [html, web-development, validation, debugging]
77
description: "In this tutorial, you will learn about the importance of validating HTML code and how to use HTML validators to check for errors and ensure your code is well-formed and standards-compliant."
88
keywords: [html validation, html validation importance, html validation benefits, html validation tools, html validation online, html validation w3c, html validation checker, html validation error, html validation code, html validation best practices, html validation and debugging]
9-
hide_table_of_contents: true
109
---
1110

1211
In this tutorial, you will learn about the importance of validating HTML code and how to use HTML validators to check for errors and ensure your code is well-formed and standards-compliant.

0 commit comments

Comments
 (0)