https://github.com/jdsherbert/markup-language-reference
This is a list of Markup language syntax. Markup languages are used for structuring, organizing, and formatting data and documents. They provide a way to describe the structure and presentation of information, making it easier for both humans and machines to interpret and process the content.
https://github.com/jdsherbert/markup-language-reference
json sgml xml yaml
Last synced: about 1 month ago
JSON representation
This is a list of Markup language syntax. Markup languages are used for structuring, organizing, and formatting data and documents. They provide a way to describe the structure and presentation of information, making it easier for both humans and machines to interpret and process the content.
- Host: GitHub
- URL: https://github.com/jdsherbert/markup-language-reference
- Owner: JDSherbert
- Created: 2023-06-08T01:36:05.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-12T23:56:51.000Z (over 2 years ago)
- Last Synced: 2025-09-03T09:45:58.063Z (10 months ago)
- Topics: json, sgml, xml, yaml
- Homepage:
- Size: 36.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Markup-Language-Reference
-----------------------------------------------------------------------
## XML
More available here:
https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/xmldoc/recommended-tags
| Tag | Description |
|-----------------|------------------------------------------------------------------------------|
| `` | Specifies the author or authors of the code element. |
| `` | Formats a block of code or code snippet. |
| `` | Formats inline code or code snippets. |
| `` | Provides an example usage or demonstration of the code element. |
| `` | Describes the exceptions that a method can throw. |
| `` | Creates a list item in a bulleted or numbered list. |
| `` | Describes a parameter of a method or constructor. |
| `` | Represents a paragraph of text. |
| `` | Provides additional remarks or details about the code element. |
| `` | Describes the return value of a method. |
| `` | Creates a link to another code element or external resource. |
| `` | Provides a cross-reference to related code elements or external resources. |
| `` | Indicates the version or date since when the code element has been available.|
| `` | Provides a summary or description of the code element. |
| `` | Describes a type parameter of a generic method or class. |
| ``| Creates a reference to a type parameter in the documentation. |
| `` | Describes the value of a property. |
## SGML
More available here:
https://validator.w3.org/docs/sgml.html
| Tag | Description |
|------------|-----------------------------------------------|
| `` | Defines the Document Type Declaration (DTD) |
| `` | Defines an element or tag in the markup |
| `` | Defines an entity representing a character or text |
| `` | Specifies attributes and their values for an element |
| `` | Represents a comment within the markup |
| `` | Provides processing instructions |
| `` | Marks a section of unparsed character data |
| `` | Represents a link or reference to another resource |
| `
` | Defines a paragraph of text |
| `
` | Represents the head section of a document |
| `` | Specifies the title of a document |
| `` | Represents the body section of a document |
| `
` | Specifies an image element |
| `` | Defines a table structure |
| `` | Represents a table row |
| `` | Represents a table cell |
| `