the question is not clear to me..
if you are asking what is a wysiwyg intreface, then it means some form of document generation interface, where " what you see is what you get" or wysiwyg
I am not sure about what you mean "with a default". Guess it means that the editor came with a default font, char size etc.
And as for sample code.. sorry... dont have any!!
2006-09-03 00:38:50
·
answer #1
·
answered by Neil 5
·
1⤊
0⤋
Besides the answers given, a WYSIWYG, is something like Front Page or Dreamweaver (I recommend staying away from Front Page). Every WYSWYG has an option (or should) to choose snippets of code from. So where you're getting the
from is unclear to me.
A
tag is a horizontal rule, basically, a divider, separator, what have you to separate parts of content like paragraphs, headers, etc.
Sample code for hr is simply
, you may have a paragraph above and below, and the
separating the two.
blah blah blah
yadda, yadda, yadda
I personally don't use the
tag, I use borders in CSS to do the work for me and decrease the amount of code, even if it is that small, in the HTML.
2006-09-03 09:23:41
·
answer #2
·
answered by Dirty Randy 6
·
0⤊
0⤋
You should make it more clear.
What you see is what you get ---Thats what wysiwyg means, it's essentially a tool that allows you to develop without having to type the code in directly, instead you can drag, drop, cut, copy, pase etc...
I imagine if your talking about html you can sample code from any website (right click and click view source).
You can also look for html tutorials. Making your question more clear would be helpful.
2006-09-03 08:30:19
·
answer #3
·
answered by cat_Rett_98 4
·
0⤊
0⤋