HTML

 1. HTML Introduction

HTML stands for Hypertext Markup Language, and it is the most widely used language to
write Web Pages.
 Hypertext refers to the way in which Web pages (HTML documents) are linked 

Read more

 2. HTML Basic document 



All HTML documents must start with a document type declaration: <!DOCTYPE html>.
The HTML document itself begins

Read more


Comments