TAILIEUCHUNG - Xây dựng ứng dụng cho Android với HTML, CSS và javascript - part 3

Tham khảo tài liệu 'xây dựng ứng dụng cho android với html, css và javascript - part 3', công nghệ thông tin, kỹ thuật lập trình phục vụ nhu cầu học tập, nghiên cứu và làm việc hiệu quả | create a fremium model for your app allow free access to the web app and charge for the more feature-rich native version. Web Programming Crash Course The three main technologies we will use to build web apps are HTML CSS and JavaScript. We ll quickly cover each to make sure we re all on the same page before plowing into the fancy stuff. Introduction to HTML When you are browsing the web the pages you are viewing are just text documents sitting on someone else s computer. The text in a typical web page is wrapped in HTML tags which tell your browser about the structure of the document. With this information the browser can decide how to display the information in a way that makes sense. Consider the web page snippet shown in Example 1-1. On the first line the string Hi there is wrapped in a pair of hl tags. Notice that the open tag and the close tag are slightly different the close tag has a slash as the second character while the open tag does not have a slash. Wrapping text in hl tags tells the browser that the words enclosed are a heading which will cause it to be displayed in large bold text on its own line. There are also h2 h3 h4 h5 and h6 heading tags. The lower the number the more important the header so text wrapped in an h6 tag will be smaller . less important-looking than text wrapped in an h3 tag. After the hl tag in Example 1-1 there are two lines wrapped in p tags. These are called paragraph tags. Browsers will display each paragraph on its own line. If the paragraph is long enough to exceed the width of the browser window the text will bump down and continue on the next line. In either case a blank line will be inserted after the paragraph to separate it from the next item on the page. Example 1-1. HTML snippet h1 Hi there h1 p Thanks for visiting my web page. p p I hope you like it. p You can also put HTML tags inside other HTML tags. Example 1-2 shows an unordered list ul tag that contains three list items li . In a browser this appears as a .

TỪ KHÓA LIÊN QUAN
TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.