Question response page


I am interest in coding as well as it is challenging to me. Especially I am still confuse about the javascript.

Last semester was the first time I step into HTML,CSS and JS. When I code the website, I used the W3Schols Tryit Editor a lot to help me correct some errors. I alreay familier with some basic elements of HTML and css like how to insert the links, arrange the picture, change the fonts and animations etc. However, I still need some help with JS.

I am pasionate about coding and I am willing to study further.

I used to use the visual code studio to do the coding and upload to the Github. I haven't know much about Github, I think that it is a place which we can put our work on there and everyone could edit it and share it. Besides, we can use Github to publish our website.

HTML is the place we bulid the general structure of the website, CSS and JS is to the decorate our website.

Seafood


beef


rise


noodel


chicken soup

fish


cat

  1. China
  2. Fance
  3. Korea
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 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. 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. Write an HTML comment that is hidden from the browser, but displays in the code. 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. Describe the difference between block, inline-block and inline elements. Use CSS to style the musical genre classes you added in question 9. Give each genre a color and personality using CSS. 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). In your JavaScript file, use the console.log function to write a message to the console. Tell me something interesting about yourself. 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