Sunday, 27 December 2020

HTML TABLES And FORMS

Table

        Html Table Structure

<table>

                    <tr>

                    <th></th>

                    <Th></Th>

                    </tr>   

                    <tr>

                    <td></td>

                    <td></td>

                    </tr>

                    </table>


<caption> =to add a title to the table

<border> = To add a border to a table

<padding> = Cell padding specifies the space between the cell content and its borders

<rowspan> = To join Tables rows

<colspan> To join Tables columns


FORM


<Form> = The HTML element is used to create an HTML form for user input

<input> = TO get Information From User

<lable> = This element is useful for screen-reader users, 

<input type="radio">Radio buttons let a user select ONE of a limited                                         number of choices.

<input type="checkbox"> user select MORE options of a limited number                                             of choices.

<input type="submit">defines a button for submitting the form                                                         data to a form-handler.

Monday, 21 December 2020

Hyper Text Markup Language

HTML

  • Html Means Hyper Text Markup Language
  • It is not a programming language Just display
  • It's Just Skeleton
  • Need 2 Thinks to Learn HTML                                                                                                                          1.Browser:-Google Chrome,Firefox...                                                                                         2.Text Editors:-Sublime,Notepad++
  • Html uses tags=< >,</>
  • Elements is Tags and Content E.g:-<>Content</>
HTML Main Structure



Tags
  • <h1> = headigs
  • <p> = Paragraph
  • <b> = Bold
  • <i> = Italic
  • <u> = UnderLine
  • <br> = Break
  • <sub> = Subscript
  • <sup> = Superscript
  • <strong> = Strong Text like Bold
  • <small> = Smallest text
  • <del> = Delete
  • <mark> = Mark a text
  • <ins> = insert
  • <em> = Emphasis Like Italic
  • <ol> = Ordered List
  • <ul> = Un Ordered List
  • <li> = list
  • <img src"Image Location"> = Inseart a Image
  • <a href="Link"> = To insert a link
  • <hr> = Horizontal Rule



Saturday, 19 December 2020

Web Development

                         Web Development.

Web Development is Building Creating And Maintaining Web sites

Web Browser:-It's a software it helps to connect world wide web.                                                                                       Example for Web Browser-Google Chrome,Mozilla FireFox,Opera,                                                           Internet Explorer.....

But Google,yahoo... are search Engines not a Web Browser.

Web Server:-Web site All Files and folders are stored here.

Database:-It's in Server And Secure Data are Saved here.

Web Sits:-It has lot of Web pages.Every web sites have unique Address(Name) that's calls URL(Uniform Resource locator) And IP(Internet protocol)  EX:- google.com,wikipedia

Dynamic Web sites:- Displays Various content
                                  Easy Chat And contact.
                                  Database And Backend Facilities
                                  Difficult to Develop

Static Web Sites:-Fixed With Content Displays the same information to every visitor 
                            Easy to Develop
                            No contact with the owner Only Show the information
                            There is No Database And Backend Facilities

Web Page:-It's Into the Web Site

DNS Server:-it Change URL To Ip.

Language For Web Development

  • front design:- Html/css
  • Clint Side:-Java Script
  • Sever Side:-php,Nods.js,Ruby,python
  • Database:-Sql,mongoDB

Integrated Development Environment(IDE):-This is a Software                                                                                                                                          it gives All What we want to Develop  Some ide works                                                                              only in Particular OS

Thursday, 17 December 2020

Pseudocode And Flowcharts

                            Pseudocode And Flowcharts


                    There are some tools are used convert algorithms into computer programs

                           Algorithms means process of the problem it give a solution.



1.Flowchart:-Graphical Represent.Every
commands are placed in a box
of the appropriate shapes.
And Arrows are used to
             direction and order of programme execute.
2.Pseudocode:- Describing computer using combination of
programming
language

                                Pseudocode

    Pesudocode Components
 
1. Variable:- it has name and value And it has 2 thinks
  • Assignment operation:-you can follow your own syntax
ex- x=5,y=10 or 10 to y
  • Read operation:-Read before gave operation
 
2.Input/output
  • Input:-Read/get
  • Output:-write/print/display
3.Selection:-select one from many

4.Repetition:-One operation repeats so many time till some
              condition being met.


                             Flowcharts

Wednesday, 16 December 2020

Terminal and nano

                                                                     Introduction

Terminal is a Command Lines interface.Terminal allows to send text commands to computer .


                                                                  Terminal Commands



  • History=Show all used commands 
  • gedit=Open Text new document
  • mkdir=make directory
  • rmdir=Remove Directory
  • mv=Move Directory And rename Directory or folder
  • df -m = Shows Mounted 
  • reset = Reset terminal
  • echo = Show what type on
  • mv = Move Directory And rename Directory or folder
  • man = Mive command details
  • info = Give more details than man
  • touch = Cread file
  • rm-r 'file name' = Remove Directory when it have files
  • head 'file name' = Show first 10 lines
  • tail 'file name' = Show last 10 lines
  • tail -20 'file name'=last 20 lines
  • date = Show date,month,year and time
  • pwd = To Find Path
  • cd = Change Directory
  • cd .. = Come Back to fomer Directory
  • cd ~  = Come out from total  Directory
  • clear = Clear all
  • cat = Read File in Terminal
  • cat > = ver Right Texts
  • cat >> = Add Texts
  • cp 'file name' parth = Copy
  • unzip 'filename.zip' = unzip file
  • uname = Show flatform(os) ex:-linux
  • uname -a = Full Details of the os
  • hostname = Shows User Name
  • hostname -i = Shows ip address
  • who = User Name and Last Lock in
  • whoami = User Name
  • ls = list
  • ls -R = Shows sub Directory And Files
  • ls -a = Shows hidden folder

                                                       Nano Commands 



  • ctrl+y=Page up
  • ctrl+v = Page Down
  • ctrl+i = used like tap
  • ctrl+k = cut
  • ctrl+u = past
  • ctrl+r = insert File
  • ctrl+x=exit
  • ctrl+o=save
  • ctrl+w=Search particular Word
  • ctrl+g=help
  • ctrl+c=cancel
  • ctrl+f=move right side
  • ctrl+b = Move left side
  • ctrl+n = Move down

  • Alt+d=Words lines Chars
  • Alt+> = buffer
  • Alt+a = Select tests
  • Alt+\ = Go to Start
  • Alt+/ = Go to End
  • Alt+g = Go to Specific line and colum

Introduction

 Hello

Welcome to my blog

    Do you like Web Development? Then This Blog for you.In this blog we gonna learn English,Business And technology Informations every day.