0
0

More than 3 years have passed since last update.

HTMLとは、コードの記述

Last updated at Posted at 2021-03-29

そもそもHTMLとは

ウェブサイトに表示される情報を記載する言語

構成

<!DOCTYPE HTML>
< html>
< head>
   (head要素)
< /head>
< body>
   (body要素)
< /body>
< /html>

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