Skip to content

DongwooJeong/web-basic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

web-basic

Tag

  • <!doctype html>
  • head tag: head
    • title: <title>title</title>
    • represent Unicode text: : notifying the browser to read the web page as utf-8
  • body tag: body
    • bold: word
    • underline: word
    • headline:

      word

      ...
      word
    • line break:
    • paragraph:

      paragraph

      • tag can only make specified amount of margin + CSS:

    • attribute
      • image tag:
    • parent tag and child tag
      • list:
      • name
      • unordered list - parent tag of
      • tag:
          list
    • ordered list - automatically number the list:
        list
    • link: hyperlink

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages