HTML Tutorial

HTML5
Credit to: youtube
See all the code:my github

What's HTML

  • Hyper Text Markup Language
  • not a programming language
  • Markup language for creating webpage and document
  • Build blocks of the web

index.html is the root/home page of a website

This is a h1 sentence

This is a paragraph


line break tag
image.png

block elements

-




    Document


    

This is a h1

This is a h2

This is a h3

Lorem ipsum dolor sit, amet consectetur adipisicing elit. Quis alias cumque doloribus officia doloremque! Illum aspernatur provident possimus architecto aut tempora cumque quasi. Doloribus in officiis animi autem qui quia?

  • THis is an item
  • THis is an item
  • THis is an item
  • THis is an item
  1. THis is an item
  2. THis is an item
  3. THis is an item
  4. THis is an item
Name Email Age
Leah jjjjj@jjjjj 23







Cannot find my image
This is a paragragh quoted from somewhere.

The WWW means somethind

This passage was wrote by

inline elements

Structures

image.png



    My blog


    

My website

article one
article two

Copyright ©2019, My website

你可能感兴趣的:(HTML Tutorial)