+ html hypertext markup language. + introducing html html is the language used in writing websites...

6

Click here to load reader

Upload: silas-terry

Post on 18-Jan-2018

215 views

Category:

Documents


0 download

DESCRIPTION

+ Tags Most tags have start tags and end tags HTML tag Everything between these tags is defined as a html document Heading tag Defines information about the document

TRANSCRIPT

Page 1: + HTML Hypertext Markup Language. + Introducing HTML HTML is the language used in writing websites Open the “HTML Practice” link on the Daily Log Delete

+

HTML

Hypertext Markup Language

Page 2: + HTML Hypertext Markup Language. + Introducing HTML HTML is the language used in writing websites Open the “HTML Practice” link on the Daily Log Delete

+Introducing HTML HTML is the language used in writing websites Open the “HTML Practice” link on the Daily Log Delete everything in the white box, so it is blank

Page 3: + HTML Hypertext Markup Language. + Introducing HTML HTML is the language used in writing websites Open the “HTML Practice” link on the Daily Log Delete

+Tags Most tags have start tags and end tags HTML tag

<html>

Everything between these tags is defined as a html document

</html> Heading tag

<head>

Defines information about the document

</head>

Page 4: + HTML Hypertext Markup Language. + Introducing HTML HTML is the language used in writing websites Open the “HTML Practice” link on the Daily Log Delete

+More tags <title> </title> defines the title of the document <body> </body> defines the main part of the

document <p> </p> defines a paragraph <h1></h1> to <h6></h6> defines headings at levels

1-6 <br> defines a single break <hr> defines a horizontal line Neither the <br> or <hr> tag has an end tag

Page 5: + HTML Hypertext Markup Language. + Introducing HTML HTML is the language used in writing websites Open the “HTML Practice” link on the Daily Log Delete

+Practice on your own Practice in the window you opened before. Create a page with your name at the top, and a

paragraph about your favorite flavor of ice-cream. Make a second paragraph about something you’re

happy about today Draw a horizontal line and write the name of your

favorite animal, and the name you’d give it if you were able to own one.

Page 6: + HTML Hypertext Markup Language. + Introducing HTML HTML is the language used in writing websites Open the “HTML Practice” link on the Daily Log Delete

+Real HTML Open Notepad++ from the icon on your desktop Copy and paste the HTML code you created in the

practice window onto the page in Notepad Save your Notepad File as an HTML file Notice what your file looks like on the desktop Double click it to open your file as a webpage! Name your webpage html_box#_box# and send it to

[email protected]