Wapduniya
learn website creation
Sunday, 8 April 2018
Thursday, 1 September 2016
What is HTML?
- HTML stands for Hyper Text Markup Language
- A markup language is a set of markup tags
- HTML documents are described by HTML tags
- Each HTML tag describes different document content
Wednesday, 17 November 2010
HTML Images
<img src="imagename.jpg" alt="wapduniya_tutorial" width="100" height="120">
Image should be uploaded to home directory.
If we want to use link of image use in this way
<img src="www.wapduniya.blogspot.com/imagename.jpg" width="100" height="120">
We can set width and height with poercent too.
Like this
<img src="www.wapduniya.blogspot.com/imagename.jpg" width="50%" height="30%">
Monday, 18 October 2010
HTML Editors
HTML can be edited by using professional HTML editors like:
- Microsoft WebMatrix
- Sublime Text
However, for learning HTML we recommend a text editor like Notepad (PC) or TextEdit (Mac).
We believe using a simple text editor is a good way to learn HTML.
Follow the 4 steps below to create your first web page with Notepad.
Step 1: Open Notepad (PC)
Open Notepad in Windows 8 or later:
Open the Start Screen (the window symbol at the bottom left on your screen). Type Notepad.
Open Notepad in Windows 7 or earlier:
Click Start (bottom left on your screen). Click All Programs. Click Accessories. Click Notepad.
Wednesday, 1 September 2010
HTML Example
<html>
<head>
<title>Page Title</title>
</head>
<body>
<h1>My First Heading</h1>
<p>My first paragraph.</p>
</body>
</html>
- The DOCTYPE declaration defines the document type to be HTML
- The text between <html> and </html> describes an HTML document
- The text between <head> and </head> provides information about the document
- The text between <title> and </title> provides a title for the document
- The text between <body> and </body> describes the visible page content
- The text between <h1> and </h1> describes a heading
- The text between <p> and </p> describes a paragraph
Wednesday, 11 August 2010
What is WAP ?
What is WAP?
The Wireless Application Protocol (WAP) is an open, global specification that empowers mobile users with wireless devices to easily access and interact with information and services instantly.
Wireless Application Protocol or WAP for short is simply a protocol - a standerized way for delivering Internet data over wireless networks. Thus WAP links Wireless Network with Computer Network (World Wide Web) and enables the the mobile users to access the internet data. In future it will serve multimedia rich content to the cellular devices.
What is the purpose of WAP?
To enable easy fast delivery of relevant information and services to mobile users.
What type of devices will use WAP?
Handheld digital wireless devices such as mobile phones, pagers, two-way radios, smartphones and communicators -- from low-end to high-end.
Which wireless networks does WAP work with?
WAP is designed to work with most wireless networks such as CDPD, CDMA, GSM, PDC, PHS, TDMA, FLEX, ReFLEX, iDEN, TETRA, DECT, DataTAC, Mobitex and GRPS.
What operating systems are compatible with WAP?
WAP is a communications protocol and application environment. It can be built on any operating system including PalmOS, EPOC, Windows CE, FLEXOS, OS/9, JavaOS etc. It provides service interoperability even between different device families.