hicodingclub / new-web-developer-training

All things a new web developer need to know to get on the right track of becoming a better contributor
0 stars 0 forks source link

KL1217 training #8

Closed toliujiayi closed 4 years ago

toliujiayi commented 4 years ago

Complete #1, Share your deliverables as comments below unless otherwise stated

KL1217 commented 4 years ago

image image

toliujiayi commented 4 years ago

If you have completed all links in #1, get started on #2. Great work!

KL1217 commented 4 years ago

`<!DOCTYPE html>

My first HTMl

My First Heading

My first paragraph

This is a link W3Schools.com
  1. Coffee
  2. Tea
  3. Milk

This is a red paragraph.

This is a paragraph.


Heading 2

This
is a
paragraph

        My Bonnie lies over the ocean.

        My Bonnie lies over the sea.

        My Bonnie lies over the ocean.

        Oh, bring back my Bonnie to me.
   
`
KL1217 commented 4 years ago

`<!DOCTYPE html>

This is a heading

This is a paragraph.

This is a paragraph.

This is a paragraph

Centered paragraph

This is a paragraph

This text is bold
This text is strong
This text is italic
This text is emphasized

HTML Small Formatting


HTML Marked Formatting


My favorite color is blue red.


My favorite color is red.


This is subscripted text.


This is superscripted text.

Hello World

Hi

Hello World


This is a paragraph


This is a paragraph


I am different


I am different

` `body { background-color: tomato; } h1 { color:blue; } p { color:red; border: 1px solid powderblue; padding: 30px; } #p01{ color:blue; } p.error{ color:red; }`
toliujiayi commented 4 years ago

Nicely done. Make sure you absorbed all of the information during the tutorial. These are the foundations of any great website development. Move on to #3 !

KL1217 commented 4 years ago

`<!DOCTYPE html>

Visit our HTML tutorial
HTML tutorial

Visit our HTML TUtorial
HTML tutorial
Girl Girl Earth

Earth This image will float to the right of the text.


Firstname Lastname Age
Jill Smith 50
Eve Jackson 94

Name Telephone
Bill Gates 55577854 55577855

Name: Bill Gates
Telephone 55577854
55577855

Monthly savings
Month Savings
January $100
February $50

Firstname Lastname Age
Eve Jackson 94
Kevin Liu 16

  1. Tea
  2. Coffee
Coffee
- black hot drink
  1. Coffee
  2. Tea
  3. Milk

`

KL1217 commented 4 years ago

`<!DOCTYPE html>

Hello World

London

London is the capital city of England. It is the most populous city in the United Kingdom, with a metropolitan area of over 13 million inhabitants.

My Important Heading

`
KL1217 commented 4 years ago

`<!DOCTYPE html>

My Important Heading

This is some important text.

London

London is the capital of England.

Paris

Paris is the capital of France.

Beijing

Beijing is the capital of China.

My cities

Jump to Chapter 4

Chapter 1

Chapter 2

Chapter 3

Chapter 4

Hello World!

`
toliujiayi commented 4 years ago

Great work! Move on to #4. You are almost there!

KL1217 commented 4 years ago

`<!DOCTYPE html>

Page Title

This is a Title

This is a paragraph

html5 `