70 likes | 200 Views
Christopher King. Introduction to HTML using Notepad Focusing on Links and Pictures Also touch on background, text, and bullets. <HTML> <HEAD> <TITLE> <BODY> <TEXT>. <BR>, <P> <B>, <I> <CENTER> <H1>,<H2>…<H6> <UL>, <LI>. Basic HTML Tags. Links. The link tag is
E N D
Christopher King • Introduction to HTML using Notepad • Focusing on Links and Pictures • Also touch on background, text, and bullets
<HTML> <HEAD> <TITLE> <BODY> <TEXT> <BR>, <P> <B>, <I> <CENTER> <H1>,<H2>…<H6> <UL>, <LI> Basic HTML Tags
Links • The link tag is • <A HREF=“URL”>NAMEOFSITE</A> • Examples on my webpage • <a href="http://www.ysu.edu">Youngstown State University Web Page</a> • <a href="http://www.cis.ysu.edu/~margned/">Mrs. Ned's Web Page</a>
Pictures • The tag for a picture or graphic is • <IMG SRC=“FILENAME”> • The tag for the picture on the left is • <img src="max.jpg“>
Pictures • Picture Adjustments • Size adjustments • Width and Height • Previous picture width tag: Width=250 • Border size • Border=10 • Space between pictures • Hspace, Vspace • Picture Alignment • Middle, Top, Bottom
Pictures with Links • These pictures can be clicked on just like a link • The tag for these are • <a href="http://www.nba.com"><img src="nba.jpg“></a> • <a href="http://www.ysu.edu/sports/football/bios/hutchinson.htm"><img src="hutch.jpg“></a>
Links to Email • Use a link to allows viewers to directly Email the Webpage Creator • This tag on my page is • <a href="mailto:ccking@cis.ysu.edu"> <img src="mailslot.gif" border=0 width=60>Christopher King</a>