Yuku free message boards
Username or E-mail:
Password:
Forgot
Password?
Sign Up
Grab the Yuku app
Search:
MenuetOS
menuetos
>
32bit - MenuetOS
>
I am making a HTML-browser
0 Points
Search this Topic:
«Prev
1
2
Next»
Jump
Add Reply
New Topic
New Poll
Forum Jump
64bit - MenuetOS
64bit - Projects
64bit - Hardware
32bit - MenuetOS
32bit - Kernel
32bit - Applications
Help
Heap
<< Previous Topic
Next Topic >>
Re: I am making a HTML-browser
Author
Comment
8138365
#1
[-]
Posts
: 176
Nov 4 04 12:33 PM
Reply
Quote
More
My Recent Posts
However there's something important to notice when closing tas which contains unclosed tags.
It concerns CSS styles. If you define in a CSS file :
CODE
body { font-color: black; }
b { font-color: green; }
b u { font-color: blue; }
u { font-color: red; }
When interpreted, the code would render as :
CODE
<b><u>Blue, Bold, Underlined</b>Black, Underlined</u>
<u><b>Green, Bold, Underlined</b>Red, Underlined</u>
When closing a tag which contains an unclosed tag, it do not end the main definition of the tag (bold, underlined) bu do end the definition of the CSS style (font-color).
<< Previous Topic
Next Topic >>
Add Reply
Forum Jump
64bit - MenuetOS
64bit - Projects
64bit - Hardware
32bit - MenuetOS
32bit - Kernel
32bit - Applications
Help
Heap
Share This
Email to Friend
del.icio.us
Digg it
Facebook
Blogger
Yahoo MyWeb
«Prev
1
2
Next»
Jump
menuetos
>
32bit - MenuetOS
>
I am making a HTML-browser
Click to subscribe by RSS
Click to receive E-mail notifications of replies