Download presentation
Presentation is loading. Please wait.
Published byHoratio McDonald Modified over 9 years ago
1
Web programming Part 1: HTML 由 NordriDesign 提供 www.nordridesign.com
2
Working environment create a subdirectory with somename in public_html in your web browser, follow the link http://hydra.lr.wsinf.edu.pl/~username/somename
3
Start page create a file index.html in the directory with a following content My first page This is a text of my first page. show the file in the browser window using addresses: http://hydra.lr.wsinf.edu.pl/~username/somename/index.html or http://hydra.lr.wsinf.edu.pl/~username/somename
4
HTML document HTML = HyperText Markup Language <-- opening tag My first page This is a text of my first page. <-- closing tag
5
HTML document My first page content This is a text of my first page.
6
HTML document My first page <-- tag with a attribute in the form name="value"; there are also attributes consisting of the only name This is a text of my first page.
7
HTML document My first page This is a text of my first page. <-- a standalone tag, a tag without content This is some data below horizontal line.
8
HTML more detailed (a plan) Use a course material from webpage http://www.w3schools.com/html/ 1.controlling a look of the whole page 2.text elements: paragraphs, headers, divided blocks, line breaks 3.simple formatting: bold, italic, underline, a preformatted text, a programming code 4.lists: unordered and ordered 5.comments
9
HTML more more detailed 1.links 2.tables 3.images 4.frames 5.forms
10
Thank You !!!
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.