Wednesday, 8 April 2020
Html Basics-1
HTML Basics-1
Before going deep lets take a look on web components
a) Web-page
Its simple text file created using hyper text markup language(HTML)
b) Website
Collection of interrelated web pages,text,images,audio,video
c) Browser
A software,app or tool used to browse websites is browser
d) Web server
Software sending web pages over internet using HTTP(Hyper Text Transfer Protocol) is web server
e) URL
URL or Uniform service locator is an address of web page
f) HTTP
HTTP or Hyper Text Transfer Protocol is used by WWW for connection between client & server
g) HTML
HTML or Hyper Text Markup Language is used for writing codes for web page
Designing website
Basic structure of HTML include tags and attribute even though it may sound confusing but believe me HTML is fun and very easy to learn so lets get started
- Tags
1) Container Tags{ Tags with beginning and end } eg {<html> & </html>
2) Empty Tags { Empty tags don't have end } eg { <Br }
Note When you close a tag its end has a "/" before ">" sign.
For eg <html> xxxxxxxxx </html>
<body> xxxxxxxxx </body>
Image credit= Markus spiske(unsplash)
A. Each tag has its specific purpose
For eg <html> and </html> { It declares that documents is an html file} Declares it
<head> and </head> { It is used for search engine optimization}
<title> and </title> { Content within this tag is displayed on title bar}
<body> and </body> { It includes content which is to be developed }
Note Always write <!Doctype html> before writing your content
Image credit=Markus spiske(unsplash)
Image credit=Markus spiske(unsplash)
Lets wind up here today we will post the second(2) part very soon
⚠️Why not check other blog's?? Click here๐ techbunnys.blogspot.com ๐⚠️
⚠️Why not check other blog's?? Click here๐ techbunnys.blogspot.com ๐⚠️
Your feedback to us is very important and we'd like to hear it from you so please don't forget to leave your comments down below...
Subscribe to:
Post Comments
(
Atom
)
No comments :
Post a Comment
Please don't be a jerk
Post comments related to articles only
Spamming is strictly prohibited!