All in AWE:Day 1
What excites you about coding? How do you think it can change the world?
I will begin by saying i never thought i’d find myself looking at code. In my pursuit to set my self apart from everyone one else on internet social platforms I found myself running into the same set of problems. I found I just didn’t have the knowledge of how to apply the readily available tools in front of me. Hence the birth of the question “How do I do this?” It was like trying to navigate in a dark room in a strangers how is had never visited. Scary yet also thrilling. I feel a sense of urge to understand my surroundings and explore everything i can palpate at my fingertips.
Theres quite an elevated feeling when put to the task of engaging a problem to look for solutions. It’s a type of creativity that in my opinion widens the narrow view of the typical mindset when focusing. To be able to look at something step back and expand the peripheral mindset to fulfill an objective. I think it can change the world by showing people how to think “outside the box”
What does doctype
do at the top of your html file do? Why does this need to be specified?
The DOCTYPE declaration is an instruction to the web browser about what version of HTML the page is written in. It needs to be specified so we ensure the computer knows where and what to look for when displaying content.
What’s the difference between and HTML Element and and HTML Tag?
The element is a collection of possibilities and a tag is used to open and close an element.
In your own words, explain the Cascade of CSS?
The “cascade” of CSS is an organized manner in which code is presented and read by humans and computers.
Explain, to someone you know, the 3 ways to link/use CSS in an HTML file to style a web page.
Inline, Internal, and External
@AustinCodeAcademy #Coding#WebDevelopment