Jacksy Diaz came in to examplain how to use the MSDN alliance

Slides:



Advertisements
Similar presentations
Cascading Style Sheets Alternative to HTML tag style.
Advertisements

HTML Basics and CSS style. Before we start Dreamweaver (DW) may take several minutes to start. Click on Start => Program Files => Development Apps =>
Intro to HTML. HTML HTML = HyperText Markup Language Used to define the content of a webpage HTML is made up of tags and attributes Content.
HTML and CSS. HTML Hyper Text Markup Language Tells browser how to display text and images.
HTML popo.
HTML. The World Wide Web Protocols Addresses HTML.
CSS The basics { }. CSS Cascading Style Sheets - language used to – describe html appearance & formatting Style Sheet - file that describes – how html.
/k/k 1212 Cascading Style Sheets Part one Marko Boon
Cascading Style Sheets: Basics I450 Technology Seminar Copyright 2003, Matt Hottell.
Cascading Style Sheets
CHAPTER 7 STYLING CONTENT WITH CASCADING STYLE SHEETS.
Making Things Look Nice: Visual Appearance and CSS CMPT 281.
Today’s Goals What is HTML?
CHAPTER 8 ADVANCED CSS. LEARNING OBJECTIVES Assign formatting styles to a CSS class definition Use a tag’s class attribute to apply the styles defined.
Web Workshop: CSS Objectives: - “What is CSS?” - Structure of CSS - How to use CSS in your webpage.
Using Cascading Style Sheets (CSS) Dept. of Computer Science and Computer Information CSCI N-100.
INFSCI  Start with a skeleton outline: copy and paste:  Warning sometimes copy and paste of quote marks from PowerPoint doesn’t work correctly.
Julien Thibault  HTML is the basic building-blocks of webpages  It is not a language!! (despite its name)  Structure text/media.
Web Design Dreamweaver Semester 2 ATBs. ATB #1 What is a web site?
Creating Content That Looks Great Justin Prevatte (AAMFT & themelogic)
Web Design I Spring 2009 Kevin Cole Gallaudet University
Styling and theming Build campaigns in style. What we'll look at... How a web document is structured How HTML and CSS fit together Tools you will need.
 This presentation introduces the following: › 3 types of CSS › CSS syntax › CSS comments › CSS and color › The box model.
Lesson 2 Adding more content to your web page. Thanks to Richard Hudnutt, Luella HS.
WRT235: Writing in Electronic Environments Basic CSS.
The Teacher HTML HTML (3) Cascading Style Sheets.
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.
Cascading Style Sheets
DYNAMIC HTML What is Dynamic HTML: HTML code that allow you to change/ specify the style of your web pages. Example: specify style sheet, object model.
XHTML Formatting font with a style declaration. Formatting Font HTML uses the font tag to change size and family of font But… the font tag is being deprecated.
AGB 3/26/121 ++=. 2 Yes, believe it or not this is a complete webpage. It has a Head, Title and Body between the start and end HTML Tag.
When I am embedding under, I do not close the li tag until I complete the items that are embedded. Looking at outlines.
Click on CIS120/17 to go to website for course. The week of will tell you what is planned for the week and what has been assigned.
Creating Web Pages with Links, Images, and Embedded Style Sheets
1 Cascading Style Sheets
WEB FOUNDATIONS CSS Overview. Outline  What is CSS  What does it do  Where are styles stored  Why use them  What is the cascade effect  CSS Syntax.
Alabama Educational Technology Conference
INTRO TO WEB DEVELOPMENT html
Web Basics: HTML/CSS/JavaScript What are they?
4.01 Cascading Style Sheets
>> Introduction to CSS
HTML GUIDE Press F5 and then
Project 8 Creating Style Sheets.
Cascading Style Sheets (CSS)
Introduction to Web programming
HTML, CSS and DOM The basics
HTML Basics and CSS style
Intro to CSS CS 1150 Fall 2016.
Website Design 3
My web site..
Working with HTML These are the examples you need to go over. Click on the name like HTML5intro.html and it will bring up the page. If you right click.
Intro to CSS CS 1150 Spring 2017.
Embedded with tags..
Introduction to Cascading Style Sheets (CSS)
Putting An Image on Your Web Page
WEBSITE CREATION DOING IT MANUALLY 12/28/2018.
Lesson 4 – Introduction to CSS
Web pages Lesson 3.
Web pages Lesson 4.
Some Stuff You Need to Know
WEBSITE CREATION DOING IT MANUALLY 2/21/2019.
CSS Styles Introduction.
Basics of HTML Lesson 1: Basic HTML.
USING IMAGES This is the bottom of the page. Note the alignment of having text before and after, at the top, in the middle and at the bottom. Code is on.
Johan Ng and Muhammad Hazzry
Stylin’ with CSS.
4.01 Cascading Style Sheets
Web Programming and Design
For the CIS17 course..
Introduction to HTML By Perry Nelson Information Specialist.
Presentation transcript:

Jacksy Diaz came in to examplain how to use the MSDN alliance Jacksy Diaz came in to examplain how to use the MSDN alliance. Note the address!

He had already downloaded his maximum copies of Access (each student can download twice) so he changed to MS-DOS 6.0 for the demonstration.

After the demonstration, I went back to talking about HTML After the demonstration, I went back to talking about HTML. The topic here is linking to another page.

T drive.

I also saved anotherpage I also saved anotherpage.html on the T drive in the CIS17 folder/directory.

Now I opened linkpage.html from the T drive.

a page.

br and img do not have closing tags so you can have a / in the tag to indicate open and close - the / is optional

This introduces CSS or cascading style sheets which let you had style to your page. Here I am changing the text etc.

This is an introduction to HTML is a paragraph with the tag of <p> and it is in the body. So the color of red for the body applies and the alignment to the center and increase in font size that go with the p also apply.

Note that list items with a tag of <li> are going to be green.

I copied this to the T drive but I did not copy the picture so the picture cannot be displayed. There is no picture in the CIS17 folder/directory.

folder is easier to work with.

w3schools for information about HTML.

colors.