Saturday, May 14, 2016

Demystify Jargons!


-- Don't let it scare you off!





A | B | H | T | Google!


A

anchor tag - An element to make it easy for readers to navigate the page.
use <a name="where_you_want_to_go_to"> to hold the place and use <a href="#where_you_want_to_to_to"> to link to that place on the same page. To link to a web page, use <a href="http://www.google.com">. Don't forget to end it with </a> .

B

C

CRUD - In computer programming, create, read, update and delete (as an acronym CRUD) are the four basic functions of persistent storage.

H

HTML - Hyper Text Markup Language.
It uses a set of markup tags to describe how the documents should be presented.

T

test editor - a system or program that allows a user to edit text such as Microsoft Word or Google Docs. It can be as simple as the Notepad or TextEdit that comes with Microsoft Windows or Mac.


Back to top.

No comments:

Post a Comment