本項は歴史的事項を説明しています。本項の内容の一部または全部は、現在の状況とは異なるかもしれません。
(なお本項の内容の一部または全部は、互換性または歴史的連続性のために現在も有効な場合もあります。しかし新たに利用することは避けるべきです。)
Font, fontbase Tag
color
color
글자 색깔
face
font face
글자 글꼴(basefont 에서는 잘 작동하지 않음)
size
숫자
글자 사이즈(basefont 에서는 잘 작동하지 않음)
Improved HTML rendering:
Determination of the charset now considers the BOM of a html document, too.
See JS-721 -BG-
Fonts with corrupted font metrics (line height is zero) are be substituted by fallback font.
See JS-680 and JS-722 -BG-
Repeating background images are embedded as tiling pattern instead of single images. Fully transparent background images are dropped completely.
See JS-663 -BG-
Fixed NullPointerException when <fontbase> element has no attribute size.
See JS-729 -BG-
> Emphasis Tags "<FONTBASE size=3>" "</FONTSIZE>"
> と記述してあげたら、前述の化けたタグも、余計なタグも表示されなくなりました。
タグの開閉が対応していないばかりか fontbase の使い方を間違ってい
るのでまずいと思います。
ですので、
Emphasis Tags "<FONTBASE size=3>" "</FONTSIZE>"
と記述してあげたら、前述の化けたタグも、余計なタグも表示されなくなりました。
よく考えたら basefont という要素はあるけれど fontbase という要素
は無かったような。basefont にしても閉じタグはないのでどちらにし
ろ間違いですが。
<FONTBASE SIZE=?> 其中?=1、2、3、4、5、6、7
[7] 提供HTML語法整理表 (, ) https://web.archive.org/web/20071102145850/http://www.csie.ntu.edu.tw/~r91112/myDownload/WEB/html.html
<fontbase size=3> 默认设置三号字体显示
[9] 484821734--SHARDAYATAN-EM-shardayatan-.pdf, , https://cdn.cocodoc.com/cocodoc-form-pdf/pdf/484821734--SHARDAYATAN-EM-shardayatan-.pdf#page=5
[LEFT (81) Which of the following code is used for entire HTML web page having font type Arial and Font
size-16? (A) <fontbase face="Arial" size="16"> (B) <basetext face="Arial" size="16"> (C) <basefont face="Arial" size="16"> (D) <textbase face="Arial" size="16">
fontbase
basefont
を
fontbase
と書いた解説や誤って利用した事案の報告が若干数ある。