Download presentation
Presentation is loading. Please wait.
Published byAbel Fleming Modified over 9 years ago
1
Basic (X)HTML Structure
2
Covers the most basic (X)HTML elements How you want to structure your document You’ll learn how to create: Paragraph Header Page break etc. Create a clear and consistent STRUCTURE makes it that much easier to apply styles to your document
3
Starting Your Web Page DOCTYPE To declare what type of HTML or XHTML you’re using For documentation The Web’s United Nations is an organization called the World Wide Web Consortium (www.w3c.org), a.k.a W3C aim to convince the Web community of the importance of universality of developing web pages.www.w3c.org
4
<!DOCTYPE html PUBLIC”-//W3C//DTD XHTML 4.01 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”> <meta http-equiv=“content-type” content=“text/html;charset=utf-8” /> Web Technology …………………………….. To declare that you’re using transitional HTML 4.01 in your web page.
5
Creating Section Headers (X)HTML provides up to 6 levels of headers in your Web page Internet Programming
6
Starting New Paragraph …… Internet Programming Synopsis This course will cover fundamental of Web application site implementation by using XHTML and ASP.NET Learning Outcome Students should be able to cope with the basic idea of web based programming using basic XHTML as well as ASP.NET environment
7
Internet Programming Synopsis This course will cover fundamental of Web application site implementation by using XHTML and ASP.NET Learning Outcome Students should be able to cope with the basic idea of web based programming using basic XHTML as well as ASP.NET environment Breaking up a Page into Divisions allows you to apply styles to an entire chunk of your page at once – useful for designing layouts with CSS.
8
Internet Programming This course will cover fundamental of Web application site implementation by using XHTML and ASP.NET Learning Outcome Students should be able to cope with the basic idea of web based programming using basic XHTML as well as ASP.NET environment Creating Inline Spans You can name smaller chunk or spans to identify them and apply style on them.
9
Creating a Line Break = new line Internet Programming Synopsis Learning Outcome Internet Programming Synopsis This course will cover fundamental of Web application site implementation by using XHTML and ASP.NET Learning Outcome Students should be able to cope with the basic idea of web based programming using basic XHTML as well as ASP.NET environment
10
Labeling Element on a Web Page Internet Programming Synopsis Learning Outcome Internet Programming Synopsis This course will cover fundamental of Web application site implementation by using XHTML and ASP.NET Learning Outcome Students should be able to cope with the basic idea of web based programming using basic XHTML as well as ASP.NET environment Tool Tip
11
Adding Comments Internet Programming Synopsis Learning Outcome Internet Programming Synopsis This course will cover fundamental of Web application site implementation by using XHTML and ASP.NET Learning Outcome Students should be able to cope with the basic idea of web based programming using basic XHTML as well as ASP.NET environment
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.