Day 21 - HTML & CSS exercises

I’ve done some exercises in here

December 7, 2022 · 1 min

Day 16 - Important HTML tags and attributes

THE MOST IMPORTANT HTML TAGS FOR NOW Above head section <!DOCTYPE HTML> <html></html> Head section <head><head> <meta/> <title></title> <style></style> <link/> <script></script> Body section <h1></h1>,<h2></h2>,<h3></h3>,<h4></h4>,<h5></h5> <a></a> <br/> <img/> <div></div> <link/> <span></span> <script></script> <i></i> <label></label> <input> <ol></ol> <ul></ul> <li></li> <p></p> <strong></strong> <form></form> <nav></nav> <header></header> <main></main> <article></article> <section></section> <figure></figure> <figcaption></figcaption> <footer></footer> <fieldset></fieldset> <legend></legend> <select></select> <option></option> <button></button> <form></form> <textarea></textarea> THE MOST IMPORTANT HTML ATTRIBUTES FOR NOW <a class="#"></a> A space-separated list of the classes of the element....

September 8, 2022 · 4 min

Day 13 - Inputs, options, HTML-ing

Forms part 2, more controls and more complicated comands. That was the end of this YT course ,,pasjainformatyki - HTML" and ,,pajsainformatyki - CSS" it’s in polish language :) Everything I did today in HTML is in here Everything I did today in CSS is in here

September 5, 2022 · 1 min

Day 12 - Css practice

Everything I did today in HTML is in here Everything I did today in CSS is in here

August 29, 2022 · 1 min

Day 11 - Labels & buttons

Introduction to forms. Basics, simple controls, nothing scarry. Everything I did today in HTML is in here Everything I did today in CSS is in here

August 23, 2022 · 1 min

Day 10 - Figures & hover

Getting know ,,figure" and ,,figurcaption" commands. A lot of practicing previous days (divs, lists, css stuff). Everything in additional files with the same date. Also developing ,,hover" skills in CSS. Everything I did today in HTML is in here and here and here even more And CSS: Everything I did today in CSS is in here and here

August 22, 2022 · 1 min

Day 9 - Styling forms

HTML What can I say? Just look here: Everything I did today is in here CSS Simple form. Files with that included. Everything I did today is in here GIT git cherry-pick (commit) (commit) (…) - creates copies of chosen commits (?) this site showed me some interactive stuff so all those commands are for nothing if I dispose interactive panel (?)

August 19, 2022 · 1 min

Day 8 - Lists

HTML So much work done today. I’m tired and I don’t have energy to write anythink here. Just look at my additional files with the same date. Everything I did today in HTML is in here and here CSS Everything in additional files. Everything I did today in CSS is in here and here I fixed problem with Java Script by replacing (.nav) with (#nav), because I made div, not a class....

August 18, 2022 · 1 min

Day 7 - Divs, classes & git

HTML So many problem and that’s just day 7th. Everything I did today is in here and here CSS Everything I did today is in here and here GIT git checkout (#) (for example C4) - disconnects HEAD from the branch (?) git checkout HEAD^ - moves HEAD to acctual parent of chosen commit

August 17, 2022 · 1 min

Day 6 - Web developing courses begin

HTML Everythink in additional files here and here All of that is based on Mirosław Zelent - Pasja Informatyki YouTube channel. He’s a fameous programming teacher in Poland. Div = divide GIT git merge (1); (2) - connects commit with two parents above git rebase (2) - creates copy of actual commit under the second one I need to talk to my mentor about GIT, because I want to understand why am I doing this :)

August 16, 2022 · 1 min