Showing posts with label defuser. Show all posts
Showing posts with label defuser. Show all posts
What can we do with HTML ?
With the help of HTML you can make your own web site.
How can we write the HTML ?
Web pages can be written and modified by using simple notepad or professional HTML editors.
What is mean by HTML ?
HTML stands for " Hyper Text Markup Language "
How to save the HTML file ?
We can save our HTML file by clicking on top left side of notepad menu named File. Select File > Save as name the file "index.html".then press save.
Is HTML extension is standard ?
No, you can use either .html or .htm as extension both are equal. There is no difference between them.
What is HTML Tags ?
HTML Tags are elements name surrounded by angle brackets " < > "
HTML tags are in pairs like <p> and </p>.The first tag in the pair is start tag and the second tag is the end tag with forward slash as you can see in the above picture.The start tag also called Opening Tag, and the ending tag the Closing Tag.
Regards
DeFuser Community
Our Sites
Google Search UI
Popular Posts
-
WHAT ARE CURSORS IN PL/SQL ? A cursor is a temporary area which is created in system memory at the time of program executed.Cursors ...
-
Configuration of Tnsnames.ora File : Newcomers find it hard to configure the files of oracle networking paths,mostly people searches a...
-
WHAT ARE PL/SQL CONSTANTS? As we can see the word CONSTANT, we can translate it by this that anything that can not be changed through ...
-
INTRODUCTION TO DEFUSER.TK Hello everyone, DEFUSER.TK is the website for learning coding of different languages,that are mainly pa...
-
What Is Block Statements In PL/SQL ? PL/SQL contains Three sections The Declaration Section (optional) The Execution Section (mand...
-
What can we do with HTML ? With the help of HTML you can make your own web site. How can we write the HTML ? Web pages can be wri...
-
HOW TO GRANT PRIVILEGES IN ORACLE PL/SQL? In our previous post we discussed about CREATE USER statement for new user in PL/SQL...
-
How To Create A User In Pl/SQL ? When we talk about Create a new user in PL/SQL then we think about System account ( ADMINIST...
-
There are two kind of variables Local Variables Global Variables Local Variables These variables are declared with ...
-
PL/SQL Placeholders can be any variables,constants,cursors and records .Placeholders is temporary storage area, with the help of placeho...
