HTML
以下は構文です-
<textarea placeholder="text">
上記のテキストは、テキストエリアにプレースホルダーテキストとして設定するヒントです。
のプレースホルダー属性を実装する例を見てみましょう。
例
<!DOCTYPE html> <html> <body> <h2>Interview Questions</h2> <p>Q1</p> <textarea rows="6" cols="70" placeholder="Why do you want go for the Editor Job Profile? (100 words)"> </textarea> <p>Q2</p> <textarea rows="6" cols="70" placeholder="Do you have any previous publishing experience? (100 words)"> </textarea> </body> </html>
出力
上記の例では、2つのtextarea-
を設定しています。<p>Q1</p> <textarea rows="6" cols="70" placeholder="Why do you want go for the Editor Job Profile? (100 words)"> </textarea> <p>Q2</p> <textarea rows="6" cols="70" placeholder="Do you have any previous publishing experience? (100 words)"> </textarea>
プレースホルダーテキストを表示するには、プレースホルダー属性を使用します(例:-
)。placeholder="Why do you want go for the Editor Job Profile? (100 words)"
-
HTMLの低い属性
HTMLのlow属性は、HTMLドキュメントでゲージの値が低い値であると見なされる範囲を定義します。 メーターにのみ適用できます HTML要素。 構文 以下は構文です- <meter low=”number”></meter> HTMLの低い属性の例を見てみましょう- 例 <!DOCTYPE html> <html> <style> body { color: #000; height: 100vh
-
HTML行属性
HTML行属性は、テキストエリアの表示される高さを定義します HTMLドキュメントの要素。 構文 以下は構文です- <textarea rows=”number”></textarea> HTML行の例を見てみましょう属性- 例 <!DOCTYPE html> <html> <style> body { color: #000; height: 100vh;