Top Banner

Click here to load reader

of 21

Take Web Design Presurvey Username: First initial, last name For example, Omar Estrella -> oestrella Password: Same as.

Jan 18, 2018

Download

Documents

Edmund Garrett

What is a Webpage? What makes up a webpage?
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript

Take Web Design PresurveyUsername: First initial, last name For example, Omar Estrella -> oestrella Password: Same as above Check out Web Design SPARCS 2012 What is a Webpage? What makes up a webpage? What is HTML? HyperText Markup Language A computer language to make webpages A human readable language that tells a web browser how a web page should look HTML & Your Browser HTML CSS Javascrip t HTML Tags Can be many things like images, text formatting, tables, lists, etc. Tags take the form stuff inside The first is the opening tag stating the action you are performing. The second ends the action. Hello, world! Nested Tags What if you want to make text bold and underlined? HTML tags can be nested to chain actions Hello, world! HTML Documents HTML documents end in .html filename.html My title opens the document contains information not displayed on the web page is the title shown in the browser bar the information that is displayed Formatting Text You can use as many tags at once: Hello, world! CodeTagsWhat it does b Bold i Italic u Underline Formatting Text cont. Headings Heading 1 Heading 2... Heading 6 Other Text Tags TagWhat it does This tag gives you a line across the pages (hr stands for horizontal reference) This tag breaks the texts and starts it again on the next line This tag stands for paragraph. It is the same as except it also skips a line. Text Alignment You can align text using the tag Text aligned to right Can be left, center, or right Images Images have their own tags You can manipulate the image like text Making Hyperlinks To link to other websites: Text Lists There are two types of lists Ordered lists Unordered lists Ordered Lists HTML tag: My morning routine Wake up Eat breakfast Go to class My morning routine 1. Wake up 2. Eat breakfast 3. Go to class Unordered List HTML tag: Cake ingredients Eggs Milk Cake mix Butter Cake ingredients Eggs Milk Flour Butter Tables Used to display information in a tabular manner Consists of headers, rows, columns, and cells May have borders, colors, and styles Table Tags: - Table tag - Table row - Table header - Table cell Tables Example Sushi Number of Votes Spicy Tuna 10 Eel 13 Sushi Number of Votes Spicy Tuna14 Eel10 CSS Cascading Style-Sheet Define how things are displayed through properties You can add CSS to any HTML tag CSS Exampleclassic.jpg'