Skip to content

Instantly share code, notes, and snippets.

@gcs-abdulwahab
Last active September 13, 2022 18:48
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gcs-abdulwahab/f588ee8624326bbba9dd31a8476edb87 to your computer and use it in GitHub Desktop.
Save gcs-abdulwahab/f588ee8624326bbba9dd31a8476edb87 to your computer and use it in GitHub Desktop.
GCS Web IT-205 Midterm Syllabus
XML
HTML
Head
title , script , link
Body
Protocols , http , ftp , https , smtp , ip , tcp/ip / udp
Client , server , Client Server Architecture
HTML Structure : Root Element , Head , Body
Self Closing Tags Case Sensitive
Anchor tag and attributes
Image Tag and its attributes , src Relative Path , Absolute Path
Table and its sub tags , colspan , rowspan
HR , BR
Special Character <  
Unordered List / Ordered List li
div and span blocklevel and inline elements
width and height attributes
h1 , h2 - h6 paragraph
b i underline
bgcolor color tag attributes
Comments
Forms action method
QueryString
input tags text , password , button , submit
checkbox , radiobutton grouping
name id , attributes
select option selected attributed
Label with for
Cascade Stylesheet
3 types , inline , internal , external
Selectors ; Simple Selectors
Universal , id , class , type
multipleselectors
seperated classes apply
Javascript
inline , internal , External
alert , prompt , confirm
variable declare
string to integer parse
basic operators
basic control structor if else switch for , while
concatenation
arrays
how to create function
how to call function
DOM: document.getElementByID etc
Chrome Developer Tools Inspect
JSON
Ajax Stands for Asynchronous javascript and XML
XMLHttpRequest
// fetch
N Tier Architecture
MVC Architecture
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment