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
42 changes: 33 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,20 +1,44 @@
delete this line - convert everything else to a valid, semantic HTML page and answer the questions
<!DOCTYPE html>
<html>
<head>
<title>Assignment Q &amp; A</title>
</head>
<body>

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
<h1>Assignment 1: Q & A in HTML</h1>

your name
<h2>Steven Martinez</h2>




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?
<p style="font-family:verdana"> Do you consider yourself more of a designer or developer (or something else, other answers are acceptable)?</p>

What is good design?
<p> I don't know what i consider myself yet because i still have a lot to learn. But if i were to choose i'd consider myself more of a designer because you can play around with the design.</p>

What is good web design?
<p style="font-family:verdana">What are you most interested in learning in this class?</p>
<p>I want to focus and get use to adding css to my design i am not very good at it but with more practice i can get better.</p>

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.
<p style="font-family:verdana">What is good design?</p>

<p> A good design is based on the Css and the structure of where everything is placed depending what the website is about.</p>


<p style="font-family:verdana">What is good web design?</p>

<p> A good web design is a the overall look of a website. For example color, the navigation and the product which is displaying.</p>

<p style="font-family:verdana">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.</p>
<p>i don't much about event websites but there have been a few websites that really caught my attention which are listed below</p>
<p><a href="http://cloudsovercuba.com/">This is a documentary on the Cuban missile crisis with a interesting web design</a></p>

<p><a href="http://www.awwwards.com/"> This website is a great way to show other peoples fantastic web design which are rated by people who visit this website.</a></p>





</body>
</html>