Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 33 additions & 20 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,20 +1,33 @@
delete this line - convert everything else to a valid, semantic HTML page and answer the questions

Your assignment is to answer the following questions in an HTML file. Part of the assignment is answering the questions and part of the assignment is to answer them in a valid, semantic HTML page.

Assignment 1: Q & A in HTML

your name




Do you consider yourself more of a designer or developer (or something else, other answers are acceptable)?

What are you most interested in learning in this class?

What is good design?

What is good web design?

What are the good examples of conference/event web sites? Answer by listing at least two sites including each URL and why you chose the site.
<!DOCTYPE html>
<html>
<head>

<title>Assignment-1: Q&amp;A in HTML</title>



</head>

<body>

<h1>Assignment-1: Q&amp;A in HTML</h1>

<h2> Do you consider yourself more of a designer or developer (or something else, other answers are acceptable)?</h2>
<h3>I consider myself a little of both, but my main interest is designing</h3>

<h2>What are you most interested in learning in this class?</h2>
<h3>I would like to gain a better grasp of coding and the process of designing a website</h3>

<h2>What is good design?</h2>
<h3>Communication is the most important thing when it comes to design</h3>

<h2>What is good web design?</h2>
<h3>A The best websites are the ones that communicate ideas clearly, are easy to navigate and visualy stimulating to look at</h3>

<h2>What are the good examples of conference/event web sites? Answer by listing at least two sites including each URL and why you chose the site.</h2>
<h3>I think these two websites are great: <a href="http://www.daftpunk.com/">Daft Punk</a> and <a href="http://www.thekinks.info/">The Kinks</a> </h3>

</body>


</html>