Download presentation
Presentation is loading. Please wait.
Published byTerence Hardy Modified over 9 years ago
1
2
Entertain Inform Educate Blogs Sell Date Gamble Religion
3
Content, Easy Navigation, Basic Principles of Design Website Review
4
Browser Notepad ++ FREE: notepad-plus-plus.org
5
Hyper Text Markup Language o Set of markup tags o HTML tags o Each tag describes difference document content o Version 5 (2012) o World Wide Web Consortium Who is this guy who created html in 1991?
6
Tags (Tag name surrounded by angle brackets) o Nested tags (include other tags inside of it) Element Example of document start & ending tags Attribute (Additional info to element) Main Section
7
Create a folder called mysite on your desktop Find a picture of your favorite restaurant, save as food.jpg. Put the food.jpg in this file folder
8
REFER TO WEB 407-420 IN YOUR BOOK The declaration must be the very first thing in your HTML document, before the tag. The declaration is not an HTML tag; it is an instruction to the web browser about what version of HTML the page is written in. This is saying I am HTML5 Browser. html is always the starting tag – lang says this page will be in english First part of the webpage is the head included in this area is title, styles, meta and scripts. A character encoding tells the computer how to interpret raw zeroes and ones into real characters. It usually does this by pairing numbers with characters. Don’t stress figuring this out. Just always put it in your document. My First Web Site (this is a nested tag because it is inside another tag – what tag?) This tag is required. It defines the title of the document, provides a title when added to favorites and displays a title of the page in search engine results. Must have a closing tags for most elements. Second part of a webpage this is what your page will look like. Nikki. H1 is the largest font that html will make.. Goes from h1 (largest) to h6 (smallest). This is small text The following are my favorite foods. Paragraph is an area to write a paragraph or a sentence. This is a default size of text. Pasta Bread Cake This is an unordered list it will put this list in bullet form. This is my favorite restaurant. This tag is called img the attribute is src that stands for source. Note this is a special tag that does not have a closing tag. You can have more than one attribute as shown here. Alt, Height & Width are also attributes. The
9
alt attribute provides alternative information for an image if a user for some reason cannot view it (because of slow connection, an error in the src attribute, or if the user uses a screen reader). Break will insert a single line break – again note no closing tag. Three things I want for Christmas Vacation Shoes Time off This is an ordered list. It will put the items in list that will say 1., 2., 3. This is my favorite website Trend Hunter http://www.trendhunter.com A is the tag and href is the attribute. http://www defines an absolute path. For links it is best to use the absolute paths.http://www Closing tags Save this as index.html. Google and web servers will read this as your first page. Run in google chrome. Let’s add some color and font…. HTML5 has a few items we can use. CSS is used in most web design. add and to any word Pasta Add and to any word Add style to your html page: Style is referring to CSS (Cascading Style Sheets) this is a separate language that works with html. All designers use CSS. Nikki Nikki You can add more than one style to your tags
10
Domain Name (url): Go to a site and see if your domain name is available - http://www.godaddy.com/ Check your firstlastnamehttp://www.godaddy.com/ Find a site to host your website (godaddy does this too) – this is the server Look at the terms and features Transfer your web page, images, scripts, etc. to the website using FTP.
11
http://tv.adobe.com/product/muse/ http://tv.adobe.com/product/muse/ Start Adobe Muse
12
A photograph. Adobe Photoshop. jpg, psd, png, tiff, bmp, and gif Uses math to draw shapes. Fonts & logos. Adobe Illustrator. Eps, ai, pdf
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.