Describe your previous experiences with coding.
1.What classes have you already taken where you were exposed to HTML/CSS/JS?
little about html and CSS.
Only the required courses in school
1.1What parts of the class resonated with you?
creat something I want.
1.2What parts were most confusing?
everything about code
2.How excited about learning code are you? Are you nervous about learning code? If so, why? What can I do in this class to help reduce this anxiety?
excited and nervous. Beacuse coding is very diffcult for me.
3.How do you imagine coding fitting in with the rest of your design curriculum and career after college?
I think is helpful, I really want desgin some webpages in the future.
4.What text editor do you prefer to use?
sublime?
5.Have you used GitHub before? Do you know what it is? Describe your understanding of GitHub.
no, it's my first time to use Github. I hope it's easy to use.
6.Describe the relationship between HTML, CSS and JavaScript. Try using a unique analogy to describe this relationship. “Bonus points” for creative analogies.
Maybe like a house? HTML is the basic, CSS and javascript will help the house look better?
7.Using each HTML heading tag, list your favorite foods ranked by importance (remember, there’s 6 levels of heading tags).
beef
chicken
egg
chocolate
pork
lamb
8.Create an unordered list (
) and link to some of your favorite graphic design or development related websites. Include a paragraph (
) on each site describing why it is important to you.
https://www.awwwards.com/
9.Insert an image that brings you joy to the page. Make sure the image includes alt text that describes the image.
https://cdn.glitch.global/122d018f-e6f4-4ca0-bcf2-07bf25b770da/v2-90f0688ea5ff6de7e8d73b009381a834_720w.jpg?v=1675433045636
10.Insert a video embed into the page (for example, a YouTube or Vimeo embed tag of a video of your choosing).
11.Nest the following series of HTML tags inside each other, where each → represents a new level. Make sure to maintain proper indentation.
main → section → div → p → span
12.Create an ordered list of the top 5 countries you’d like to visit. Within each country, create another ordered list of the top cities you’d like to visit in that country. Maintain proper indentation and make sure you nest your ordered lists properly.
13.Use pre tags to create a simple concrete poetry version of a Haiku or other poem you write. The poem should represent how you feel at this moment.
Hint: pre tags respect whitespace, you can add add lots of spaces and line breaks and they will show up like that when you view the web page.
14.Write an HTML comment that is hidden from the browser, but displays in the code.
15.Create an unordered list of at least 6 musical artists you like to listen to. Add a class to each list item that matches the genre of music of that artist.
16.Describe the difference between block, inline-block and inline elements.
17.Use CSS to style the musical genre classes you added in question 9. Give each genre a color and personality using CSS.
18.Use any CSS knowledge you currently have to style your questionnaire in a unique way. Make sure to update the font to something other than the default (use the font-family css property).
19.In your JavaScript file, use the console.log function to write a message to the console. Tell me something interesting about yourself.
20.Add a button to your HTML file and make it do something when clicked using JavaScript. Don’t forget to post a link to your Glitch profile page on this Questionnaire Response page.
Hello World!
This starter gives you everything you need to start working on a new
website, and nothing more. If you're looking for something a little more
opinionated, try remixing
~glitch-hello-website.