Nerd Website HTML.

Slides:



Advertisements
Similar presentations
An Introduction to HTML What is HTML? Things to know about HTML Create your first web page Where to learn more.
Advertisements

Building the e-Zine. The e-Zine is in the form of a Website and must contain the following: Several pages, which must be linked, including an Information.
Using Advanced Cascading Style Sheets
Creating a Form with Selection Menus The SELECT control creates a selection menu This control only allows the visitor to choose pre-defined choices There.
Power Point Demonstration Capabilities of Microsoft Power Point 2000.
PowerPoint Demonstration Capabilities of Microsoft PowerPoint 2000.
PowerPoint Demonstration Capabilities of Microsoft PowerPoint 2000.
Powerpoint demonstration Capabilities of microsoft powerpoint 2000.
PowerPoint Demonstration Capabilities of Microsoft PowerPoint.
PowerPoint Demonstration Capabilities of Microsoft PowerPoint.
How can basic HTML sites be improved?. The Difference Between Hyper Text Markup Language Is a markup language for describing web pages Is used to create.
Colour & Image in HTML Wah Yan College (Hong Kong) Mr. Li C.P.
Basic Web Page Design. Text book: HTML, XHTML, and CSS: Visual QuickStart Guide, Sixth Edition written by Elizabeth Castro. Software: Adobe® Dreamweaver®
Did someone say Music? November 7, Adding MUSIC to a web page: 1. Find your music! 2. A good website is 3. You will.
HTML Concepts and Techniques Fourth Edition Project 8 Creating Style Sheets.
HTML Concepts and Techniques Fourth Edition Project 8 Creating Style Sheets.
HTML.
Web Design Unit Assignment #2: Job Skills Favorite Links Page You will create a HTML web page with links to informational websites about a variety of job.
NetTech Solutions Working with Web Elements Lesson 6.
Web Pages: Creating & Maintaining Body Tags. There have been several versions of HTML since its inception. VersionYear HTML1991 HTML HTML
PHP INCLUDES FOR MODULARIZATION CIT 230 – WEB FRONT-END DEVELOPMENT.
Section 4.1 Format HTML tags Identify HTML guidelines Section 4.2 Organize Web site files and folder Use a text editor Use HTML tags and attributes Create.
HTML CRASH COURSE. What is HTML?  Hyper Text Markup Language  The language used to make web pages  Written by using tags.
The format is text files, with.htm or.html extension. Hard returns, tabs, and extra spaces are ignored. DO NOT use spaces in file names. File names ARE.
Computing Theory: HTML Year 11. Lesson Objective You will: o Be able to define what HTML is - ALL o Be able to write HTML code to create your own web.
Getting Started with HTML Please use speaker notes for additional information!
All you ever needed to know…and more!. H.T.M.L. HyperText Mark-up Language Web’s programming language All web browsers Set of instructions Written with.
Bare bones slide show. The format is text files, with.htm or.html extension. Hard returns, tabs, and extra spaces are ignored. DO NOT use spaces in file.
Enhancing Web Pages  Use Notepad to open any html file  Adding an Animation  Google search ‘free animation’  After saving one, add it to the web page.
How To Add Flair To Your Site Maureen Enright, Elyse Kuriata, Nathan Boes, Hodge.
Chapter 2 Web Page Design Mr. Gironda. Elements of a Web Page These are things that most web pages use.
How to make tables in HTML By Daniel Arze. How do they do this?
HTML. Adding Background Color The bgcolor attribute lets you change the background color of the Web page. Located in the body tag See common Web Page.
HTML GUIDE Press F5 and then Click on the links on the left to get to the section you want Section 1: Getting Started Section 2: Moving Banner Section.
Images Worksheet. Web template Download the template folder Unzip and save in your documents Rename the folder to “images work” without quotes.
HTML. Hyper Text Markup Language Markup your text document The markup is the tag Hyper text means you can jump from place to place.
Web Design Part I. Click Menu Site to create a new site root.
Quick Questions 1. What does HTML stand for? 2. What are the three main languages of the Web? 3. What is the purpose of the tags? 4. Why do we indent different.
A New Page to Add-On Your Multimedia Page. Creating a New Page Open up a new Windows Notepad Click File > Save As > My Computer > “your flash drive” Name.
Lecture Capture and. Goal Link to D2L D2L Website
Creating Your Own Web Page Using HTML (HyperText Markup Language.
Marquees and Tables. Tags Fun Stuff Here! Creates text that scrolls from right to left! Animated text. This is a great tag but does not work on every.
External Style Sheets Exploring Computer Science – Lesson 3-6.
Your HTML website creating your first html file. Creating an HTML FIle Open note pad from accessories, programs. Write code. Save and view. In 3 Steps.
Using Text Edit. Create Folders to Organize a Site  Identify the location where you are storing your Web sites. Ask your teacher for help if needed.
Using HTML. Glogger Glogger is like you own personal web page, you can add… Pictures Text Videos Music, etc… Modify and adjust anything you want Glogger.
2 Apr 04 1 Application Software Practical 13/14 HTML / Website Creation.
Practice for Chapter 3: Assume that you are a freelance web designer and need to create a website to promote your freelance company.
How to build a Web Page or “The things geeks never told you!”
Creating Web Pages with Links, Images, and Embedded Style Sheets
HTML. Hyper Text Markup Language Markup your text document The markup is the tag Hyper text means you can jump from place to place Programming language.
Basic Web Page Design. Text book: HTML, XHTML, and CSS: Visual QuickStart Guide, Sixth Edition written by Elizabeth Castro. Software: Adobe® Dreamweaver®
LT: I can use CSS to decorate a web page. Do Now: Get your storyboard, and log in to winhome. Write our a list of colors you want in your website. (Minimum.
Revision Webpage design HTML.   FACE  Attributes  Marquee  Define the following terms.
Making the website. Get your folders sorted first Create a new folder in “N” called “My hockey website” Create folders inside called “Documents”, “images”
Section 4.1 Section 4.2 Format HTML tags Identify HTML guidelines
Bare boned notes.
From now on you are the Creator,
Project 8 Creating Style Sheets.
HTML Lesson 2.
HTML Lesson 3.
<TAG> <html> <head>
Essentials of HTML.
Enhance your website.
Essentials of HTML.
5.2.3 Be able to use HTML and CSS to construct web pages
Web pages Lesson 4.
HTML Text editors and adding graphics
HTML.
Did someone say Music? January 23, 2019.
Presentation transcript:

Nerd Website HTML

First: Open your HTML Folder Make a New folder called: Nerd Web Open Notepad Save file as: NerdWEBYourName.html

Second: HTML Skeleton

REPEAT STEPS FOR NEXT THREE PAGES

REPEAT STEPS FOR NEXT TWO PAGES

Add the EXTRA’S!!! Use either W3Schools.com Kelley Cheat Sheet for adding color and Pictures to website.

How to Insert Color??? Use the tag: <Body BGColor = “Color”> Go to www.colorpicker.com Pick color want by pointing: then use the HEX Number instead of the “Color Name”.

HTML Video “How To: