Posts

Showing posts from October, 2017
Image
Our next example are using HTML, link with Cascading style sheet known as CSS.. Here are the HTML CODE..  <!DOCTYPE html> <html dir="ltr" lang="en-US"> <head> <meta charset="utf-8"> <title>My Personal Profile</title> <meta name="viewport" content="initial-scale = 1.0, maximum-scale = 1.0, user-scalable = no, width = device-width"> <link rel="stylesheet" type="text/css" href="style.css"> <style>.art-content .art-postcontent-0 .layout-item-0 { margin-top: 10px; margin-bottom: 10px;  } .art-content .art-postcontent-0 .layout-item-1 { border-spacing: 10px 0px; border-collapse: separate;  } .art-content .art-postcontent-0 .layout-item-2 { color: #737373; background: #2F89B6; } .art-content .art-postcontent-0 .layout-item-3 { color: #737373; background: #A04661; } .art-content .art-postcontent-0 .layout-item-4 { color: #737373; background:...
Image
Hey there.. Now we're going to learn how to use HTML using Dreamweaver. Here's the simple interface design using HTML. Code example: <!DOCTYPE html> <html> <head> <title>My Personal Profile</title> </head> <body style="background-color:black;"> <b><p align="center" style="font-family:verdana; color:white">MY PERSONAL PROFILE</p> <table border=0px align="center" style="background-color:#000066;"> <tr height="175px"> <th width="660px" height="190px" colspan="2"> <b><p align="center" style="color:white;">STIV3013 WWW PROGRAMMING<br></br>SEMESTER A171 (2017/2018)</p></b></br></br></br> </th> <th width="175px" height="175px" style="background-color:#1a8cff;"><img src="../la...