0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

プログラマーへの道 #8 メモ帳アプリを作る(プログラミング入門)のメモ

Posted at

参考にした動画

写経用

本編

HTMLの要素

<h1></1h>
<input>

<h1></1h>

HTMLの要素に属しているHTMLのタグ
HTML の見出し要素は6種類ある!
<h1></1h>のhはHeadingの略で、見出しを意味するタグ。

<html>
    <h1>だんご</1h>
    <h2>だんご</2h>
    <h3>だんご</3h>
    <h4>だんご</4h>
    <h5>だんご</5h>
    <h6>だんご</6h>
</html>

ブラウザ
スクリーンショット 2023-05-22 19.43.01.png

<input>

<input>type属性は22種類ある!

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?