forked from luoxn28/tinyhtml
-
Notifications
You must be signed in to change notification settings - Fork 0
Eternity1987/tinyhtml
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is a simple html file parser. Changes: Version 0.1.0: The tinyhtml now only parses the simply html file, the complex html file it cann't parses. the simply html file like this " <html> <head> <title>我的第一个 HTML 页面</title> </head> <body> <p>body 元素的内容会显示在浏览器中。</p> <p>title 元素的内容会显示在浏览器的标题栏中。</p> </body> </html> "
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C++ 99.0%
- Makefile 1.0%