Skip to main content

Posts

Showing posts from May, 2019

The editors in html

IN HTML WRITE USING NOTEPAD OR TEXTEDIT   * THE WEB PAGES ARE CAN BE CREATED OR MODIFIED BY    USING PROFESSIONAL HTML EDITOES.   * HOWEVER FOR LEARNING HTML WE RECOMMEND A    SIMPLE TEXT EDITOR LIKE TEXT EDIT (MAC) OR NOTEPAD    (PC). * WE HAVE BELIVE THAT USING A SIMPLE TEXT TO USE A    SIMPLE TEXT EDITOR IS A NICE WAY TO LEARN HTML. * FOLLOW THE FOUR STEPS BELOW TO CREATE YOUR           FIRST WEB PAGE . MORE INFORMATION PLEASE                     CLICK HERE .  

The css in html

STYLING HTML WITH CSS   * THE CSS STANDS FOR CASCADING STYLE SHEETS. * THE CSS WAS VERY USEFUL IT SAVES A LOT OF WORK    IT ALSO CAN CONTROL THE LAYOUT OF MULTIPLE    WEB PAGE ALL AT ONCE. MORE INFORMATION PLEASE    CLICK HERE .

The computer code elements in html

HTML <KBD> FOR KEYBOARD INPUT   * THE ELEMENTS OF <KBD IN HTML REPRESENT USER    INPUT, LIKE KEYBOARD INPUT OR VOICE COMMAND. * THE TEXT WAS SURRONDED BY THE TAG OF <KBD>    TYPICALLY DISPLACED IN THE BROWSER'S DEFAULT     MONOSPACE FONT: FOR MORE INFORMATION PLEASE     CLICK HERE .

The javascript in html

THE TAG OF < SCRIPT > IN HTML   * THE TAG OF < SCRIPT > IS USED TO DEFINES A    CLIENT-SIDE SCRIPT <JAVA SCRIPT> .         * THE ELEMENT OF < SCRIPT >EITHER CONTAINS    SCRIPTING STATEMENT, OR TO POINTS TO AN    EXTERNAL SCRIPT FILE THROUGH THE ATTRIBUTE OF   < SRC >. MORE INFORMATION PLEASE CLICK HERE.  

The lists command in html

UNORDERED HTML LIST   * THE LIST OF UNORDERED  START WITH THE <UL> TAG     EACH LIST SYSTEM START WITH THE <LI> TAG. * THE LIST ITEM WILL BE MARKED WITH THE BULLETS      < SMALL BLACK CIRCLES > BY DEFAULT : MORE    INFORMATION PLEASE CLICK HERE .  

The styles in html

THE HTML STYLE ATTRIBUTE   * THE SETTINGS OF AN STYLE HTML ELEMENT, CAN BE    DONE WITH THE ATTRIBUTE OF STYLE. * THE ATTRIBUTE OF STYLE IN HTML HAS THE    FOLLOWING SYNTAX. MORE INFORMATION PLEASE    CLICK HERE .  

The links command in html

HTML LINK   * THE LINKS WAS FOUND NEARLY ALL WEB PAGES. LINK    ALLOW USERS TO CLICK THERE WAY FROM PAGE TO    PAGE. HTML LINKS - HYPERLINK   * THE LINK IN HTML ARE ALSO CALLED HYPERLINK. * IF YOU WILL CLICK ON A ANY LINK IT WILL BE JUMPED    INTO ANOTHER DOCUMENT. MORE INFORMATION    PLEASE CLICK HERE .  

The head elements in html

THE HTML <HEAD> ELEMENT   * <HEAD> ELEMENT IS A CONTAINER OF METADATA    <ABOUT DATA ABOUT> AND IS PLACE BETWEEN THE     <BODY> TAG AND THE <HTML> TAG. * THE METADATA OF HTML IS DATA ABOUT THE HTML    DOCUMENT. METADATA IS NOT DISPLACED * THE METADATA DEFINES THE DOCUMENTtyle TITLE ,OTHE    META INFORMATION ,LINKS ,STYLES AND CHARACTER    SET. MORE INFORMATION PLEASE CLICK HERE

Attributes command in html

HTML ATTRIBUTES   * THE ELEMENTS OF HTML CAN HAVE ATTRIBUTES. * THE ATTRIBUTES PROVIDE A ADDITIONAL    INFORMATION ABOUT AN ELEMENT. * THE ATTRIBUTES ALWAYS SPECIFIED ARE IN THE START    TAG.  * THE ATRRIBUTES SOME TIME COME IN VALUE/NAME    PARIS LIKE :-  NAME="VALUE" MORE INFORMATION    PLEASE CLICK HERE

text formatting command in html

HTML FORMATTING ELEMENTS * The html defines also special elements for the defination of text     with a special meaning. * html using elements like < i> and <b>   for formatting output , please click here            like   italic or bold text. More information

how to create form in html

The tag of <form> in HTML    DEFINATION AND USAGE * THE TAG OF <FORM> IS USED TO CREATE AN HTML FROM    FOR USER POINT. * THE FORM CAN CONTAIN ONE OR MORE OF THE    FOLLOWING FROM ELEMENTS:- <OUTPUT> <LABEL> <FIELDSET> <OPTGROUP> <OPTION> <SELECT> <BUTTON> <TEXT AREA> <INPUT> MORE INFORMATION PLEASE CLICK HERE

html paragraph

html paragraph There is one command known as p full form paragraph it is used in html you want to write a paragrah you can use the command of p you want more information please click here.

Frameset command in html

<frame >   Defination and usage * The tag of <frame> tells about that one particullar window frame    within a <frameset>. * Each type of <frame> in <frameset> can have many attributes, like    as a border, the abilitiy to resize, scrolling etc. <frameset>   Defination and usage * The tag of <frameset> tells about a frameset. * The tag of <frameset> hold one or more <frame> element. each    frame can hold a seperate document in html. * The frameset specifies how many rows or columns they will be in    the frameset, and how much percentage/pixles of space will ocupy    each of them.More information please click here

HOW TO INSERT IMAGE THROUGH HTML -HTML IMG COMMAND

HTML IMG TAG   DEFINATION AND USAGE     *THE TAG OF <IMG> DEFINE AN IMAGE IN HTML.  *THE TAG OF <IMG> HAS TWO REQUIRED ATTRIBUTES: AL   AND SRC. NOTE: IMAGES ARE NOT TECHNICALLY INSERTERD INTO HTML PAGE, IMAGES ARE LINKED INTO HTML PAGES THE TAG OF <IMG> HOLDS A SPACE FOR THE REFRENCED IMAGE. T IP: YOU TO LINK AN IMAGE TO ANOTHER DOCUMENT, SIMPLY FORWARD THE <IMG> TAG INSIDE A TAGES.FOR MORE INFORMATION CLICK HERE 

marquee comands

In html one important tag was there known as marquee tag to support such as images and scrollable texts within a webpage. in this tutorial , you will be learn Marquee tag and its different attributes for developing a well-groomed static website.For More information please << click here >>

comman html tags

structure of basic html programing  <html> <head> <title>title of website</title> </head> <body>    website of contect .... </body> </html> blogs for common tags <h1> heading </h1>                                 heading[h1 for largest] <h2> heading </h2>                                 heading[h2 below from h1] <h3> heading </h3>                                  heading[h3 below from h2] <h4> he...

about html

html full form is hyper text markup language using html we can make diffrent web pages by using htmls command there are many type of commands use in html like marquee , font color , font size , font style , img src , a href , frameset cols , frameset rows , embed src , table border , ol type , ul type .