Programming html
Website progamming using Github, Visual Studio code. Learning HTML and CSS
Website progamming using Github, Visual Studio code. Learning HTML and CSS
Today we will learn about HTML?
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 |
Without css html looks like "words just floating about"
CSS stands for Cascading Style Sheets.
This is used to format layout of a webpages and add shapes.
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