BASIC COMMANDS IN HTML....WHICH HELPS US TO CREATE BEAUTIFUL WEB PAGES.......
HTML (Hypertext Markup Language) Html or hypertext markup language is the basic language used in the creation of web pages. Hypertext refers to text stored in electronic format that can be cross-linked and markup language refers to a set of instructions for displaying information. the following tags help you to build the web page if you have doubts comment below. <! DOCTYPE html> <!-- web browsers detect which type of document is it--> <html> <!-- root of the web page--> <head> <!-- Description of the web page content or internal css --> <title> POOJITH VARDHAN </title> ...