Testing: Is html really dead?
testing font tag for size and color (red)
Testingsuperscript
Testingsubscript
Testing text indent...
and...
line...
breaks.
using paragraph tags
light red text using css
- red text not red text
- red italicized
- red bolded
red strikethrough- redsuperscript
- redred subscript
light green text using css
- green italicized
- green bolded
green strikethrough
The green text cannot be used in-line because the define style leaves a blank space before and after it.
For example, the following green textwas typed as a single line of text with the rest of the sentence; however, a space was left before and after the green text due to the defined formatting style.
The red text is not subject to this problem and can be useful to illustrate or highlight ungrammatical or incorrect text when correcting a post
light grey text using css
- grey text not grey text
- grey italicized
- grey bolded
grey strikethrough- greysuperscript
- greyred subscript
You can use css to...
- You can use css to... float text to the right
- You can use css to... make mind-numbingly light grey text
- You can use css to
write lines of code
Formatting appears limited to the predefined set. Paragraph, anchor and span tags function, and line spacing using break tags is possible; however, because in-line style formatting does not appear to work, many of the formatting options once available are no longer viable.
From the perspective of the web developers, the use of dedicated style sheets is a much more elegant solution to formatting for an entire site such as this one, and the absence of in-line formatting options is probably better for the overall visual presentation of the site. I don't believe that it would be that difficult, however, to introduce a text option (for example, a push button option in the format toolbar) that would allow users to format using different color texts. Such an option could probably be introduced with only a few extra lines of code. It would be helpful when offering corrections or explanations to have access to red text formatting, or at the very least, there ought to be a red "x" option so that incorrect or ungrammatical text can be differentiated from correct text.
7 Answers
So far....
The superscript tag (<sup>, </sup>) tags seem to work
The subscript tag (<sub>, </sub>) tags seem to work
The strikeout tag (<s>, </s>) tags seem to work
The bold text (<b>, </b>) tags seem to work
The emphasis tag (<em>, </em>) tags seem to work
CSS can be used to include red text
CSS can be used to include green text(with some limitations)
Heading
tags (<h2>, </h2>) seem to work
Linebreaks...
inside paragraph tags...
also appear to function
nada chico, puffff, no sé por qué no nos dicen lo que puede o no funcionar, sería más facil.
Mira, de esto puede que se encargue Stuart, un chico muy agradable del "staff", ¿qué tal si le pones una carta? Tú te explicarás mejor....y sobre todo si te lo explica, tú te enteras, jejej
besos
The strikethrough tags seems to work
Izan, does it work in questions too? It works for me in answers, but not in questions. I mean, in the entry of a thread.
It works!
Great!
light red text using css
- red text not red text
- red italicized
- red bolded
red strikethrough- redsuperscript
- redred subscript
light green text using css
- green italicized
- green bolded
green strikethrough
The green text cannot be used in-line because the define style leaves a blank space before and after it.
For example, the following green textwas typed as a single line of text with the rest of the sentence; however, a space was left before and after the green text due to the defined formatting style.
The red text is not subject to this problem and can be useful to illustrate or highlight ungrammatical or incorrect text when correcting a post
light grey text using css
- grey text not grey text
- grey italicized
- grey bolded
grey strikethrough- greysuperscript
- greyred subscript
You can use css to...
- You can use css to... float text to the right
- You can use css to... make mind-numbingly light grey text
- You can use css to
write lines of code
Unfortunately, in-line style does not appear to work. Formatting appears limited to the predefined set. I don't believe that it would be that difficult, however, to introduce a text option (for example, a push button option in the format toolbar) that would allow users to format using different color texts. It would be helpful when offering corrections or explanations to have access to red text formatting, or at the very least, there ought to be a red "x" option so that incorrect or ungrammatical text can be differentiated from correct text.
---- please delete ------