I'll be using a journal like structure to note down my progress in learning css and html (and maybe php). So firstly, I decided to create a website to preview basic text and a normal structure. I also used css to change the style a bit. For example changing the background colour to purple and aligning the text.
For html, I learned about the basic syntax and structure and I also found out about a few more points:
1) Adding the tag changes the title at the tab section.
2) Headers can be created using tags up until h6
3) Paragraphs of text can be displayed using the following tag
For CSS:
To include CSS in html, use the tag
tag used ->body{
background:#581845; <- background="" case="" changes="" changing="" colour="" div="" in="" made="" this="">->
}
YA Quotes Site page source:
Comments
Post a Comment