Page 3 of 5 FirstFirst 12345 LastLast
Results 21 to 30 of 46
  1. #21

    Default Re: knowledge sa CSS and HTML Patabang ko ninyo bi!!new lang po


    Quote Originally Posted by Cybernaut View Post
    Hehe.. Sayop man ni. Dili ni <title>, dapat <head> sya.

    <html>
    <head>
    <title>My Site</title>
    <!-- Meta tags, CSS and scripts declaration -->
    </head>
    <body>
    <!-- Your actual HTML design -->

    </body>
    </html>

    Visit lang ani nga topic sa akong blog: A Simple Web Page Design - CSS

    Very simple na nga web page. Log a comment for questions or suggestions.
    Here's the first part (forgot to include): Simple Web Page Design

  2. #22

    Default Re: knowledge sa CSS and HTML Patabang ko ninyo bi!!new lang po

    Hehehe,.. bahalag late,.. basta share lang ko.. hehehhe..

    So, galibog ka unsaon nimo pagsugod.. hmmnn..

    1. Open ug notepad [CTRL + R then, type "notepad" nga walay quotation unya enter]
    2. Type ug bisan unsa,. anything.. like,. "Gwapo ko",.. heheh.. sample lang..
    3. Save [CTRL + S]
    4. opppss... ayaw pagdali.. i - save siya as.. html or with html na extension (example: myfirsthtml.html)...
    5. adto dayon sa imong gi - butangan sa file.. kung sa desktop ka nag-save... adto sa desktop..
    6. Dayon, right click + open with + firefox or chrome or bisan unsa na browser na naa ka...
    7. If maka - notice ka,. ang imong gisulat,. naa sa imong browser..

    next step, understand syntax..

    tanan na syntax sa html kay naay "<" ug ">" example: <html>
    the example above shows syntax na open...
    unya,. tanan na gi - open kay i - close "</>" example: </html>

    Dira nagsugod ang html... next.. ang sulod niya..

    ang tawo naay head ug body.. mao pod ang html.. naay <head> na tag ug <body> na tag..

    <html>

    <head>
    </head>

    <body>
    </body>

    </html>

    again,. tanang gi - open kay atuang i - close,., mao nga every after sa syntax na "<>" naa jud nay corresponding na "</>"

    sa "tawo",. sa head nato nakabutang ang atuang brain,. or anything na dili visually makita na galihok.. ug sa "body" nato makita ang tanan na naglihok,. like "ang kamot muhapak sa tupad".. "ang tiil mupatid.." while sa head,. dili nato visually makita na galihok diay ang brain...

    mao pod na ang sa HTML.. sa <head> na tag nato ibutang ang tanan na dili makita sa atuang webpage pero,. naa nah xia gibuhat sa atuang webpage.. unya sa <body> nato ibutang ang tanan na kita kaayo nato nga existing jud xia,.

    so,. mag start ta sa head...
    <html>
    <head>
    <title>Gwapo ko title</title>
    </head>
    </html>
    so,., sa example nato,. ang title atuang gibutang sa head,. kay ang title,. dili man nato gusto ipakita sa atuang webpage..
    unya,. example sa body...
    <html>
    <body>
    <h1>Hi all! Gwapo bayah ko! </h1>
    </body>
    </html>
    so,. dire na pod na example,. ninggamit ta ug <h1> na tag,. "h" means header unya ang number niya kay ang size so,. "<h1>" means,. First Header.. ang pinakadako.. Kung atuang i - fuse,.,

    <html>

    <head>

    <title>My Title</title>

    </head>

    <body>

    <h1>My First Header!</h1>

    </body>

    </html>

    I hope,. though late,. I helped..

  3. #23

    Default Re: knowledge sa CSS and HTML Patabang ko ninyo bi!!new lang po

    w3schools.com, daghan nindot tutorial... effort lang sa pag basa ang required + notepad. rckin roll na...

    Maayong buntag ninyong tanan!

  4. #24

    Default Re: knowledge sa CSS and HTML Patabang ko ninyo bi!!new lang po

    Quote Originally Posted by mystery View Post
    Hehehe,.. bahalag late,.. basta share lang ko.. hehehhe..

    So, galibog ka unsaon nimo pagsugod.. hmmnn..

    1. Open ug notepad [CTRL + R then, type "notepad" nga walay quotation unya enter]
    2. Type ug bisan unsa,. anything.. like,. "Gwapo ko",.. heheh.. sample lang..
    3. Save [CTRL + S]
    4. opppss... ayaw pagdali.. i - save siya as.. html or with html na extension (example: myfirsthtml.html)...
    5. adto dayon sa imong gi - butangan sa file.. kung sa desktop ka nag-save... adto sa desktop..
    6. Dayon, right click + open with + firefox or chrome or bisan unsa na browser na naa ka...
    7. If maka - notice ka,. ang imong gisulat,. naa sa imong browser..

    next step, understand syntax..

    tanan na syntax sa html kay naay "<" ug ">" example: <html>
    the example above shows syntax na open...
    unya,. tanan na gi - open kay i - close "</>" example: </html>

    Dira nagsugod ang html... next.. ang sulod niya..

    ang tawo naay head ug body.. mao pod ang html.. naay <head> na tag ug <body> na tag..

    <html>

    <head>
    </head>

    <body>
    </body>

    </html>

    again,. tanang gi - open kay atuang i - close,., mao nga every after sa syntax na "<>" naa jud nay corresponding na "</>"

    sa "tawo",. sa head nato nakabutang ang atuang brain,. or anything na dili visually makita na galihok.. ug sa "body" nato makita ang tanan na naglihok,. like "ang kamot muhapak sa tupad".. "ang tiil mupatid.." while sa head,. dili nato visually makita na galihok diay ang brain...

    mao pod na ang sa HTML.. sa <head> na tag nato ibutang ang tanan na dili makita sa atuang webpage pero,. naa nah xia gibuhat sa atuang webpage.. unya sa <body> nato ibutang ang tanan na kita kaayo nato nga existing jud xia,.

    so,. mag start ta sa head...
    <html>
    <head>
    <title>Gwapo ko title</title>
    </head>
    </html>
    so,., sa example nato,. ang title atuang gibutang sa head,. kay ang title,. dili man nato gusto ipakita sa atuang webpage..
    unya,. example sa body...
    <html>
    <body>
    <h1>Hi all! Gwapo bayah ko! </h1>
    </body>
    </html>
    so,. dire na pod na example,. ninggamit ta ug <h1> na tag,. "h" means header unya ang number niya kay ang size so,. "<h1>" means,. First Header.. ang pinakadako.. Kung atuang i - fuse,.,

    <html>

    <head>

    <title>My Title</title>

    </head>

    <body>

    <h1>My First Header!</h1>

    </body>

    </html>

    I hope,. though late,. I helped..


    to add... there also tags called self terminating like <br/> <hr/> and <link/> you can also use self terminating on block elements like div <div/>

  5. #25

    Default Re: knowledge sa CSS and HTML Patabang ko ninyo bi!!new lang po

    <div /> is not a valid markup. A self-closing tag is not permitted.

    You need to use the full version <div></div>.

    A self closing div tag would make no sense, since it will result in an empty div. An empty div is usually not rendered by most of the browsers and doesnt harm your site.

    why would you put an empty div? doesnt make sense

  6. #26

    Default Re: knowledge sa CSS and HTML Patabang ko ninyo bi!!new lang po

    There are actually MIME types that allow self-closing DIV tag. As long as the browser interpretation is fine then it is fine. However, I highly discourage using it, because as krissy86 pointed out, it doesn't make any sense.

  7. #27

    Default Re: knowledge sa CSS and HTML Patabang ko ninyo bi!!new lang po

    Quote Originally Posted by webmaker View Post
    wa ko kahbaw unsaon nako pag sogod ani,,,
    1. go to w3schools
    2. learn HTML tags
    3. open notepad
    4. apply the html structure suggested by other posters above.
    5. style it with css
    6. repeat steps 1-5

  8. #28

    Default Re: knowledge sa CSS and HTML Patabang ko ninyo bi!!new lang po

    w3school is the best teacher.

  9. #29

    Default Re: knowledge sa CSS and HTML Patabang ko ninyo bi!!new lang po

    up nato ni kay interesting ang topic, pang noobs

  10. #30

    Default Re: knowledge sa CSS and HTML Patabang ko ninyo bi!!new lang po

    Quote Originally Posted by godsendxy View Post
    w3schools.com naa diha tanang kinahanglan nimo pang self study ug si Mr. Google
    dri pd ko kakat.on kato sa among subject nga HTML before. . .copy paste lang gd. . .

  11.    Advertisement

Page 3 of 5 FirstFirst 12345 LastLast

Similar Threads

 
  1. Replies: 27
    Last Post: 03-11-2015, 09:10 PM
  2. Patabang ko ninyo pagsulod sa government office
    By Butitor in forum Career Center
    Replies: 89
    Last Post: 07-21-2012, 02:20 AM
  3. Patabang ko ninyo mga migo/miga!...Bahin sa T''s
    By trojanzion in forum Pet Discussions
    Replies: 20
    Last Post: 01-12-2012, 11:47 AM
  4. patabang ko ninyo....
    By migz0618 in forum Computer Hardware
    Replies: 7
    Last Post: 03-05-2008, 10:57 PM
  5. PAtabang ko ninyo. hehehe. about DOTA
    By milkshake_ph in forum Software & Games (Old)
    Replies: 20
    Last Post: 07-26-2007, 10:31 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
about us
We are the first Cebu Online Media.

iSTORYA.NET is Cebu's Biggest, Southern Philippines' Most Active, and the Philippines' Strongest Online Community!
follow us
#top