Sunday, May 24, 2020

What did I learn today 6


What did I learn at this hour?
During my sixth hour of coding, I've been tough that there are two different types of HTML, Semantic and Non-Semantic. During this time, I learnt about Semantic, why? it is basically better, and it is for three reasons: Accessibility, SEO and Easy to Understand. Semantic HTML introduces meaning to a webpage, it has a modern standard and makes it accessible to people who used screen readers. Header, nav, main and footer create the basic structure of a webpage, but it is also formed by "section, article, aside, figure, figcaption, figure, video, embed and audio".

What did I learn today 5




What did I learn at this hour?
Have you ever had the doubt of how login pages work, why the limit you for a certain type of characters and a certain amount of them? During this hour a learnt that all the answers lie in validation. With adding certain terms like "required", "max", "min", "minlength", "maxlenght" and "pattern". These quick checks help ensure that input data is correct and safe for our servers. 










Saturday, May 23, 2020

Sketchup 3




SKETCHUP 3D Printer












Sketchup 2




SKETCHUP 3D











What did I learn today 4






What did I learn at this hour?
In my fourth lesson, I've learnt how to create a website, from making it detect usernames and passwords. Also, as we've seen in places like McDonald's where there are "machines" that you can use to select what you want to buy, here gave me the opportunity of learning how to give options to users, like lists, range, number, checkbox and radio. Last but not less important, a textarea, is a text input field that has a customizable area.








Sketchup 1




SKETCHUP FOR BEGINNERS





Monday, May 18, 2020

What did I learn today 3


What did I learn at this hour?
During the third hour, I learnt the terms used in HTML table like tr, td, th, colspan, rowspan, tbody, thead and tfoot. Tr element defines a row of cells in the table, td means table data, th defines header cell in an HTML table, colspan attributes in HTML specifies the numbers of columns, rowspan attributes in HTML specifies the number of rows a cell should spans, tbody means table body, thead is table head. All this information will help me in the future to understand completely how the table is made with codes.











What did I learn today 2


What did I learn at this hour?
During my second hour, I learnt to use new terms such as ul, ol, !doctype, nav, a. The !doctype is not a tag, it helps the browser know about the version of HTML or any other markup language that is being used in the document. "ul" and "ol" are used to list things, with "ul" means unorder list and "ol" organizing list. Last but not least, "nav tag" is an element that represents a part of a page whose purpose is to provide navigation links. Finally, "a" tag defines a "hyperlink", which is used to link from one page to a new one.