Skip to main content

Home/ Groups/ Learning Library
Sunny Jackson

HTML i Tag - 0 views

Sunny Jackson

HTML p tag - 0 views

Sunny Jackson

HTML img tag - 0 views

  • width=
    • Sunny Jackson
       
      optional
  • height=
    • Sunny Jackson
       
      optional
  • <img src="
    • Sunny Jackson
       
      required
  • ...8 more annotations...
  • " alt="
    • Sunny Jackson
       
      required
  • alt text Specifies an alternate text for an image
    • Sunny Jackson
       
      required
  • In HTML the <img> tag has no end tag
  • In XHTML the <img> tag must be properly closed
  • The <img> tag has two required attributes: src and alt
  • height pixels Specifies the height of an image
    • Sunny Jackson
       
      optional
  • src URL Specifies the URL of an image
    • Sunny Jackson
       
      required
  • width pixels Specifies the width of an image
    • Sunny Jackson
       
      optional
Sunny Jackson

HTML meta tag - 0 views

Sunny Jackson

HTML Elements Valid DOCTYPES - 0 views

Sunny Jackson

HTML URL Encoding Reference - 0 views

  • Web browsers request pages from web servers by using a URL
  • The URL is the address of a web page
  • URLs can only be sent over the Internet using the ASCII character-set
    • Sunny Jackson
       
      urls keep the * and - characters intact, and replace spaces with +
Sunny Jackson

HTTP Methods GET vs POST - 0 views

  • HTTP works as a request-response protocol between a client and server
  • A client (browser) submits an HTTP request to the server; then the server returns a response to the client.
  • HTTP Request Method
  • ...15 more annotations...
  • GET - Requests data from a specified resource
  • ?name1=value1
  • sent in the URL of a GET request
  • query strings (name/value pairs)
  • POST - Submits data to be processed to a specified resource
  • GET requests remain in the browser history
  • GET requests can be cached
  • GET requests can be bookmarked
  • GET requests should never be used when dealing with sensitive data
  • GET requests have length restrictions
  • GET requests should be used only to retrieve data
  • POST requests cannot be bookmarked
  • POST requests have no restrictions on data length
  • GET is less secure compared to POST because data sent is part of the URL
  • Data is visible to everyone in the URL
Sunny Jackson

Keyboard Shortcuts - 0 views

  • Edit menu Alt + E
  • File menu Alt + F
  • View menu Alt + V
  • ...27 more annotations...
  • Select all text Ctrl + A
  • Copy text Ctrl + C
  • Find text Ctrl + F
  • Find and replace text Ctrl + H
  • New Document Ctrl + N
  • Refresh a webpage F5
  • Print options Ctrl + P
  • Save file Ctrl + S
  • Paste text Ctrl + V
  • Cut text Ctrl + X
  • Redo text Ctrl + Y
  • Undo text Ctrl + Z
  • Open a file Ctrl + O
  • Refresh a webpage (no cache) Ctrl + F5
  • Stop Esc
  • Zoom 100% (default) Ctrl + 0
  • Open homepage Alt + Home
  • Go to next window Alt + Tab
  • Focus and select the browser's search bar Ctrl + E
  • Open the address bar location in a new tab Alt + Enter
  • Display a list of previously typed addresses F4
  • Add "www." to the beginning and ".com" to the end of the text typed in the address bar (e.g., type "w3schools" and press Ctrl + Enter to open "www.w3schools.com") Ctrl + Enter
  • Open the bookmarks menu Ctrl + B
  • Add bookmark for current page Ctrl + D
  • Open browsing history Ctrl + H
  • Open download history Ctrl + J
  • Copy screenshot of the whole screen to the clipboard PrtScr (Print Screen) or Ctrl + PrtScr
« First ‹ Previous 401 - 420 of 737 Next › Last »
Showing 20 items per page