Website And HTML || What is HTML And Website
Website And HTML Point
∆ What Is Website
- A Website Is a Collection Of Publicly Accessible , Interlinked Web page that Share A Single Domain Name. websites Can Be Created And Maintained by an Individual. , Group , Business Or organization to Serve a Variety Of Purposes
- Website Come in A Nearly Endless Veriety Including Educational Sites , News Sites Forums , Social media Sites , E-commerce website Aate usually A Mix Of Test And other Media . that Said , There are No Rules Dictating The form Of A. Website
∆ What Is HTML
- HTML Is The Standard Markup Language For Creating Web Pages.
- HTML Stands For Hyper Text Markup Language
- HTML Describe The Structure of A Web page
- HTML Consists Of A series Of Elements
- HTML Elements Feel the browser How to display Tha content.
- HTML Elements Are represented By Tags
- HTML tags Label pieces Of Content Such As "Heading","paragraph","Table",And So On
- Browsers Do Not display Tha HTML Tags , But use Them To Render The Content Of The Page
∆ A Simple HTML Document
• <HTML>
the <HTML> Element Is The Root Element If An
HTML Page
• <Head>
The <Head >element Contains Meta Information About The document
•<Title>Page Title</title>
The <title> Element Specifies A Title For The Document
•</body>
The <body>Element Contains The Visible Page Content
• <H1> My First Heading </H1>
The <H1> Element Defines A Large Heading
• <P> My First paragraph </p>
The <P> Element Defines A Paragraph.
Learn More Follow me
Thankyou....



Comments
Post a Comment