The most important things you should know
Today we will cover what are Tags and Attributes and how we use them in html
Tags
Tags are the commands which do not affect your presentation,it just give a meaning to your text and paragraph which you had written down.
These tags are written down in angular bracket
Like (<head>,<body>) and ends with a forward slash like (</head>,</body>).
These are the tags we use and in this way we write down these tags
Attributes
Attributes are codes used within tags to make it more attractive .
Such as in "body" tag we use "bgcolor" attribute to change the colour of background,in "font"tag we use "face"attribute to change the writing style of text.
<html>
<body bgcolor="red">
Hello world
</body>
</html>
Before we start coding
A text editor and a browser must be installed in your PC and android
Text editor where we write the code .
Browser is a place where our code will be displayed
∆ Text Editor for PC are
1)Notepad
2)Notepad++
3)Sublime
4)Atom
∆Text Editor for Android are
1)anwriterfree
2)decoder
3)sock Editor
For Browser you can use Chrome,Firefox etc
IN THE PAGE WE WILL STUDY
HOW TO USE TAGS AND THEIR
ATTRIBUTES
Usefull
ReplyDeleteThanks
Delete