Dynamic Web Development |
Chapter - 3 |
|
Chapter-1 Chapter-2 Chapter-4 Chapter-5 Chapter-6 Chapter-7 |
This blog is help full to engineering student for improve them knowledge...
Dynamic Web Development |
Chapter - 3 |
|
Chapter-1 Chapter-2 Chapter-4 Chapter-5 Chapter-6 Chapter-7 |
JavaScript Alert Box |
|
<!DOCTYPE html> <html> <body> <h1>My First JavaScript</h1> <p> JavaScript can react to events. Like the click of a button: </p> <button type="button" onclick="alert('Welcome!')">Click Me!</button> </body> </html> |
| Try It Yourself >> |
HTML Heading |
| <!DOCTYPE html> <html> <body> <h1>This is heading 1</h1> <h2>This is heading 2</h2> <h3>This is heading 3</h3> <h4>This is heading 4</h4> <h5>This is heading 5</h5> <h6>This is heading 6</h6> </body> </html> |
| Try It Yourself >> |
| -: More HTML Example :- |
HTML Heading Align Attribute |
| <!DOCTYPE html> <html> <body> <h1 align="center">This is heading 1</h1> <h2 align="left">This is heading 2</h2> <h3 align="right">This is heading 3</h3> <h4 align="justify">This is heading 4</h4> </body> </html> |
| Try It Yourself >> |
| -: More HTML Example :- |
HTML |
With HTML you can create your own Web site. | ||
| This tutorial teaches you everything about HTML. | |||
| HTML is easy to learn - You will enjoy it. | |||
| Examples in Each Chapter Click | |||
