HTML・CSS Writing 2022

  • Web design
  • here

Introduction to HTML --Carefully selected and introduced HTML tags used in HTML5 practice

We will introduce carefully selected HTML tags used in the practice of HTML5.

  • HTML5 DOCTYPE declaration
  • HTML character code
  • html tag-where to write HTML
  • head tag-where to write the HTML header
  • body tag-where to write HTML content
  • title tag-write a title
  • meta tag-page meta information
  • Heading tag --h1, h2, h3, h4, h5, h6
  • b tag-make the text bold
  • a tag-create a hyperlink
  • div tag --Create block element
  • span tag-creating inline elements
  • table tag-create a table
  • tr tag-create a table row
  • td tag-create table items
  • th tag-create table item headings
  • br tag --Line break
  • p tag-create a paragraph
  • ul tag-create an unnumbered list
  • ol tag-Create a numbered list
  • li tag-create a list item
  • style tag-describe a style sheet (CSS)
  • script tag --Write and execute JavaScript

Associated Information

Perl Club