Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,111 Commits
 
 
 
 
 
 
 
 

Repository files navigation

21491

21490

21489

March 9, 2025 — 21463

Resumed my studying of computer skills.

March 10, 2025 — 21462


The break function doesn't have a closing tag.


March 11, 2025 — 21461


Duolingo


Cycling = I go cycling to school every day.

March 11, 2025 — 21461


Hello world

March 12, 2025 — 21460


Duolingo


That sort of thing = I like reading News Articles, ebooks, that sort of thing

March 12, 2025 — 21460


Mimo


Elements

March 13, 2025 — 21459

Duolingo


shopping cart — A small open wheeled vehicle that people use to when selecting items to purchase in a mall or supermarket

Mimo


Open

Note:The button element failed to display.

March 15, 2025 — 21457

Google

March 16, 2025 — 21456

Mimo

WALUSIMBI LEON

Google
Aspiring Software Developer

March 18, 2025 — 21454

Mimo

Since March 15, 2025 — 21454, my situation has been really awful. I have experience intense stomach pain plus frequent defecation of which sometimes it's blood coming with feces.

March 19, 2025 — 21453

Mimo

Still under treatment

March 20, 2025 — 21452

Mimo

Still sick

March 21, 2025 — 21451

Mimo

Still skick

March 29, 2025 — 21443

Mimo

An element is what we call the opening tag, closing tag, and code in between.

To create a webpage, you'll need an opening and closing HTML tag.

The Html and body elements form the structure of a webpage. We place elements we want to display inside of the body.

March 30, 2025 — 21442

Mimo

The head HTML element, , is a container for information about a webpage, like its title. It goes before the body tag.

My favorite things

Raindrops on roses
Whiskers on kittens

March 31, 2025 — 21441

Mimo

The doctype tells the web browser what version of HTML we're using. Without it, the browser might not display the page correctly.
Since we're using the latest versio, we use .

<title>My Webpage</title>

April 5, 2025 — 21436

Mimo

The doctype looks like an empty doctype tag with an empty html attribute: . Attributes provide additional information to tags. You'll learn more about them in later chapters.

<title>My Webpage</title>

April 6, 2025 — 21435

Mimo

We'll now move on to making great- looking websites with the help of a styling language called CSS, short for Cascading Style Sheets.
To make larger webpages more manageable, we can move our CSS to a style sheet, or a special file just for styling the webpage.

e.g,

Water Puns

Why does water never laugh t jokes?It's not a fan of dry humor.

<title>My Webpage</title>

April 8, 2025 — 21433

Mimo

To include a style sheet in an HTML file, we use the link element.() is a self closing empty element and it goes inside the head element.
. To know what kind of file to include, the opening link tag needs the "rel" attribute set using rel = "stylesheet".

Water Puns

Why are rivers amazing roommates?They go with the flow.

Mimo (April 13, 2025 — 21428)


Now, any declaration we add will apply to all p elements on the webpage. Add the color : blue ; declaration.
p {

}


{color: blue ;}

When we add p { followed by color : blue ;, and then }, we create a css rule.

Mimo (April 17, 2025 — 21424)

<><><<><><><><><><><><>

About

GitHub Start up

Resources

Code of conduct

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors