Programming html

Website progamming using Github, Visual Studio code. Learning HTML and CSS

HTML

What is HTML Programming?

Today we will learn about HTML?

Let's make a website

Html Tags What does it do?
html--/html a piece of code that every page has to start and end with
head--/head Limits the headers space
title--/title Defines what is on the page
body--/body limits the body text space
ul--/ul Brackets an unordered list
li--/li braket an item in an ordered list
p--/p starts a paragraph
imgsrc inserting video or images

htmlexample

Just HTML does not look good

Without css html looks like "words just floating about"

nocss

Adding CSS

What is CSS?

CSS stands for Cascading Style Sheets.

This is used to format layout of a webpages and add shapes.

withcss

csscode

Uploading the website online

Github

After creating a website, everything needs to be uploaded online where things can be accessed without local uploads

Upload and clone repository onto Github where things can be updated and would not need to be uplodaded

github

githubup

QUICK ADVISE: Website created through github needs a index link or html needs to be added in a link