search
HomeBackend DevelopmentXML/RSS Tutorial10 related recommendations about XHTML

DIV+CSS" is actually an inaccurate term. Before taking notes, I must correct an error for everyone. That is, the term "p+CSS" is actually inaccurate. The name is the name given by the Chinese to this method of laying out standard pages. It is caused by a lack of thorough understanding of the technology. What is the standard name? Haha, yes, the standard name is xHTML+CSS! Distinguish the past page layout methods from the current popular page layout methods from the code. I think that in the past, Table was used to layout the page, which was called "Table+CSS", but now the layout page uses p, so it is called "p+CSS". ". It sounds quite reasonable. Don't you know that this term has misled most web developers and led web page makers into two major misunderstandings: [Myth 1] If Table is used in a web page, the page will not be standard, and it may even feel that it is used Table is shameful. Table has become the key point to determine whether a page is standard. [Misunderstanding 2] It is believed that the more p tags used in a web page, the better. Some people even replace all tags in the page with p. There are too many p's

.

1. Detailed introduction about css layout style

10 related recommendations about XHTML

##Introduction: The term "DIV+CSS" is actually an inaccurate term. Before taking notes, I must correct an error for everyone, that is, the term "p+CSS" is actually an inaccurate term. Method is the name given by the Chinese to this method of laying out standard pages. It is caused by a lack of thorough understanding of the technology. What is the standard name? Haha, yes, the standard name is xHTML+CSS. Purely from the code! Distinguish between the past page layout methods and the current popular page layout methods. I think Table was used to layout pages in the past...

2. 10 about compatibility processing Recommended article

10 related recommendations about XHTML

Introduction: CSS compatibility with browsers is sometimes a headache, maybe when Once you understand the techniques and principles involved, you will find it is not difficult. I have collected the compatibility methods of IE7, 6 and Fireofx from the Internet and sorted them out. For the transition to web2.0, please try to write code in xhtml format, and DOCTYPE affects CSS processing. As a W3C standard, DOCTYPE declaration must be added. CSS skills 1.p vertical centering problem vertical-align:middle;...

## 3.

Recommended articles about parsing engines

10 related recommendations about XHTML##Introduction: Many people may think that at present The HTML parser is enough, and even simple regular expressions can already meet the needs of manipulating HTML documents. Yes, for the vast majority of HTML documents on the Internet, in fact, most of them meet the XHTML specifications, and their parsing does not require a powerful parser. But a powerful parser is one thing, and a perfect parser is another. Jumony Core first provides a nearly perfect HTML parsing engine, and its parsing results are infinitely close to those of the browser. Regardless of whether there is no end tag...

4.

Detailed introduction to standardized naming

10 related recommendations about XHTMLIntroduction: Naming functions and variables correctly and vividly can not only increase the readability of the program, but also reflect the programmer's programming style. Better naming habits can effectively improve the maintainability of the program. The following introduces the method of standardizing naming. Interested friends can take a look. 1. DIV+CSS standard naming set When we develop CSS+p web pages (Xhtml), the most confusing and entangled thing is CSS naming, especially novices who don’t know what to name and what is the best way to name it. Description of naming rules: 1), all naming is the most...

5.

The difference between b tag, Strong tag, h1 tag and the use of

Introduction: strong It is recommended to use b only once but you can use strong multiple times. Semantically emphasize b. Formally bold 1. What are STRONG and B tags? As we all know, the development of affairs can only become more and more standardized, and search engines must also prefer standardized things. The b tag is the content of HTML, and STRONG is the content of XHTML. Therefore, from a standardization perspective, the STRONG tag is better than the B tag. Therefore, when technology permits, it is a trend for websites to use DIV+CSS for layout as much as possible.

6. Summary of how to solve css browser compatibility issues

10 related recommendations about XHTML

##Introduction: The compatibility of CSS with browsers is sometimes a headache. Perhaps when you understand the techniques and principles, you will find it is not difficult. We have collected the compatibility of IE7, 6 and Fireofx from the Internet. The gender processing methods have been sorted out. For the transition to web2.0, please try to write code in xhtml format, and DOCTYPE affects CSS processing. As a W3C standard, DOCTYPE must be added

7. HTML5 First Preview Introduction

10 related recommendations about XHTML

##Introduction: 1.HTML5 will become HTML, XHTML and the new standard for HTML DOM. 2. New features in HTML5: 1) Canvas: for drawing 2) Video and Audio: for media playback 3) Better support for local offline storage.

8.

Detailed explanation of examples of hyperlinks in XHTML

10 related recommendations about XHTML##Introduction: This article mainly introduces the tutorial on using hyperlink tags in XHTML, including an introduction to the usage of anchor links and link relative addresses. Friends in need can refer to the following

9.

Use HTML+CSS to create a warm blue white

10 related recommendations about XHTMLIntroduction: Still remember Is Dabai the "warm guy" in "Big Hero Marines"? Do you really want to have one? Let’s use HTML and CSS to create our own “Dabai”! , Use HTML and CSS to create your own warm man "Dabai"_HTML/Xhtml_Web page production

##10. What are the advantages of HTML5?

10 related recommendations about XHTML Introduction: Haven’t you considered using HTML5 yet? Of course I guess you may have your own reasons; it's not widely supported yet, it doesn't work in IE, or you just like to write stricter XHTML code. HTML5 is a major change in the world of web development. In fact, whether you like it or not, it represents the future trend.

[Related Q&A recommendations]:

php - How to make a mobile web page?

javascript - Why use -index and left: nowleft?

#xhtml - Should empty tags in html5 documents be closed?

javascript - Question about outerWidth(value)?

javascript - Why is it prompted twice when calling the alert() method?

The above is the detailed content of 10 related recommendations about XHTML. For more information, please follow other related articles on the PHP Chinese website!

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
RSS & XML: Understanding the Dynamic Duo of Web ContentRSS & XML: Understanding the Dynamic Duo of Web ContentApr 19, 2025 am 12:03 AM

RSS and XML are tools for web content management. RSS is used to publish and subscribe to content, and XML is used to store and transfer data. They work with content publishing, subscriptions, and update push. Examples of usage include RSS publishing blog posts and XML storing book information.

RSS Documents: The Foundation of Web SyndicationRSS Documents: The Foundation of Web SyndicationApr 18, 2025 am 12:04 AM

RSS documents are XML-based structured files used to publish and subscribe to frequently updated content. Its main functions include: 1) automated content updates, 2) content aggregation, and 3) improving browsing efficiency. Through RSSfeed, users can subscribe and get the latest information from different sources in a timely manner.

Decoding RSS: The XML Structure of Content FeedsDecoding RSS: The XML Structure of Content FeedsApr 17, 2025 am 12:09 AM

The XML structure of RSS includes: 1. XML declaration and RSS version, 2. Channel (Channel), 3. Item. These parts form the basis of RSS files, allowing users to obtain and process content information by parsing XML data.

How to Parse and Utilize XML-Based RSS FeedsHow to Parse and Utilize XML-Based RSS FeedsApr 16, 2025 am 12:05 AM

RSSfeedsuseXMLtosyndicatecontent;parsingtheminvolvesloadingXML,navigatingitsstructure,andextractingdata.Applicationsincludebuildingnewsaggregatorsandtrackingpodcastepisodes.

RSS Documents: How They Deliver Your Favorite ContentRSS Documents: How They Deliver Your Favorite ContentApr 15, 2025 am 12:01 AM

RSS documents work by publishing content updates through XML files, and users subscribe and receive notifications through RSS readers. 1. Content publisher creates and updates RSS documents. 2. The RSS reader regularly accesses and parses XML files. 3. Users browse and read updated content. Example of usage: Subscribe to TechCrunch's RSS feed, just copy the link to the RSS reader.

Building Feeds with XML: A Hands-On Guide to RSSBuilding Feeds with XML: A Hands-On Guide to RSSApr 14, 2025 am 12:17 AM

The steps to build an RSSfeed using XML are as follows: 1. Create the root element and set the version; 2. Add the channel element and its basic information; 3. Add the entry element, including the title, link and description; 4. Convert the XML structure to a string and output it. With these steps, you can create a valid RSSfeed from scratch and enhance its functionality by adding additional elements such as release date and author information.

Creating RSS Documents: A Step-by-Step TutorialCreating RSS Documents: A Step-by-Step TutorialApr 13, 2025 am 12:10 AM

The steps to create an RSS document are as follows: 1. Write in XML format, with the root element, including the elements. 2. Add, etc. elements to describe channel information. 3. Add elements, each representing a content entry, including,,,,,,,,,,,. 4. Optionally add and elements to enrich the content. 5. Ensure the XML format is correct, use online tools to verify, optimize performance and keep content updated.

XML's Role in RSS: The Foundation of Syndicated ContentXML's Role in RSS: The Foundation of Syndicated ContentApr 12, 2025 am 12:17 AM

The core role of XML in RSS is to provide a standardized and flexible data format. 1. The structure and markup language characteristics of XML make it suitable for data exchange and storage. 2. RSS uses XML to create a standardized format to facilitate content sharing. 3. The application of XML in RSS includes elements that define feed content, such as title and release date. 4. Advantages include standardization and scalability, and challenges include document verbose and strict syntax requirements. 5. Best practices include validating XML validity, keeping it simple, using CDATA, and regularly updating.

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

Atom editor mac version download

Atom editor mac version download

The most popular open source editor

SublimeText3 Linux new version

SublimeText3 Linux new version

SublimeText3 Linux latest version

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

SublimeText3 English version

SublimeText3 English version

Recommended: Win version, supports code prompts!

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

Integrate Eclipse with SAP NetWeaver application server.