Once article can have multiple sections
26 |├── README.md ├── UNIT 1 ├── Anchor code │ ├── 1.intro_form.html │ ├── 2.emailasformaction.html │ ├── 3.intro_boxmodel.html │ ├── 4.js_sort_random.html │ ├── 5.obj_intro.html │ ├── 6.obj_inheritance.html │ ├── 7.class.html │ ├── 8.call_apply_bind.html │ ├── U1L4.html │ └── U1L4_ip.html ├── Box_model.html ├── CSS_col_fonts.html ├── DESCENDANT_selectors.html ├── External_link.html ├── FunctionReturn.html ├── Function_Parameter.html ├── Function_arguments.html ├── HTML5_DOC_STRUCT.html ├── HTML_Lists.html ├── Hover_example.html ├── Image.html ├── Inheritance.html ├── Internalprac.html ├── JavaScript_Array.html ├── LET_ex.html ├── Prototypal.html ├── STYLE.CSS ├── Span.html ├── TAble_example.html ├── VistednHover.html ├── basicsjs.html ├── border.html ├── css.html ├── css_form.html ├── css_table.html ├── form_example.html ├── forms.html ├── global_var.html ├── hello.js ├── html5_color.html ├── html5_inputType.html ├── img_link.html ├── inlineprac.html ├── javascript_ex.html ├── javascript_operators.html ├── letnConst.html ├── local_var.html ├── prototype.html ├── pseudo_ex.html ├── screen IO.html ├── screen_output.html ├── table_border.html ├── table_colspan.html ├── table_rowspan.html ├── type_of ex1.html ├── varletconst.html └── varnlet.html ├── UNIT 2 ├── .vscode │ └── settings.json ├── ClearTimeout.html ├── Doc_structure.html ├── Document_method.html ├── Event_Bubbling.html ├── Event_Capturing.html ├── HTML5_Aud.html ├── HTML5_Video.html ├── HTML5_canvas_1.html ├── HTML5_contenteditable.htm ├── HTML5_email.htm ├── HTML5_ex.htm ├── ONMOUSEOVER.html ├── ONMOUSEOVER_OUT.html ├── Zomato_logo.png ├── ajaxex.html ├── callajax.html ├── canvas.htm ├── child.html ├── class_qs.html ├── clientX_Y.html ├── contextmenu_1.html ├── create_elem1.html ├── create_element.html ├── create_element_text.html ├── create_txtNode.html ├── customevent.html ├── dbclick.html ├── dom.html ├── dowork.js ├── elem_tag1.html ├── elment_classname.html ├── elment_id.html ├── elment_name.html ├── elment_tag.html ├── event_flow.html ├── event_hand.html ├── event_hand1.html ├── event_prop.html ├── form.html ├── from_to.html ├── geoloc.htm ├── get_attr.html ├── getajax.html ├── getjson.html ├── html5.htm ├── html5.zip ├── html5a.htm ├── html5b.htm ├── html5c.htm ├── html5d.htm ├── html5e.htm ├── html5f.htm ├── html5g.htm ├── html5h.htm ├── html5i.htm ├── html5j.htm ├── html5k.htm ├── inline_style.html ├── innerHTML.html ├── innerTxt.html ├── insert_Before.html ├── jq_aj_fetch.html ├── jyp_ON.html ├── jyp_animate.htm ├── jyp_animate1.htm ├── jyp_append.htm ├── jyp_appendto.html ├── jyp_before_after.htm ├── jyp_callback.html ├── jyp_chaining.html ├── jyp_chaining_1.html ├── jyp_change.html ├── jyp_classSel.html ├── jyp_click.html ├── jyp_css.htm ├── jyp_delay.html ├── jyp_double-click.html ├── jyp_element_class.html ├── jyp_element_sel.html ├── jyp_fadein.htm ├── jyp_fadeout.htm ├── jyp_fadeout_span.htm ├── jyp_filter.htm ├── jyp_filter_eq.htm ├── jyp_focus.html ├── jyp_form.html ├── jyp_getter.html ├── jyp_hide_show.html ├── jyp_hover.htm ├── jyp_load.html ├── jyp_mouse_enter_leave.html ├── jyp_mouseenter.html ├── jyp_mouseup.html ├── jyp_multiple.html ├── jyp_multiple_elememts.html ├── jyp_post.html ├── jyp_post1.html ├── jyp_setter.html ├── jyp_show.htm ├── jyp_show1.html ├── jyp_slideDown.html ├── jyp_slideUp.html ├── jyp_toogle.html ├── key_Uppercase.html ├── keycode.html ├── keycode1.html ├── load_xml2.html ├── logo.png ├── metakey.html ├── modifier .html ├── mouse.html ├── mouse_over.html ├── mouse_over_out (2).html ├── new3.xml ├── onclick.html ├── onclick_event_handler.html ├── onfocus.html ├── onfocus1.html ├── onload.html ├── onready.html ├── parent_node.html ├── pic1.jpg ├── pic2.jpg ├── postajax.html ├── querySel.html ├── querySel_1.html ├── querySel_2.html ├── querySel_All.html ├── querySel_All_1.html ├── query_both.html ├── remove_attr.html ├── remove_child.html ├── replace_child.html ├── sam.js ├── sam.json ├── sam.xml ├── sam1.json ├── screenX_Y.html ├── screen_coordinates.html ├── setInterval.html ├── set_attr.html ├── set_attr1.html ├── set_clearInterval.html ├── settimeout.html ├── shuttle.mp4 ├── siblings.html ├── svg.htm ├── test.php ├── travel.jpeg ├── travelwoman.jpg ├── web_workers.html ├── worker1.html ├── ww.htm ├── xmlparse.html └── xmlparse1.html ├── UNIT 3 ├── Anchor_code │ ├── U3L2.html │ ├── U3L3.html │ ├── U3L4.html │ ├── U3L5.html │ ├── U3L6.html │ ├── U3L6_1.html │ ├── U3L7.html │ ├── U3L8.html │ ├── images │ │ ├── peacock.jpg │ │ └── tiger.jpg │ ├── ref.html │ └── ref_pass.html ├── Counter_Events.html ├── Nested Components.html ├── React_styling.html ├── Refs1.html ├── Refs2.html ├── Refs3.html ├── Unit3_React.pdf ├── add_Image.html ├── basic_Component.html ├── basiccomponent.html ├── bindingevents.html ├── bloglayout.html ├── characterlog.html ├── clock.html ├── colours.html ├── compl_components.html ├── components.html ├── context_basic.html ├── controlled.html ├── counter.html ├── discount.html ├── eventobject.html ├── events_1.html ├── events_2.html ├── facebackCard.html ├── facebookcard.html ├── firstprgm.html ├── firstreact.html ├── firstreactcode.html ├── formvalidation.html ├── greet_event.html ├── idwithprops.html ├── image_react.html ├── issuetracker_1.html ├── issuetracker_2a.html ├── issuetracker_2b.html ├── issuetracker_3.html ├── issuetracker_4.html ├── keys.html ├── lifecycle.html ├── lifecycle1.html ├── lifecycleR1.html ├── map.html ├── map_key.html ├── mouse_events.html ├── mouseevents.html ├── multipleinputs.html ├── nested(q1).html ├── parameters.html ├── props.child.html ├── props.html ├── react_event.html ├── react_event2.html ├── react_form_val.html ├── react_forms1.html ├── react_forms3.html ├── react_styles.html ├── reactbasic.html ├── reactstyle.html ├── reactwithjsx.html ├── refs_1.html ├── refs_2.html ├── refs_3.html ├── simpleform.html ├── spread_operator.html ├── stateless.html ├── stateless_2.html ├── static_getDerivedStateFromProps().html ├── super_example.html ├── uncontrolled.html └── updatingcontext.html ├── UNIT 4 ├── AppendFile.js ├── Blocking.js ├── Collection_create.js ├── HTTP_Client.js ├── HTTP_Server.js ├── NonBlocking.js ├── Readstreams1.js ├── Unit4.docx ├── Unit4.pdf ├── Write_streams.js ├── buffer.js ├── calculator.js ├── chaining_stream.js ├── clearInterval.js ├── clearTimeout.js ├── createDB.js ├── delete.js ├── delete1.js ├── deleteMany.js ├── document_insert.js ├── document_insertMany.js ├── event.js ├── event1.js ├── event2.js ├── event2_addList.js ├── eventLoop_understanding.js ├── eventemitter.js ├── findall.js ├── httpHeader.js ├── httprequestclient.js ├── httprequestserver.js ├── moduleExample.js ├── openFile.js ├── pipe_stream.js ├── readFile.js ├── renameFile.js ├── setInterval.js ├── setTimeout.js ├── update.js └── writeFile.js └── UNIT 5 ├── AnchorCodes ├── FileUpload.txt ├── Form(pug).txt ├── Formdata.txt ├── Middleware-static.txt ├── cookie.js ├── err_handling.txt ├── exp.js ├── exp_mw.js ├── exp_req.js ├── hello.js ├── index.js └── student.js ├── Application_level_middleware.js ├── Router-level_middleware.js ├── Unit5.pdf ├── bodyparser.js ├── bodyparser1.js ├── cookie1.js ├── cookie11.js ├── cookie111.js ├── cookieparser.js ├── errorhandling.js ├── express_server.js ├── fileupload.js ├── form.html ├── form_1.html ├── formserver.js ├── formserver_1.js ├── index.js ├── middleware.js ├── middleware3.js ├── middleware_1.js ├── middleware_2.js ├── middlewareorder.js ├── middlewareorder_2.js ├── middlewareorder_3.js ├── requestlogging.js ├── routing.js ├── things.js ├── upload.html └── urlbuilding.js /README.md: -------------------------------------------------------------------------------- 1 | # WT-Programs -------------------------------------------------------------------------------- /UNIT 1/Anchor code/2.emailasformaction.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 |This is the javascript program on DOM Manipulation. 7 |
8 |18 | Example for background color. 19 |
20 | 21 |Example for Text color
22 |hello world
10 |This page should be tried in safari, chrome or Mozila.
13 |Once article can have multiple sections
26 |Hello
36 |This text is marked 39 | 40 | 43 | 44 | 45 | -------------------------------------------------------------------------------- /UNIT 1/HTML_Lists.html: -------------------------------------------------------------------------------- 1 | 15 | 16 | 30 | 31 | 32 | 33 |
34 | 35 |Im here!!!
20 |This is a paragraph.
19 | 20 | 21 | -------------------------------------------------------------------------------- /UNIT 1/JavaScript_Array.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |