Translate

ads

8 May 2019

Basic HTML

HTML Basics   

Welcome to HTML Basics. This workshop leads you thru the fundamentals of Hyper Text terminology (HTML). HTML is that the building block for web content. you may learn to use HTML to author associate HTML page to show during a application program.




Objectives:

 By the top of this workshop, you may be ready to:



  •  Use a text editor to author AN markup language document. 
  •  Be ready to use basic tags to denote paragraphs, stress or special kind. 
  •  produce hyperlinks to different documents.
  •  produce AN email link.  
  •  Add pictures to your document. 


 Use a table for layout.
Apply colors to your markup language document



Prerequisites:

you may would like a text editor, like pad of paper and an online browser, like web adventurer or Netscape.

Q: what's pad of paper and wherever do i buy it?
A: pad of paper is that the default Windows text editor. On most Windows systems, click your begin button and opt for Programs then Accessories. It ought to be a touch blue notebook

Mac Users:

 Simple Text is that the default text editor on the Macintosh. In OSX use Text Edit and alter the subsequent preferences: choose (in the preferences window) Plain text rather than made text so choose Ignore made text commands in markup language files. this can be important as a result of if you do not do that markup language codes in all probability will not work

One factor you must avoid exploitation could be a word processing system (like Microsoft Word) for authoring your markup language documents.

What is AN markup language File?
 markup language could be a format that tells a laptop a way to show an internet page. The documents themselves square measure plain text files with special "tags" or codes that an internet browser uses to interpret and show info on your visual display unit.




Try It?

Open your text editor and type the following text:



<html>
 <head>
<title>My First Webpage</title> 
 </head> 
 <body> This is my first homepage.
   <b>
       This text is bold
           </b> 

 </body> 
       </html>      

Save the file as mypage.html. begin your web browser. choose Open (or Open Page) within the File menu of your browser. A window can seem. choose Browse (or opt for File) and find the HTML file you only created - mypage.html - choose it and click on Open. currently you ought to see AN address within the

dialog box, for instance C:\MyDocuments\mypage.html. Click OK, and therefore the browser can show the page. to look at however the page ought to look, visit this net page:

No comments:

Post a Comment