1 / 9

Web Design 101

Web Design 101. Using Dreamweaver CS6. Tech Support. Goals for Today . Lecture or HTML Do some HTML Create a page in Dreamweaver Set up some file management stuff Activate your server space Publish your site on the USD server. HTML . Hypertext Markup Language

moshe
Download Presentation

Web Design 101

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Web Design 101 Using Dreamweaver CS6

  2. Tech Support

  3. Goals for Today Lecture or HTML Do some HTML Create a page in Dreamweaver Set up some file management stuff Activate your server space Publish your site on the USD server

  4. HTML • Hypertext Markup Language • It is the vocabulary of the web…. • But its just used to format the vocabulary and what the text looked like when sent over a shared network • The goal of a web designer is create a web page for display in a browser.

  5. World Wide Web Thank you !!!Tim Berners Tim- wanted to share information with his technical peers via the Internet (shared network) He wanted to share his language protocol (HTML) with the scientific community in hopes of a wide adoption

  6. HTML • HTML • Consists of less than 100 code elements • These elements are used to • Create page structure • Format text • Enable interactivity and programmability

  7. code! • <html > • <Head> • <title>Untitled Document</title> • </Head> • <body> • <p>Hello World</p> • </body> • </html>

  8. Page Structure Most webpages have at least 3 fundamental elements Root- contains all the code and content for the web page, it tells the browser what type of code elements to expect within the page Head- Holds code that is background tasks such as styling, links, and other info. Body- holds all visible content such as text, tables, images, movies …

  9. Let’s write some code!

More Related