Anyone with access to the Internet can post a Web page. You can create a Web page with just a text editor. There are Web page construction tools available that allow you to create pages without understanding the underlying machinery. Web Pages
HTML Hypertext Markup Language Coding of web pages for a browser to render A Web page is simply a text file written in hypertext markup language (HTML). Markup language is NOT a programming language (what is a programming language ? – later) Consists of TAGS describing contents HTML contains tags specifying text, images, hypertext links Bold, Italics, color of text, Size,…… e.g. In browser, “The Web browser is to view HTML documents” The Web browser is to view HTML documents.
Open Notepad Type in the following: Save as C:\100\test.html Double click on the test.html file This should bring up a web browser with “Hello World!” (this is your 1 st web page !) My First Web Page Hello World! This is a test. Your First Web Page
Open a new notepad, and copy codes on the right Save the file (make it sure that you save it with.html extension) Double click on the saved file to view it in web browser (this shows you different heading sizes) Headings <!DOCTYPE html PUBLIC “.//W3C//DTD.XHTML 1.1//EN” Heading style 1 Heading style 2 Heading style 3 Heading style 4 Heading style 5 Heading style 6
HTML Tags Regions of text Specific Attributes --- line break --- italicize or -- bold and -- super or subscript and --- font size
Style=“text-align:right” Style=“font-family:Arial” –Basic font types Sans-serif: Plain --- arial and helvetica Serif: embellishments called serifs at tips of letters --- times and times new roman Monspaced: characters with equal widths --- courier and courier new –From a list, the first available font will be used Face=“airal, helvetica, sans-serif” Style=“font-size:12pt” Style=“font_weight:bold” Style=“color:blue”
Link to another document – Hello World –Link to wikipedia – To Hemingway Link to an address – me Google map – vie w map –Image –
Table --- table row --- table data List -- ordered list -- unordered -- definition row 1, cell 1 row 1, cell 2 row 2, cell 1 row 2, cell 2 Coffee Milk
WYSIWYG What is the objective ? Plan for web pages Tools A free Web page editor named Kompozer Other similar software: Nvu Download kompozer to C:\100 and extract Wix.com web.com webs.com Wordpress.com