Want to become a Vibe Coder? Join Vibe Coding Training here
x
C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Valon Ademi(7)
Daniel Denev(1)
Sharad Gupta(1)
Mahesh Chand(1)
Resources
No resource found
About Development on Two-Way RTF to XML/XHTML Converter Components and Services
Sep 15, 2008.
Microsoft introduced the Rich Text Format for specifying simple formatted text with embedded graphics. Initially intended to transfer such data between different applications on different operating systems, today this format is commonly used in Windows for enhanced editing capabilities. The XHTML to RTF converter consists in an XSL stylesheet for parsing XHTML tags and generating their RTF equivalents.
Display Data in a Textarea
Jun 20, 2013.
In this article I explain how to display data in a text area in PHP application with the help of JavaScript.
The embed tag in HTML5
Jul 29, 2011.
The embed tag is used for embedding another resource or interactive content into the document.
Working With the <dl>, <dt> and <dd> Tags
Jul 27, 2011.
The HTML5 dl, dt and dd tags are used to list data.
Use DataList Tag as Drop Down List in HTML5
Jul 26, 2011.
The Datalist tag represent a list of options that represent predefined options for other controls. A DataList is not visible to the user, but it is associated with the input tag through the input tag list attribute.
Working With Button Tag in HTML5
Jul 18, 2011.
This is a rich button tag that is used to create a push button. It is a clickable button.
Set Space From Both Left And Right Side Using Blockquote Tag in HTML5
Jul 13, 2011.
The Blockquote tag set white space on both left and right side of document. It is mostly use for long quotation and it renders paragraph breaks.
Use of BDO Tag in HTML5
Jul 12, 2011.
HTML5 has a BDO tag to override current directionality of text from right to left or left to right.
Base Tags in HTML5
Jul 11, 2011.
A Base tag is usually used to set a default (base) URL or relative links for all subsequent relative links.
XML Namespaces
Nov 18, 2009.
In this article I will explain you about XML namespace, DTD and schemas and Extensible Hyper Text Markup Language.